summaryrefslogtreecommitdiff
path: root/libc/test/src/math
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 tolerance to math tests so that they still work when accurat...lntue
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-24[libc][NFC] Remove usage of the C keyword `I`. (#160567)lntue
2025-09-24[libc][math][c++23] Add log_bf16 math function (#157811)Krishna Pandey
2025-09-22[libc] Add -Wextra for libc tests (#153321)Vinay Deshmukh
2025-09-18[libc][math] Fix sNaN tests for AArch64 (#159483)Krishna Pandey
2025-09-18[libc][math] Update test/src/math/smoke/FmaTest.h to not rely on compiler run...lntue
2025-09-17[libc] Temporarily disable floating point exception check for rsqrtf16 on aar...lntue
2025-09-17[libc][math] Adjust rsqrtf16 exception checks. (#159411)lntue
2025-09-17[libc][math][c23] Add rsqrtf16() function (#137545)Anton Shepelev
2025-09-10[libc] Clean up errno header usage in math tests. (#157898)Alexey Samsonov
2025-09-09[libc] Clean up errno header usage in all remaining math/smoke tests. (#157565)Alexey Samsonov
2025-09-08[libc] Clean up errno header usage in a few math/smoke tests. (#157517)Alexey Samsonov
2025-09-06[libc][math][c++23] Add sqrtbf16 math function (#156654)Krishna Pandey
2025-09-03[libc][math][c++23] Add fmodbf16 math function (#155575)Krishna Pandey
2025-09-02[libc][math][c23] Implement C23 math function atanpif16 (#150400)Mohamed Emad
2025-08-28[libc][test] Remove more unused nan variables (#155925)Jordan Rupprecht
2025-08-28[libc][test] Remove unused nan variables (#155894)Jordan Rupprecht
2025-08-28[libc][math][c++23] Add scalb{,l}nbf16 math functions (#155569)Krishna Pandey
2025-08-28[libc][math][c++23] Add totalorder{,mag}bf16 math functions (#155568)Krishna Pandey
2025-08-27[libc][math][c++23] Add {canonicalize,iscanonical,fdim,copysign,issignaling}b...Krishna Pandey
2025-08-27[libc][math][c++23] Add {modf,remainder,remquo}bf16 math functions (#154652)Krishna Pandey
2025-08-25[libc][math][c++23] Add {frexp,ilogb,ldexp,llogb,logb}bf16 math functions (#1...Krishna Pandey
2025-08-24[libc][math][c++23] Add {nearbyint,rint,lrint,llrint,lround,llround}bf16 math...Krishna Pandey
2025-08-23[libc][math][c++23] Add nanbf16 math function (#153995)Krishna Pandey
2025-08-23[libc][math][c++23] Add {get,set}payloadbf16 and setpayloadsigbf16 math funct...Krishna Pandey
2025-08-22[libc][math][c++23] Add next{after,down,toward,up}bf16 math functions (#153993)Krishna Pandey
2025-08-19[libc][math][c++23] Add {,u}fromfp{,x}bf16 math functions (#153992)Krishna Pandey
2025-08-18Reland "[libc][math][c23] Implement C23 math function asinpif16" (#152690)Mohamed Emad
2025-08-14[libc][math] Refactor coshf implementation to header-only in src/__support/ma...Muhammad Bassiouni
2025-08-13[libc][math][c++23] Add bf16fma{,f,l,f128} math functions (#153231)Krishna Pandey
2025-08-12[libc][math][c++23] Add bf16div{,f,l,f128} math functions (#153191)Krishna Pandey
2025-08-12[libc][math][c++23] Add f{max,min}imum{,_mag,_mag_num,_num}bf16 math function...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-10[libc][math][c++23] Add bf16mul{,f,l,f128} math functions (#152847)Krishna Pandey
2025-08-08[libc][math][c++23] Add f{max,min}bf16 math functions (#152782)Krishna Pandey
2025-08-08[libc][math][c++23] Add bf16{add,sub}{,f,l,f128} math functions (#152774)Krishna Pandey
2025-08-08[libc][math][c++23] Add {ceil,floor,round,roundeven,trunc}bf16 math functions...Krishna Pandey
2025-08-06[libc][math][c++23] Implement basic arithmetic operations for BFloat16 (#151228)Krishna Pandey
2025-08-05[libc][math] Fix division by infinity in fputil::div (#152092)Krishna Pandey
2025-08-04[libc][math] Fix subtraction of infinity in fputil::add_or_sub (#152017)Krishna Pandey
2025-07-29[libc][math][c++23] Add fabsbf16 math function (#148398)Krishna Pandey
2025-07-26Revert "[libc][math][c23] Implement C23 math function asinpif16" (#150756)OverMighty
2025-07-26[libc][math][c23] Implement C23 math function asinpif16 (#146226)Mohamed Emad
2025-07-24[libc] Don't rely on LIBC_HAS_SANITIZER when enabling null checks. (#150341)Alexey Samsonov