summaryrefslogtreecommitdiff
path: root/libc/test/src/math/smoke/CopySignTest.h
AgeCommit message (Expand)Author
2024-07-04[libc] Fix compilation when long double is used as float128 (#97747)Mikhail R. Gadelha
2024-06-05[libc][math][c23] Add copysignf16 C23 math function (#94351)OverMighty
2024-04-23[libc] Make fenv and math tests preserve fenv_t state (#89658)Roland McGrath
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-28[libc] fix clang-tidy llvm-header-guard warnings (#82679)Nick Desaulniers
2023-12-15[libc] Fix improper initialization of `StorageType` (#75610)Guillaume Chatelet
2023-12-15[libc][NFC] Rename `MANTISSA_WIDTH` in `FRACTION_LEN` (#75489)Guillaume Chatelet
2023-11-10[libc][math] Add initial support for C23 float128 math functions, starting wi...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