summaryrefslogtreecommitdiff
path: root/libc/test/src/__support/FPUtil/dyadic_float_test.cpp
AgeCommit message (Expand)Author
2024-10-01[libc] Move struct Sign into LIBC_NAMESPACE (#110709)Michael Jones
2024-06-10[libc] Add WordTypeSelector<16> specialization (#94979)OverMighty
2024-04-06[libc][NFC] Rename `UInt.h` to `big_int.h` and `UInt128.h` to `uint128.h` for...Guillaume Chatelet
2024-03-20[libc][NFC] Move `Sign` type to separate header (#85930)Guillaume Chatelet
2024-02-14[libc][math] Add C23 ldexpf128 math function and fix DyadicFloat conversions ...lntue
2024-01-19[libc][NFC] Fix "type qualifiers ignored on cast result type" GCC warning (#...Guillaume Chatelet
2024-01-18[libc][NFC] Use the Sign type for DyadicFloat (#78577)Guillaume Chatelet
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2022-12-14[libc] Implement a high-precision floating point class.Tue Ly