summaryrefslogtreecommitdiff
path: root/libc/test/src/math/smoke/FmaTest.h
AgeCommit message (Expand)Author
2025-09-18[libc][math] Update test/src/math/smoke/FmaTest.h to not rely on compiler run...lntue
2025-03-23[libc][math][c23] Add fmaf16 C23 math function. (#130757)Harrison Hao
2024-09-23[libc][math] Add floating-point cast independent of compiler runtime (#105152)OverMighty
2024-08-02[libc][math][c23] fixing dfmal for rv32 (#101763)aaryanshukla
2024-06-14[libc][math][c23] Add f16fmaf C23 math function (#95483)OverMighty
2024-04-23[libc] Make fenv and math tests preserve fenv_t state (#89658)Roland McGrath
2024-03-20[libc][NFC] Move `Sign` type to separate header (#85930)Guillaume Chatelet
2024-01-30[libc][NFC] Rename `FPBits` nan functions (#79998)Guillaume Chatelet
2024-01-23[libc][NFC] Remove `FPBits` cast operator (#79142)Guillaume Chatelet
2024-01-23[libc] Remove specific nan payload in math functions (#79133)Guillaume Chatelet
2024-01-23[reland][libc] Remove unnecessary `FPBits` functions and properties (#79128)Guillaume Chatelet
2024-01-23Revert "[libc] Remove unnecessary `FPBits` functions and properties" (#79118)Guillaume Chatelet
2024-01-23[libc] Remove unnecessary `FPBits` functions and properties (#79113)Guillaume Chatelet
2024-01-18[libc][NFC] Introduce a Sign type for FPBits (#78500)Guillaume Chatelet
2023-12-19[libc][NFC] Use FPBits builders instead of custom constructs (#75942)Guillaume Chatelet
2023-12-15[libc][NFC] Rename `MANTISSA_WIDTH` in `FRACTION_LEN` (#75489)Guillaume Chatelet
2023-12-13[libc][NFC] Shorten type names in tests (#75358)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