aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/math/smoke/LdExpTest.h
AgeCommit message (Expand)AuthorFilesLines
2024-06-21[libc][math][c23] Add {ldexp,scalbn,scalbln}f16 C23 math functions (#94797)OverMighty1-11/+22
2024-04-23[libc] Make fenv and math tests preserve fenv_t state (#89658)Roland McGrath1-1/+2
2024-03-20[libc][NFC] Move `Sign` type to separate header (#85930)Guillaume Chatelet1-1/+0
2024-02-14[libc][math] Add C23 ldexpf128 math function and fix DyadicFloat conversions ...lntue1-2/+2
2024-01-30[libc][NFC] Rename `FPBits` nan functions (#79998)Guillaume Chatelet1-1/+1
2024-01-24[libc] Add C23 limits.h header. (#78887)lntue1-1/+1
2024-01-23[libc][NFC] Remove `FPBits` cast operator (#79142)Guillaume Chatelet1-5/+5
2024-01-23[libc] Remove specific nan payload in math functions (#79133)Guillaume Chatelet1-1/+1
2024-01-23[reland][libc] Remove unnecessary `FPBits` functions and properties (#79128)Guillaume Chatelet1-1/+1
2024-01-23Revert "[libc] Remove unnecessary `FPBits` functions and properties" (#79118)Guillaume Chatelet1-1/+1
2024-01-23[libc] Remove unnecessary `FPBits` functions and properties (#79113)Guillaume Chatelet1-1/+1
2024-01-19[libc][NFC] Use Sign in NormalFloat (#78579)Guillaume Chatelet1-15/+16
2024-01-18[libc][NFC] Introduce a Sign type for FPBits (#78500)Guillaume Chatelet1-6/+8
2023-12-20[libc][NFC] Rename `MAX_EXPONENT` to `MAX_BIASED_EXPONENT` (#75932)Guillaume Chatelet1-5/+6
2023-12-15[libc][NFC] Rename `MANTISSA_WIDTH` in `FRACTION_LEN` (#75489)Guillaume Chatelet1-14/+13
2023-12-14[libc][NFC] Remove MantissaWidth traits (#75458)Guillaume Chatelet1-2/+1
2023-12-13[libc][NFC] Shorten type names in tests (#75358)Guillaume Chatelet1-5/+5
2023-12-11[libc][NFC] Fix mixed up biased/unbiased exponent (#75037)Guillaume Chatelet1-1/+1
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet1-9/+9
2023-09-19[libc][math] Extract non-MPFR math tests into libc-math-smoke-tests.Tue Ly1-0/+166