summaryrefslogtreecommitdiff
path: root/libc/test/src/math/RoundToIntegerTest.h
AgeCommit message (Expand)Author
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue
2024-10-11[libc] Fix for adding macro I (#111872)Shourya Goel
2024-10-05[libc] remove errno.h includes (#110934)Job Henandez Lara
2024-10-01[libc] Move struct Sign into LIBC_NAMESPACE (#110709)Michael Jones
2024-07-15[libc] Fix warnings emitted by GCC (#98751)OverMighty
2024-07-08[libc] Fix integer `rint` variants on the GPU (#98095)Joseph Huber
2024-06-10[libc][math][c23] Add MPFR unit tests for {rint,lrint,llrint,lround,llround}f...OverMighty
2024-05-06[libc][math] fix loose except check in `{EXPECT,ASSERT}_FP_EXCEPTION` macros ...Michael Flanders
2024-04-23[libc] Make fenv and math tests preserve fenv_t state (#89658)Roland McGrath
2024-04-05[libc] Add proxy header math_macros.h. (#87598)lntue
2024-03-20[libc][NFC] Move `Sign` type to separate header (#85930)Guillaume Chatelet
2024-03-18[libc] Remove direct math.h includes (#85324)Michael Jones
2024-02-06[libc] Move libc_errno inside of LIBC_NAMESPACE (#80774)michaelrj-google
2024-01-30[libc][NFC] Rename `FPBits` nan functions (#79998)Guillaume Chatelet
2024-01-23[libc][NFC] Remove `FPBits` cast operator (#79142)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-18[libc][NFC] Introduce a Sign type for FPBits (#78500)Guillaume Chatelet
2023-12-15[libc][NFC] Rename `MANTISSA_WIDTH` in `FRACTION_LEN` (#75489)Guillaume Chatelet
2023-12-14[libc][NFC] Remove MantissaWidth traits (#75458)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-09-01[lldb] Fix duplicate word typos; NFCFangrui Song
2023-06-20[libc] Fix libmath test compilation when using UInt<T>Mikhail R. Gadelha
2023-06-01[libc] Reduce math tests runtime furtherGuillaume Chatelet
2023-03-07[libc][math] Switch math functions to use libc_errno and fix some errno and f...Tue Ly
2023-02-15[libc][NFC] Make tuning macros start with LIBC_COPT_Guillaume Chatelet
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2022-10-06[libc] Resolve NaN/implementation-defined behavior of floating-point testsDominic Chen
2022-10-05Revert "[libc] Resolve NaN/implementation-defined behavior of floating-point ...Dominic Chen
2022-10-05[libc] Resolve NaN/implementation-defined behavior of floating-point testsDominic Chen
2022-03-10[libc] Initial support for darwin-aarch64.Tue Ly
2022-03-08[libc] Add testing macros for errno and floating point exceptions.Tue Ly
2022-03-04[libc] Remove the redundant header FPUtil/FEnvUtils.hTue Ly
2021-12-23[libc][obvious] Fix style of MPFRWrapper.Siva Chandra Reddy
2021-12-22[libc] apply formatting to testsMichael Jones
2021-12-07[libc] apply new lint rulesMichael Jones
2021-08-06[libc][nfc] move ctype_utils and FPUtils to __supportMichael Jones
2021-07-22[libc] Rename FEnv.h and refactor subsequent filesHedin Garca
2021-07-13[libc] Capture floating point encoding and arrange it sequentially in memoryHedin Garca
2021-04-17[libc][NFC] Make conversion from FPBits to the float point type explicit.Siva Chandra Reddy
2021-04-13[libc] Make FPBits a union.Siva Chandra Reddy
2021-02-16[libc][NFC] Make few maths functions buildable outside of LLVM libc build.Siva Chandra Reddy
2021-01-20[libc][NFC][obvious] fix the names of MPFR testsMichael Jones
2020-12-29[libc] Add implementations of rounding functions which depend rounding mode.Siva Chandra Reddy
2020-12-15[libc][NFC][Obvious] Remove few unnecessary #include directives in tests.Siva Chandra Reddy
2020-12-11[libc] Add implementations of lround[f|l] and llround[f|l].Siva Chandra Reddy