aboutsummaryrefslogtreecommitdiff
path: root/libc/shared/math
AgeCommit message (Expand)AuthorFilesLines
2025-12-04[libc][math] Refactor expm1 implementation to header-only in src/__support/ma...Muhammad Bassiouni1-0/+23
2025-11-05[libc][math] Refactor exp2m1f16 implementation to header-only in src/__suppor...Muhammad Bassiouni1-0/+29
2025-10-17[libc][math] Refactor exp2m1f implementation to header-only in src/__support/...Muhammad Bassiouni1-0/+23
2025-10-11[libc][math] Refactor exp2f16 implementation to header-only in src/__support/...Muhammad Bassiouni1-0/+29
2025-10-08[libc][math][c23] Add rsqrtf() function (#159615)Anton Shepelev2-1/+24
2025-10-06[libc][math] Refactor exp2f implementation to header-only in src/__support/ma...Muhammad Bassiouni1-0/+23
2025-10-05[libc][math] Refactor exp2 implementation to header-only in src/__support/mat...Muhammad Bassiouni1-0/+23
2025-10-01[libc][math] Refactor exp10m1f16 implementation to header-only in src/__suppo...Muhammad Bassiouni1-0/+29
2025-09-29[libc][math] Refactor exp10m1f implementation to header-only in src/__support...Muhammad Bassiouni1-0/+23
2025-09-20[libc][math] Refactor dsqrtl implementation to header-only in src/__support/m...Muhammad Bassiouni1-0/+23
2025-09-17[libc][math][c23] Add rsqrtf16() function (#137545)Anton Shepelev1-0/+29
2025-08-22[libc][math] Refactor cospif16 implementation to header-only in src/__support...Muhammad Bassiouni1-0/+28
2025-08-22[libc][math] Refactor cospif implementation to header-only in src/__support/m...Muhammad Bassiouni1-0/+23
2025-08-19[libc][math] Refactor coshf16 implementation to header-only in src/__support/...Muhammad Bassiouni1-0/+28
2025-08-14[libc][math] Refactor coshf implementation to header-only in src/__support/ma...Muhammad Bassiouni1-0/+23
2025-08-13[libc][math] Refactor cosf16 implementation to header-only in src/__support/m...Muhammad Bassiouni1-0/+28
2025-08-11[libc][math] Refactor cosf implementation to header-only in src/__support/mat...Muhammad Bassiouni1-0/+23
2025-08-09[libc][math] Refactor cos implementation to header-only in src/__support/math...Muhammad Bassiouni1-0/+23
2025-08-08[libc][math] Refactor cbrtf implementation to header-only in src/__support/ma...Muhammad Bassiouni1-0/+23
2025-08-03[libc][math] Refactor cbrt implementation to header-only in src/__support/mat...Muhammad Bassiouni1-0/+23
2025-08-02[libc][math] Refactor atanhf16 implementation to header-only in src/__support...Muhammad Bassiouni1-0/+28
2025-08-02[libc][math] Refactor atanhf implementation to header-only in src/__support/m...Muhammad Bassiouni1-0/+23
2025-08-02[libc][math] Refactor atan2f128 implementation to header-only in src/__suppor...Muhammad Bassiouni1-0/+29
2025-08-01[libc][math] Refactor atan2f implementation to header-only in src/__support/m...Muhammad Bassiouni1-0/+23
2025-07-31[libc][math] Refactor atan2 implementation to header-only in src/__support/ma...Muhammad Bassiouni1-0/+23
2025-07-30[libc][math] Refactor atanf16 implementation to header-only in src/__support/...Muhammad Bassiouni1-0/+28
2025-07-30[libc][math] Refactor atanf implementation to header-only in src/__support/ma...Muhammad Bassiouni1-0/+23
2025-07-29[libc][math] Refactor atan implementation to header-only in src/__support/mat...Muhammad Bassiouni1-0/+23
2025-07-29[libc][math] Refactor asinhf16 implementation to header-only in src/__support...Muhammad Bassiouni2-1/+29
2025-07-28[libc][math] Refactor asinhf implementation to header-only in src/__support/m...Muhammad Bassiouni1-0/+23
2025-07-27[libc][math] Refactor asinf16 implementation to header-only in src/__support/...Muhammad Bassiouni1-0/+28
2025-07-26[libc][math] Refactor asinf implementation to header-only in src/__support/ma...Muhammad Bassiouni1-0/+23
2025-07-25[libc][math] Refactor asin implementation to header-only in src/__support/mat...Muhammad Bassiouni1-0/+23
2025-07-25[libc][math] Refactor acospif16 implementation to header-only in src/__suppor...Muhammad Bassiouni1-0/+29
2025-07-25[libc] Fix dependency list of libc.src.__support.math.exp10f16. (#150434)lntue1-3/+3
2025-07-22[libc][math] Refactor acoshf16 implementation to header-only in src/__support...Muhammad Bassiouni1-0/+29
2025-07-21[libc][math] Refactor acoshf implementation to header-only in src/__support/m...Muhammad Bassiouni1-0/+23
2025-07-21[libc][math] Refactor erff implementation to header-only in src/__support/mat...Muhammad Bassiouni1-0/+23
2025-07-21[libc][math] Refactor acosf16 implementation to header-only in src/__support/...Muhammad Bassiouni1-0/+29
2025-07-21[libc][math] add smoke tests to shared/math.h (#149741)Muhammad Bassiouni1-1/+1
2025-07-20[libc][math] Refactor acosf implementation to header-only in src/__support/ma...Muhammad Bassiouni1-0/+23
2025-07-19[libc][math] Refactor acos implementation to header-only in src/__support/mat...Muhammad Bassiouni1-0/+23
2025-07-18[libc][math] Refactor exp10f16 implementation to header-only in src/__support...Muhammad Bassiouni1-0/+29
2025-07-17[libc][math] Refactor exp10f implementation to header-only in src/__support/m...Muhammad Bassiouni1-0/+23
2025-07-16[libc][math] Refactor exp10 implementation to header-only in src/__support/ma...Muhammad Bassiouni1-0/+23
2025-07-15[libc][math] Refactor exp implementation to header-only in src/__support/math...Muhammad Bassiouni1-0/+23
2025-07-14Revert "[libc][math] Refactor exp implementation to header-only in src/__supp...lntue1-23/+0
2025-07-14[libc][math] Refactor exp implementation to header-only in src/__support/math...Muhammad Bassiouni1-0/+23
2025-07-14[libc][math] Refactor ldexpf implementation to header-only in src/__support/m...Muhammad Bassiouni1-0/+23
2025-07-14[libc][math] Refactor ldexpf16 implementation to header-only in src/__support...Muhammad Bassiouni1-0/+31