aboutsummaryrefslogtreecommitdiff
path: root/libc/utils/MPFRWrapper/MPFRUtils.h
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-29[libc][math] Added sinhf function.Kirill Okhotnikov1-0/+1
2022-07-29[libc][math] Added coshf function.Kirill Okhotnikov1-0/+1
2022-07-29[libc][NFC] Use STL case for type_traitsGuillaume Chatelet1-14/+14
2022-07-13[libc] Specify rounding mode for strto[f|d] testsAlex Brachet1-11/+3
2022-06-24[libc][math] fmod/fmodf implementation.Kirill Okhotnikov1-0/+1
2022-02-07[libc] Implement log1pf correctly rounded to all rounding modes.Tue Ly1-0/+1
2022-01-25[libc] Implement log10f correctly rounded for all rounding modes.Tue Ly1-0/+1
2022-01-14[libc] Implement correctly rounded log2f based on RLIBM library.Tue Ly1-0/+35
2022-01-13[libc] Add rounding mode support for MPFR testing macros.Tue Ly1-55/+109
2021-12-23[libc][obvious] Fix style of MPFRWrapper.Siva Chandra Reddy1-72/+77
2021-12-16[libc] Implement correctly rounded logf based on RLIBM library.Tue Ly1-0/+1
2021-10-28[libc][NFC] Move utils/CPP to src/__support/CPP.Siva Chandra Reddy1-1/+1
2021-08-23[libc] Add range reduction functions based on Paine and Hanek algorithm.Siva Chandra Reddy1-0/+3
2021-06-10[libc] Add implementation of expm1f.Tue Ly1-0/+1
2021-05-13[libc] Add x86_64 implementations of double precision cos, sin and tan.Siva Chandra Reddy1-0/+1
2021-01-06[libc] Add implementation of fmaf.Tue Ly1-2/+22
2020-12-29[libc] Add implementations of rounding functions which depend rounding mode.Siva Chandra Reddy1-0/+5
2020-12-11[libc] Add implementations of lround[f|l] and llround[f|l].Siva Chandra Reddy1-0/+2
2020-09-14[libc] Extend MPFRMatcher to handle 2-input-1-output and support hypot function.Tue Ly1-2/+18
2020-08-25[libc] Extend MPFRMatcher to handle multiple-input-multiple-output functions.Siva Chandra Reddy1-24/+176
2020-08-20[libc][NFC] Switch math tests to the new ULP based tolerance.Siva Chandra Reddy1-36/+3
2020-08-18[libc] Add ULP function to MPFRNumber class to test correctly rounded functio...Tue Ly1-4/+18
2020-06-01[libc] Add implementations of ceil[f], floor[f] and trunc[f] from math.h.Siva Chandra Reddy1-1/+11
2020-05-26[libc][NFC][Obvious] Convert the MPFR operations enum to an enum class.Siva Chandra Reddy1-1/+1
2020-05-15[libc] Move implementations of expf and exp2f from the AOR to src/math.Siva Chandra Reddy1-5/+1
2020-05-15[libc] Add implementation of fabs and fabsf.Siva Chandra Reddy1-0/+1