summaryrefslogtreecommitdiff
path: root/libc/test/src/math/FmaTest.h
AgeCommit message (Expand)Author
2025-07-24[libc] Fix some warnings in tests. (#150500)lntue
2025-03-23[libc][math][c23] Add fmaf16 C23 math function. (#130757)Harrison Hao
2024-06-27[libc][math][c23] Add f16fma{,l,f128} C23 math function (#96711)OverMighty
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-04-09[libc] Initialize rand for fma tests (#88055)Joseph Huber
2024-04-08[libc] Remove RandUtils.(h|cpp). (#88044)lntue
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-06-20[libc] Fix libmath test compilation when using UInt<T>Mikhail R. Gadelha
2023-06-01[libc] Reduce math tests runtime furtherGuillaume Chatelet
2023-04-17[libc][NFC] Move RandUtils.h to test/src/math.Siva Chandra Reddy
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2022-10-06[libc] Resolve NaN/implementation-defined behavior of floating-point testsDominic Chen
2022-10-05Revert "[libc] Resolve NaN/implementation-defined behavior of floating-point ...Dominic Chen
2022-10-05[libc] Resolve NaN/implementation-defined behavior of floating-point testsDominic Chen
2022-06-10[libc] Implement double precision FMA for targets without FMA instructions.Tue Ly
2021-12-22[libc] apply formatting to testsMichael Jones
2021-12-07[libc] apply new lint rulesMichael Jones
2021-10-29[libc][NFC] Move test related pieces from FPUtil to util/UnitTest.Siva Chandra Reddy
2021-08-06[libc][nfc] move ctype_utils and FPUtils to __supportMichael Jones
2021-04-17[libc][NFC] Make conversion from FPBits to the float point type explicit.Siva Chandra Reddy
2021-01-06[libc] Use a wrapper for rand instead of calling std::rand in fma tests.Siva Chandra Reddy
2021-01-06[libc] Add implementation of fmaf.Tue Ly