summaryrefslogtreecommitdiff
path: root/libc/test/src/math/logf_test.cpp
AgeCommit message (Expand)Author
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue
2024-07-28[libc] Create a separate proxy header for math-function-macros.h (#98430)Nhat Nguyen
2024-04-05[libc] Add proxy header math_macros.h. (#87598)lntue
2024-03-18[libc] Remove direct math.h includes (#85324)Michael Jones
2024-01-23[libc][NFC] Remove `FPBits` cast operator (#79142)Guillaume Chatelet
2023-10-19[libc][math][NFC] Remove global scope constants declaration in math tests (#6...lntue
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-06-01[libc] Reduce math tests runtimeGuillaume Chatelet
2023-04-10[libc][math] Update range reduction step for logf and reduce its latency.Tue Ly
2023-03-13[libc][NFC] Switch all uses of errno in math and math tests to libc_errno.Siva Chandra Reddy
2023-02-10[libc][math] Update exceptional cases for logf, log10f, log2f, log1pf.Tue Ly
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2022-01-25[libc] Make logf function correctly rounded for all rounding modes.Tue Ly
2021-12-22[libc] apply formatting to testsMichael Jones
2021-12-16[libc] Fix problem with using isnan in test/src/math/logf_test.cpp.Tue Ly
2021-12-16[libc] Implement correctly rounded logf based on RLIBM library.Tue Ly