aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/math
AgeCommit message (Expand)AuthorFilesLines
2025-12-05[libc][fenv] Refactor x86 fenv implementations to make it work for various fe...lntue2-12/+30
2025-11-20[libc][math] Add float-only implementation for atanf. (#167004)lntue3-3/+66
2025-10-22Revert "[libc] Add -Werror for libc tests" (#164684)lntue4-12/+8
2025-10-22[libc] Add -Werror for libc tests (#160413)Vinay Deshmukh4-8/+12
2025-10-21[libc][math] Add tolerance to math tests so that they still work when accurat...lntue55-165/+547
2025-10-21[libc][math] Add float-only implementation for sinf / cosf. (#161680)lntue7-6/+226
2025-10-08[libc][math][c23] Add rsqrtf() function (#159615)Anton Shepelev8-1/+195
2025-09-24[libc][NFC] Remove usage of the C keyword `I`. (#160567)lntue1-33/+35
2025-09-24[libc][math][c++23] Add log_bf16 math function (#157811)Krishna Pandey4-0/+118
2025-09-22[libc] Add -Wextra for libc tests (#153321)Vinay Deshmukh1-2/+3
2025-09-18[libc][math] Fix sNaN tests for AArch64 (#159483)Krishna Pandey7-56/+40
2025-09-18[libc][math] Update test/src/math/smoke/FmaTest.h to not rely on compiler run...lntue1-2/+1
2025-09-17[libc] Temporarily disable floating point exception check for rsqrtf16 on aar...lntue1-0/+6
2025-09-17[libc][math] Adjust rsqrtf16 exception checks. (#159411)lntue2-7/+17
2025-09-17[libc][math][c23] Add rsqrtf16() function (#137545)Anton Shepelev4-0/+100
2025-09-10[libc] Clean up errno header usage in math tests. (#157898)Alexey Samsonov33-112/+27
2025-09-09[libc] Clean up errno header usage in all remaining math/smoke tests. (#157565)Alexey Samsonov56-227/+172
2025-09-08[libc] Clean up errno header usage in a few math/smoke tests. (#157517)Alexey Samsonov12-46/+27
2025-09-06[libc][math][c++23] Add sqrtbf16 math function (#156654)Krishna Pandey4-0/+68
2025-09-03[libc][math][c++23] Add fmodbf16 math function (#155575)Krishna Pandey5-24/+123
2025-09-02[libc][math][c23] Implement C23 math function atanpif16 (#150400)Mohamed Emad4-0/+127
2025-08-28[libc][test] Remove more unused nan variables (#155925)Jordan Rupprecht1-6/+0
2025-08-28[libc][test] Remove unused nan variables (#155894)Jordan Rupprecht1-6/+0
2025-08-28[libc][math][c++23] Add scalb{,l}nbf16 math functions (#155569)Krishna Pandey5-0/+70
2025-08-28[libc][math][c++23] Add totalorder{,mag}bf16 math functions (#155568)Krishna Pandey5-24/+122
2025-08-27[libc][math][c++23] Add {canonicalize,iscanonical,fdim,copysign,issignaling}b...Krishna Pandey6-0/+142
2025-08-27[libc][math][c++23] Add {modf,remainder,remquo}bf16 math functions (#154652)Krishna Pandey4-2/+66
2025-08-25[libc][math][c++23] Add {frexp,ilogb,ldexp,llogb,logb}bf16 math functions (#1...Krishna Pandey7-4/+159
2025-08-24[libc][math][c++23] Add {nearbyint,rint,lrint,llrint,lround,llround}bf16 math...Krishna Pandey16-5/+380
2025-08-23[libc][math][c++23] Add nanbf16 math function (#153995)Krishna Pandey2-0/+71
2025-08-23[libc][math][c++23] Add {get,set}payloadbf16 and setpayloadsigbf16 math funct...Krishna Pandey7-35/+176
2025-08-22[libc][math][c++23] Add next{after,down,toward,up}bf16 math functions (#153993)Krishna Pandey7-22/+141
2025-08-19[libc][math][c++23] Add {,u}fromfp{,x}bf16 math functions (#153992)Krishna Pandey9-86/+191
2025-08-18Reland "[libc][math][c23] Implement C23 math function asinpif16" (#152690)Mohamed Emad4-0/+149
2025-08-14[libc][math] Refactor coshf implementation to header-only in src/__support/ma...Muhammad Bassiouni1-2/+2
2025-08-13[libc][math][c++23] Add bf16fma{,f,l,f128} math functions (#153231)Krishna Pandey10-0/+236
2025-08-12[libc][math][c++23] Add bf16div{,f,l,f128} math functions (#153191)Krishna Pandey10-1/+229
2025-08-12[libc][math][c++23] Add f{max,min}imum{,_mag,_mag_num,_num}bf16 math function...Krishna Pandey9-0/+232
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-08-10[libc][math][c++23] Add bf16mul{,f,l,f128} math functions (#152847)Krishna Pandey11-2/+243
2025-08-08[libc][math][c++23] Add f{max,min}bf16 math functions (#152782)Krishna Pandey3-0/+58
2025-08-08[libc][math][c++23] Add bf16{add,sub}{,f,l,f128} math functions (#152774)Krishna Pandey18-0/+464
2025-08-08[libc][math][c++23] Add {ceil,floor,round,roundeven,trunc}bf16 math functions...Krishna Pandey10-7/+147
2025-08-06[libc][math][c++23] Implement basic arithmetic operations for BFloat16 (#151228)Krishna Pandey12-5/+462
2025-08-05[libc][math] Fix division by infinity in fputil::div (#152092)Krishna Pandey1-0/+5
2025-08-04[libc][math] Fix subtraction of infinity in fputil::add_or_sub (#152017)Krishna Pandey2-0/+8
2025-07-29[libc][math][c++23] Add fabsbf16 math function (#148398)Krishna Pandey3-1/+27
2025-07-26Revert "[libc][math][c23] Implement C23 math function asinpif16" (#150756)OverMighty4-149/+0
2025-07-26[libc][math][c23] Implement C23 math function asinpif16 (#146226)Mohamed Emad4-0/+149