summaryrefslogtreecommitdiff
path: root/libc/test/src/math/smoke/exp2f_test.cpp
AgeCommit message (Expand)Author
2025-09-09[libc] Clean up errno header usage in all remaining math/smoke tests. (#157565)Alexey Samsonov
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue
2025-04-08[libc][math] Fix signaling NaN handling for math functions. (#133347)wldfngrs
2024-10-26[libc][math] Add tests and fix some issues with FTZ/DAZ modes. (#113744)lntue
2024-09-09[libc][bazel] Update bazel overlay for math functions and their tests. (#107862)lntue
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-02-06[libc] Move libc_errno inside of LIBC_NAMESPACE (#80774)michaelrj-google
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-09-19[libc][math] Extract non-MPFR math tests into libc-math-smoke-tests.Tue Ly