summaryrefslogtreecommitdiff
path: root/libc/test/src/math/smoke/FrexpTest.h
AgeCommit message (Expand)Author
2024-10-18[libc][math] Add option to set a specific exponent for frexp with Inf/NaN inp...lntue
2024-07-15[libc] Fix warnings emitted by GCC (#98751)OverMighty
2024-06-10[libc][math][c23] Add {frexp,ilogb,llogb,logb,modf}f16 C23 math functions (#9...OverMighty
2024-04-23[libc] Make fenv and math tests preserve fenv_t state (#89658)Roland McGrath
2024-02-09[libc][math] Add C23 math function frexpf128. (#81337)lntue
2024-01-03[libc][NFC] Remove `FloatProperties` (#76508)Guillaume Chatelet
2023-12-15[libc][NFC] Rename `MANTISSA_WIDTH` in `FRACTION_LEN` (#75489)Guillaume Chatelet
2023-12-14[libc][NFC] Remove MantissaWidth traits (#75458)Guillaume Chatelet
2023-10-02[libc][NFC] Couple of small warning fixes (#67847)Mikhail R. Gadelha
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