summaryrefslogtreecommitdiff
path: root/libc/test/src/__support/FPUtil/fpbits_test.cpp
AgeCommit message (Expand)Author
2024-11-12[libc] Fix fpbits test running 80bit ld everywhere (#115937)Michael Jones
2024-11-12[libc][i386] FPBit support for 96b long double (#115084)Nick Desaulniers
2024-10-01[libc] Move struct Sign into LIBC_NAMESPACE (#110709)Michael Jones
2024-09-11[libc] Add osutils for Windows and make libc and its tests build on Windows t...Sirui Mu
2024-07-15[libc] Fix warnings emitted by GCC (#98751)OverMighty
2024-03-20[libc][NFC] Move `Sign` type to separate header (#85930)Guillaume Chatelet
2024-03-10[libc][NFC] Clean up stray ';' and default enum warningJoseph Huber
2024-03-07[reland][libc] Remove UB specializations of type traits for `BigInt` (#84299)Guillaume Chatelet
2024-03-04[libc][NFC] Rename `LIBC_LONG_DOUBLE_IS_` macros (#83399)Guillaume Chatelet
2024-02-29[libc][NFC] Rename `LIBC_COMPILER_HAS_FLOAT128` to `LIBC_TYPES_HAS_FLOAT128` ...Guillaume Chatelet
2024-02-22[libc] add FXBits class (#82065)Michael Jones
2024-02-16[reland][libc][NFC] Use user defined literals to build 128 and 256 bit consta...Guillaume Chatelet
2024-02-15Revert "[reland][libc][NFC] Use user defined literals to build 128 and 256 bi...Guillaume Chatelet
2024-02-15[reland][libc][NFC] Use user defined literals to build 128 and 256 bit consta...Guillaume Chatelet
2024-02-14Revert "[libc][NFC] Use user defined literals to build 128 and 256 bit consta...Guillaume Chatelet
2024-02-14[libc][NFC] Use user defined literals to build 128 and 256 bit constants. (#8...Guillaume Chatelet
2024-02-14[libc] Add user defined literals to initialize `BigInt` and `__uint128_t` con...Guillaume Chatelet
2024-02-09[libc][NFC] Fix few warnings in tests. (#81262)lntue
2024-02-05[libc] Add `next_toward_inf` fo `FPBits` (#80654)Guillaume Chatelet
2024-02-05[libc][NFC] Make FPRep more testable (#80453)Guillaume Chatelet
2024-01-30[libc][NFC] Rename `FPBits` nan functions (#79998)Guillaume Chatelet
2024-01-30[libc] Add test to check all properties for all FPBit types. (#79851)Guillaume Chatelet
2024-01-29[libc] Remove specific nan payload in math functions (#79165)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-22[reland][libc] `FPRep` builders return `FPRep` instead of raw `StorageType` (...Guillaume Chatelet
2024-01-22Revert "[libc] `FPRep` builders return `FPRep` instead of raw `StorageType`" ...Guillaume Chatelet
2024-01-22[libc] `FPRep` builders return `FPRep` instead of raw `StorageType` (#78588)Guillaume Chatelet
2024-01-18[libc][NFC] Introduce a Sign type for FPBits (#78500)Guillaume Chatelet
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
2024-01-04[libc][math] Fix `is_quiet_nan` function in FPBits (#76931)Nishant Mittal
2023-12-11[libc][NFC] Fix mixed up biased/unbiased exponent (#75037)Guillaume Chatelet
2023-12-01[libc][NFC] rename LONG_DOUBLE_IS_DOUBLE into LIBC_LONG_DOUBLE_IS_FLOAT64 (#7...Guillaume Chatelet
2023-11-10[libc][math] Add initial support for C23 float128 math functions, starting wi...lntue
2023-11-06[libc][math] Add min/max/min_denorm/max_denorm constants to FPBits and clean ...lntue
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-06-10[libc][math] Move str method from FPBits class to testing utils.Tue Ly
2023-05-19[libc] Fix test failing on the GPU due to undefined floating point typeJoseph Huber
2023-05-19[libc] Add a str() method to FPBits which returns a string representation.Siva Chandra Reddy