aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/math/NextAfterTest.h
AgeCommit message (Expand)AuthorFilesLines
2025-03-14[libc] Fix implicit conversion warnings in tests. (#131362)lntue1-1/+1
2024-10-01[libc] Move struct Sign into LIBC_NAMESPACE (#110709)Michael Jones1-0/+2
2024-04-23[libc] Make fenv and math tests preserve fenv_t state (#89658)Roland McGrath1-1/+2
2024-04-05[libc] Add proxy header math_macros.h. (#87598)lntue1-1/+1
2024-03-20[libc][NFC] Move `Sign` type to separate header (#85930)Guillaume Chatelet1-1/+0
2024-03-18[libc] Remove direct math.h includes (#85324)Michael Jones1-1/+1
2024-01-30[libc][NFC] Rename `FPBits` nan functions (#79998)Guillaume Chatelet1-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-5/+5
2024-01-23Revert "[libc] Remove unnecessary `FPBits` functions and properties" (#79118)Guillaume Chatelet1-5/+5
2024-01-23[libc] Remove unnecessary `FPBits` functions and properties (#79113)Guillaume Chatelet1-5/+5
2024-01-18[libc][NFC] Introduce a Sign type for FPBits (#78500)Guillaume Chatelet1-4/+6
2023-12-15[libc][NFC] Rename `MANTISSA_WIDTH` in `FRACTION_LEN` (#75489)Guillaume Chatelet1-25/+20
2023-12-14[libc][NFC] Remove MantissaWidth traits (#75458)Guillaume Chatelet1-3/+2
2023-12-11[libc][NFC] Fix mixed up biased/unbiased exponent (#75037)Guillaume Chatelet1-8/+6
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet1-24/+24
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy1-2/+2
2022-10-06[libc] Resolve NaN/implementation-defined behavior of floating-point testsDominic Chen1-1/+1
2022-10-05Revert "[libc] Resolve NaN/implementation-defined behavior of floating-point ...Dominic Chen1-1/+1
2022-10-05[libc] Resolve NaN/implementation-defined behavior of floating-point testsDominic Chen1-1/+1
2022-08-19[reland][libc][NFC] Use STL case for bitGuillaume Chatelet1-21/+21
2022-08-19Revert "[libc][NFC] Use STL case for bit"Guillaume Chatelet1-21/+21
2022-08-19[libc][NFC] Use STL case for bitGuillaume Chatelet1-21/+21
2022-07-29[libc][NFC] Use STL case for type_traitsGuillaume Chatelet1-1/+1
2022-02-08[libc] Replace type punning with bit_castGuillaume Chatelet1-20/+21
2021-12-22[libc] apply formatting to testsMichael Jones1-57/+59
2021-12-07[libc] apply new lint rulesMichael Jones1-42/+44
2021-10-29[libc][NFC] Move test related pieces from FPUtil to util/UnitTest.Siva Chandra Reddy1-1/+1
2021-10-28[libc][NFC] Move utils/CPP to src/__support/CPP.Siva Chandra Reddy1-1/+1
2021-08-06[libc][nfc] move ctype_utils and FPUtils to __supportMichael Jones1-3/+3
2021-07-21[libc] Include nextafter's functions to Windows's entrypointsHedin Garca1-5/+1
2021-07-13[libc] Capture floating point encoding and arrange it sequentially in memoryHedin Garca1-12/+10
2021-04-17[libc][NFC] Make conversion from FPBits to the float point type explicit.Siva Chandra Reddy1-5/+5
2021-04-13[libc] Make FPBits a union.Siva Chandra Reddy1-8/+14
2021-01-20[libc][NFC] add "LlvmLibc" as a prefix to all test namesMichael Jones1-3/+3
2021-01-05[libc] Add implementations of nextafter[f|l] functions.Siva Chandra Reddy1-0/+193