aboutsummaryrefslogtreecommitdiff
path: root/libc/utils/MPFRWrapper/MPFRUtils.h
AgeCommit message (Expand)AuthorFilesLines
2025-09-22[libc] Add -Wextra for libc tests (#153321)Vinay Deshmukh1-2/+3
2025-09-17[libc][math][c23] Add rsqrtf16() function (#137545)Anton Shepelev1-0/+1
2025-09-02[libc][math][c23] Implement C23 math function atanpif16 (#150400)Mohamed Emad1-0/+1
2025-08-18Reland "[libc][math][c23] Implement C23 math function asinpif16" (#152690)Mohamed Emad1-0/+1
2025-08-12Revert "[libc] Add -Wextra for libc tests" (#153169)William Huynh1-3/+2
2025-08-12[libc] Add -Wextra for libc tests (#133643)Vinay Deshmukh1-2/+3
2025-07-26Revert "[libc][math][c23] Implement C23 math function asinpif16" (#150756)OverMighty1-1/+0
2025-07-26[libc][math][c23] Implement C23 math function asinpif16 (#146226)Mohamed Emad1-0/+1
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue1-2/+1
2025-04-24[libc][math][c23] Add acospif16() function (#134664)Anton1-0/+1
2025-01-28[libc][complex] Testing infra for MPC (#121261)Shourya Goel1-4/+4
2024-11-08[libc][math][c23] Add tanpif16 function (#115183)wldfngrs1-0/+1
2024-10-16[libc][math][c23] Add exp10m1f16 C23 math function (#105706)OverMighty1-0/+1
2024-07-18[libc][math][c23] Add {f,d}mul{l,f128} and f16mul{,f,l,f128} C23 math functio...OverMighty1-1/+1
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek1-2/+3
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini1-3/+2
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek1-2/+3
2024-07-08[libc][math] Implement cbrtf function correctly rounded to all rounding modes...lntue1-0/+1
2024-07-06[libc][C23][math] Implement cospif function correctly rounded for all roundin...Hendrik Hübner1-0/+1
2024-07-02[libc][math][c23] Add f16{add,sub}f C23 math functions (#96787)OverMighty1-1/+4
2024-07-02[libc] Add mpfr tests for fmul. (#97376)Job Henandez Lara1-7/+11
2024-07-01[libc][math][c23] Implemented sinpif function correctly rounded for all round...Hendrik Hübner1-0/+1
2024-06-25[libc][math][c23] Add f16divf C23 math function (#96131)OverMighty1-11/+28
2024-06-14[libc][math][c23] Add f16fmaf C23 math function (#95483)OverMighty1-15/+33
2024-06-13[libc][math][c23] Add f16sqrtf C23 math function (#95251)OverMighty1-7/+14
2024-04-05[libc] Implement roundeven C23 math functions (#87678)Vinayak Dev1-0/+1
2024-04-04[libc][math][c23] Add exp2m1f C23 math function (#86996)OverMighty1-0/+1
2024-04-01[libc][math] Implement atan2f correctly rounded to all rounding modes. (#86716)lntue1-0/+1
2024-02-28[libc] fix clang-tidy llvm-header-guard warnings (#82679)Nick Desaulniers1-3/+3
2023-11-06[libc][math] Implement powf function correctly rounded to all rounding modes....lntue1-0/+1
2023-10-04[libc][NFC] Fix -Wdangling-else when compiling libc with gcc >= 7 (#67833)Mikhail R. Gadelha1-8/+16
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet1-19/+21
2023-06-28[libc][math] Implement erff function correctly rounded to all rounding modes.Tue Ly1-0/+1
2023-06-14[libc] Enable hermetic floating point tests again.Tue Ly1-16/+24
2023-06-14[libc] Enable custom logging in LibcTestGuillaume Chatelet1-5/+16
2023-06-14Revert D152630 "[libc] Enable custom logging in LibcTest"Guillaume Chatelet1-5/+5
2023-06-14[libc] Enable custom logging in LibcTestGuillaume Chatelet1-5/+5
2023-05-31[libc][NFC] Fixing various typosGuillaume Chatelet1-2/+2
2023-04-18[libc][NFC] Move RoundingModeUtils to LibcFPTestHelpers.Siva Chandra Reddy1-3/+3
2023-04-17[libc][NFC] Remove the StreamWrapper class and use the new test logger.Siva Chandra Reddy1-30/+25
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy1-1/+1
2023-02-01[libc][math] Implement acoshf function correctly rounded to all rounding modes.Tue Ly1-0/+1
2023-01-27[libc][math] Implement asinhf function correctly rounded for all rounding modes.Tue Ly1-0/+1
2022-10-26[libc] Add a testing macro for MPFR matchers skipping `explainError` calls.Tue Ly1-6/+25
2022-09-19[libc][math] Implement exp10f function correctly rounded to all rounding modes.Tue Ly1-0/+1
2022-09-09[libc][math] Implement acosf function correctly rounded for all rounding modes.Tue Ly1-0/+1
2022-09-07[libc][math] Implement asinf function correctly rounded for all rounding modes.Tue Ly1-0/+1
2022-08-30[libc][math] Added atanf function.Kirill Okhotnikov1-0/+1
2022-08-30[libc][math] Added atanhf function.Kirill Okhotnikov1-0/+1
2022-08-01[libc][math] Added tanhf function.Kirill Okhotnikov1-0/+1