summaryrefslogtreecommitdiff
path: root/libc/test/src/math/smoke/LogbTest.h
AgeCommit message (Expand)Author
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-27[libc][math][c23] Add C23 math functions ilogbf128, logbf128, and llogb(f|l|f...lntue
2024-01-23[libc][NFC] Remove `FPBits` cast operator (#79142)Guillaume Chatelet
2024-01-03[libc][NFC] Remove `FloatProperties` (#76508)Guillaume Chatelet
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-12-14[libc][NFC] Remove MantissaWidth traits (#75458)Guillaume Chatelet
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