summaryrefslogtreecommitdiff
path: root/libc/test/src/math/smoke/ModfTest.h
AgeCommit message (Expand)Author
2025-08-27[libc][math][c++23] Add {modf,remainder,remquo}bf16 math functions (#154652)Krishna Pandey
2024-09-23[libc][math] Add floating-point cast independent of compiler runtime (#105152)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-04-05[libc] Add proxy header math_macros.h. (#87598)lntue
2024-03-18[libc] Remove direct math.h includes (#85324)Michael Jones
2024-03-09[libc][math][c23] Add modff128 C23 math function. (#84532)lntue
2024-01-23[libc][NFC] Remove `FPBits` cast operator (#79142)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-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