aboutsummaryrefslogtreecommitdiff
path: root/libc/src/math
AgeCommit message (Expand)AuthorFilesLines
2025-12-04[libc][math] Refactor expm1 implementation to header-only in src/__support/ma...Muhammad Bassiouni2-502/+3
2025-11-05[libc][math] Refactor exp2m1f16 implementation to header-only in src/__suppor...Muhammad Bassiouni2-166/+3
2025-10-30[libc] Remove optimization flags on entrypoints (#165782)Michael Jones3-155/+1
2025-10-21[libc][math] Add float-only implementation for sinf / cosf. (#161680)lntue1-3/+21
2025-10-21[libc] Capture 'POLY_COEFFS' by reference in asinpi_polyeval lambda. (#164404)Ren Hiyama1-1/+1
2025-10-17[libc][math] Refactor exp2m1f implementation to header-only in src/__support/...Muhammad Bassiouni2-186/+3
2025-10-11[libc][math] Refactor exp2f16 implementation to header-only in src/__support/...Muhammad Bassiouni2-93/+3
2025-10-08[libc][math][c23] Add rsqrtf() function (#159615)Anton Shepelev4-0/+47
2025-10-06[libc][math] Refactor exp2f implementation to header-only in src/__support/ma...Muhammad Bassiouni4-192/+6
2025-10-05[libc][math] Refactor exp2 implementation to header-only in src/__support/mat...Muhammad Bassiouni17-1084/+58
2025-10-01[libc][math] Refactor exp10m1f16 implementation to header-only in src/__suppo...Muhammad Bassiouni2-168/+3
2025-09-29[libc][math] Refactor exp10m1f implementation to header-only in src/__support...Muhammad Bassiouni2-217/+3
2025-09-24[libc][math][c++23] Add log_bf16 math function (#157811)Krishna Pandey4-0/+176
2025-09-20[libc][math] Refactor dsqrtl implementation to header-only in src/__support/m...Muhammad Bassiouni2-8/+3
2025-09-17[libc][math][c23] Add rsqrtf16() function (#137545)Anton Shepelev4-1/+50
2025-09-06[libc][math][c++23] Add sqrtbf16 math function (#156654)Krishna Pandey4-1/+58
2025-09-03[libc][math][c++23] Add fmodbf16 math function (#155575)Krishna Pandey4-0/+57
2025-09-02[libc][math][c23] Implement C23 math function atanpif16 (#150400)Mohamed Emad4-0/+199
2025-08-28[libc][math][c++23] Add scalb{,l}nbf16 math functions (#155569)Krishna Pandey6-0/+126
2025-08-28[libc][math][c++23] Add totalorder{,mag}bf16 math functions (#155568)Krishna Pandey6-0/+117
2025-08-27[libc][math][c++23] Add {canonicalize,iscanonical,fdim,copysign,issignaling}b...Krishna Pandey12-0/+288
2025-08-27[libc][math][c++23] Add {modf,remainder,remquo}bf16 math functions (#154652)Krishna Pandey8-1/+173
2025-08-25[libc][math][c++23] Add {frexp,ilogb,ldexp,llogb,logb}bf16 math functions (#1...Krishna Pandey12-0/+283
2025-08-24[libc][math] Do not use float16 basic operations in hypotf16. (#155177)lntue1-7/+6
2025-08-24[libc][math][c++23] Add {nearbyint,rint,lrint,llrint,lround,llround}bf16 math...Krishna Pandey14-0/+339
2025-08-23[libc][math][c++23] Add nanbf16 math function (#153995)Krishna Pandey4-0/+63
2025-08-23[libc][math][c++23] Add {get,set}payloadbf16 and setpayloadsigbf16 math funct...Krishna Pandey8-0/+171
2025-08-22[libc][math][c++23] Add next{after,down,toward,up}bf16 math functions (#153993)Krishna Pandey10-0/+229
2025-08-22[libc][math] Refactor cospif16 implementation to header-only in src/__support...Muhammad Bassiouni2-80/+3
2025-08-22[libc][math] Refactor cospif implementation to header-only in src/__support/m...Muhammad Bassiouni2-93/+3
2025-08-19[libc][math][c++23] Add {,u}fromfp{,x}bf16 math functions (#153992)Krishna Pandey10-0/+232
2025-08-19[libc][math] Refactor coshf16 implementation to header-only in src/__support/...Muhammad Bassiouni11-368/+27
2025-08-18Reland "[libc][math][c23] Implement C23 math function asinpif16" (#152690)Mohamed Emad4-0/+169
2025-08-14[libc][math] Refactor coshf implementation to header-only in src/__support/ma...Muhammad Bassiouni11-212/+18
2025-08-13[libc][math][c++23] Add bf16fma{,f,l,f128} math functions (#153231)Krishna Pandey10-4/+235
2025-08-13[libc][math] Refactor cosf16 implementation to header-only in src/__support/m...Muhammad Bassiouni8-221/+18
2025-08-12[libc][math][c++23] Add bf16div{,f,l,f128} math functions (#153191)Krishna Pandey10-0/+228
2025-08-12[libc][math][c++23] Add f{max,min}imum{,_mag,_mag_num,_num}bf16 math function...Krishna Pandey18-0/+464
2025-08-11[libc][math] Refactor cosf implementation to header-only in src/__support/mat...Muhammad Bassiouni11-488/+20
2025-08-10[libc][math][c++23] Add bf16mul{,f,l,f128} math functions (#152847)Krishna Pandey10-0/+229
2025-08-09[libc][math] Refactor cos implementation to header-only in src/__support/math...Muhammad Bassiouni9-1417/+28
2025-08-08[libc][math][c++23] Add f{max,min}bf16 math functions (#152782)Krishna Pandey6-0/+117
2025-08-08[libc][math][c++23] Add bf16{add,sub}{,f,l,f128} math functions (#152774)Krishna Pandey18-0/+459
2025-08-08[libc][math] Refactor cbrtf implementation to header-only in src/__support/ma...Muhammad Bassiouni2-150/+3
2025-08-08[libc][math][c++23] Add {ceil,floor,round,roundeven,trunc}bf16 math functions...Krishna Pandey12-0/+294
2025-08-03[libc][math] Refactor cbrt implementation to header-only in src/__support/mat...Muhammad Bassiouni2-335/+3
2025-08-02[libc][math] Refactor atanhf16 implementation to header-only in src/__support...Muhammad Bassiouni5-224/+3
2025-08-02[libc][math] Refactor atanhf implementation to header-only in src/__support/m...Muhammad Bassiouni2-58/+3
2025-08-02[libc][math] Refactor atan2f128 implementation to header-only in src/__suppor...Muhammad Bassiouni2-197/+3
2025-08-01[libc][math] Refactor atan2f implementation to header-only in src/__support/m...Muhammad Bassiouni3-574/+3