summaryrefslogtreecommitdiff
path: root/libc/test/src/math/explogxf_test.cpp
AgeCommit message (Expand)Author
2025-08-14[libc][math] Refactor coshf implementation to header-only in src/__support/ma...Muhammad Bassiouni
2025-07-21[libc][math] fix explogxf test (#149891)Muhammad Bassiouni
2025-07-17[libc][math] Refactor exp10f implementation to header-only in src/__support/m...Muhammad Bassiouni
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
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-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2022-09-19[libc][math] Improve tanhf performance.Tue Ly
2022-09-14[libc][math] Improve exp2f performance.Tue Ly
2022-08-30[libc][math] Fix broken tests.Kirill Okhotnikov
2022-08-30[libc][math] Added atanf function.Kirill Okhotnikov
2022-08-30[libc][math] Added auxiliary function log2_eval for asinhf/acoshf/atanhf.Kirill Okhotnikov