summaryrefslogtreecommitdiff
path: root/libc/test/utils/FPUtil
AgeCommit message (Expand)Author
2025-06-06[libc] Correct x86_64 architecture for string(s) tests. (#143150)lntue
2024-07-28[libc] Fix the remaining isnan and isinf in tests. (#100969)lntue
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-01-17[reland][libc][NFC] Refactor FPBits and remove LongDoubleBits specialization ...Guillaume Chatelet
2024-01-17Revert "[reland][libc][NFC] Refactor FPBits and remove LongDoubleBits special...Guillaume Chatelet
2024-01-17[reland][libc][NFC] Refactor FPBits and remove LongDoubleBits specialization ...Guillaume Chatelet
2024-01-16Revert "[libc][NFC] Refactor FPBits and remove LongDoubleBits specialization ...Nick Desaulniers
2024-01-16[libc][NFC] Refactor FPBits and remove LongDoubleBits specialization (#78192)Guillaume Chatelet
2023-12-20[libc][NFC] Rename `MAX_EXPONENT` to `MAX_BIASED_EXPONENT` (#75932)Guillaume Chatelet
2023-12-11[libc][NFC] Fix mixed up biased/unbiased exponent (#75037)Guillaume Chatelet
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-06-01[libc] Reduce math tests runtimeGuillaume Chatelet
2023-04-24[libc] Run all unit tests, irrespective of whether they belong to a test suite.Siva Chandra Reddy
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2022-08-31[libc][cmake] split fputil into individual targetsMichael Jones
2021-12-07[libc] apply new lint rulesMichael Jones
2021-08-06[libc][nfc] move ctype_utils and FPUtils to __supportMichael Jones
2021-05-05[libc] Normalize LIBC_TARGET_MACHINEGuillaume Chatelet
2020-12-15[libc][NFC][Obvious] Remove few unnecessary #include directives in tests.Siva Chandra Reddy
2020-06-22[libc] Match x86 long double NaN classification with that of the compiler.Siva Chandra Reddy