summaryrefslogtreecommitdiff
path: root/libc/test/src/math/atanhf_test.cpp
AgeCommit message (Expand)Author
2025-09-10[libc] Clean up errno header usage in math tests. (#157898)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
2024-10-05[libc] remove errno.h includes (#110934)Job Henandez Lara
2024-10-01[libc] Move struct Sign into LIBC_NAMESPACE (#110709)Michael Jones
2024-05-06[libc][math] fix loose except check in `{EXPECT,ASSERT}_FP_EXCEPTION` macros ...Michael Flanders
2024-04-05[libc] Add proxy header math_macros.h. (#87598)lntue
2024-03-20[libc][NFC] Move `Sign` type to separate header (#85930)Guillaume Chatelet
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-30[libc][NFC] Move functions from `FPBits` to `FPRep`, make `bits` member priva...Guillaume Chatelet
2024-01-23[libc][NFC] Remove `FPBits` cast operator (#79142)Guillaume Chatelet
2024-01-18[libc][NFC] Introduce a Sign type for FPBits (#78500)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-07[libc][math] Fix signed zeros for acosf, acoshf, and atanf in FE_DOWNWARD mode.Tue Ly
2023-06-01[libc] Reduce math tests runtimeGuillaume Chatelet
2023-03-07[libc][math] Switch math functions to use libc_errno and fix some errno and f...Tue Ly
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2022-10-06[libc] Resolve NaN/implementation-defined behavior of floating-point testsDominic Chen
2022-08-30[libc][math] Added atanhf function.Kirill Okhotnikov