summaryrefslogtreecommitdiff
path: root/libc/test/src/math/exhaustive
AgeCommit message (Expand)Author
2025-11-20[libc][math] Add float-only implementation for atanf. (#167004)lntue
2025-10-22Revert "[libc] Add -Werror for libc tests" (#164684)lntue
2025-10-22[libc] Add -Werror for libc tests (#160413)Vinay Deshmukh
2025-10-21[libc][math] Add float-only implementation for sinf / cosf. (#161680)lntue
2025-10-08[libc][math][c23] Add rsqrtf() function (#159615)Anton Shepelev
2025-09-22[libc] Add -Wextra for libc tests (#153321)Vinay Deshmukh
2025-09-03[libc][math][c++23] Add fmodbf16 math function (#155575)Krishna Pandey
2025-08-12Revert "[libc] Add -Wextra for libc tests" (#153169)William Huynh
2025-08-12[libc] Add -Wextra for libc tests (#133643)Vinay Deshmukh
2025-08-06[libc][math][c++23] Implement basic arithmetic operations for BFloat16 (#151228)Krishna Pandey
2025-07-13[libc][NFC] Revise file header for tanf exhaustive test. (#148348)Connector Switch
2025-07-12[libc][math][c23] implement C23 math function `tanpif` (#147192)Connector Switch
2025-07-09[libc][math][c++23] Add bfloat16 support in LLVM libc (#144463)Krishna Pandey
2025-04-01[libc] Reduce the range of hypotf exhaustive test to be run automatically. (#...lntue
2025-03-31[libc][math][c23] Add hypotf16 function (#131991)Tejas Vipin
2025-03-24[libc][math] Fix range and comments in exhaustive hypotf_test (#131769)Tejas Vipin
2025-03-14[libc] Fix implicit conversion warnings in tests. (#131362)lntue
2025-02-07[libc] Use `${libc_opt_high_flag}` instead of `-O3` (#123233)Petr Hosek
2025-01-24[libc][NFC] Remove extra ; in exhaustive_test.h. (#124216)lntue
2024-11-07[libc][math][c23] Add exp10m1f C23 math function (#87992)OverMighty
2024-10-29Remove spurious includes from sinpif_test.cppAlexey Samsonov
2024-07-08[libc][math] Implement cbrtf function correctly rounded to all rounding modes...lntue
2024-07-06[libc][C23][math] Implement cospif function correctly rounded for all roundin...Hendrik Hübner
2024-07-01[libc][math][c23] Implemented sinpif function correctly rounded for all round...Hendrik Hübner
2024-06-25[libc][math][c23] Add MPFR exhaustive test for fmodf16 (#94656)OverMighty
2024-06-13[libc][math][c23] Add f16sqrtf C23 math function (#95251)OverMighty
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-04-04[libc][math][c23] Add exp2m1f C23 math function (#86996)OverMighty
2024-03-18[libc][math] Improve atanf performance. (#85463)lntue
2024-03-18[libc] Remove direct math.h includes (#85324)Michael Jones
2024-03-11[libc][math][c23] Add fmodl and fmodf128 math functions. (#84600)lntue
2024-01-23[libc][NFC] Remove `FPBits` cast operator (#79142)Guillaume Chatelet
2023-12-15[libc][NFC] Rename `MANTISSA_WIDTH` in `FRACTION_LEN` (#75489)Guillaume Chatelet
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-06-28[libc][NFC] Set rounding mode for sincosf exhaustive test.Tue Ly
2023-06-28[libc][math] Implement erff function correctly rounded to all rounding modes.Tue Ly
2023-06-28[libc] Fix missing dependency and linking option for sqrtf exhaustive test.Tue Ly
2023-06-28[libc][math] Clean up exhaustive tests implementations.Tue Ly
2023-06-14[libc] Fix merging issue with test/src/math/exhaustive/expm1f_testTue Ly
2023-06-14[libc] Enable hermetic floating point tests again.Tue Ly
2023-06-14[libc] Enable custom logging in LibcTestGuillaume Chatelet
2023-04-24[libc][Obvious] Add NO_RUN_POSTBUILD to sqrtf exhaustive test.Siva Chandra Reddy
2023-02-10[libc][math] Update exceptional cases for logf, log10f, log2f, log1pf.Tue Ly
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2023-02-01[libc][math] Implement acoshf function correctly rounded to all rounding modes.Tue Ly
2023-01-27[libc][math] Implement asinhf function correctly rounded for all rounding modes.Tue Ly
2022-09-19[libc][math] Implement exp10f function correctly rounded to all rounding modes.Tue Ly
2022-09-14[libc][math] Improve exp2f performance.Tue Ly
2022-09-09[libc][math] Implement acosf function correctly rounded for all rounding modes.Tue Ly