aboutsummaryrefslogtreecommitdiff
path: root/libc/src/__support/math
AgeCommit message (Expand)AuthorFilesLines
2025-12-04[libc][math] Refactor expm1 implementation to header-only in src/__support/ma...Muhammad Bassiouni2-0/+538
2025-11-20[libc][math] Add float-only implementation for atanf. (#167004)lntue3-0/+179
2025-11-05[libc][math] Refactor exp2m1f16 implementation to header-only in src/__suppor...Muhammad Bassiouni2-0/+198
2025-10-21[libc][math] Add tolerance to math tests so that they still work when accurat...lntue1-1/+3
2025-10-21[libc][math] Add float-only implementation for sinf / cosf. (#161680)lntue3-4/+250
2025-10-17[libc][math] Refactor exp2m1f implementation to header-only in src/__support/...Muhammad Bassiouni2-0/+213
2025-10-11[libc][math] Refactor exp2f16 implementation to header-only in src/__support/...Muhammad Bassiouni2-0/+125
2025-10-08[libc][math][c23] Add rsqrtf() function (#159615)Anton Shepelev2-16/+99
2025-10-06[libc][math] Refactor exp2f implementation to header-only in src/__support/ma...Muhammad Bassiouni2-0/+187
2025-10-05[libc][math] Refactor exp2 implementation to header-only in src/__support/mat...Muhammad Bassiouni3-0/+1037
2025-10-01[libc][math] Refactor exp10m1f16 implementation to header-only in src/__suppo...Muhammad Bassiouni2-0/+202
2025-09-29[libc][math] Refactor exp10m1f implementation to header-only in src/__support...Muhammad Bassiouni2-0/+251
2025-09-20[libc][math] Refactor dsqrtl implementation to header-only in src/__support/m...Muhammad Bassiouni2-0/+34
2025-09-17[libc][math] Adjust rsqrtf16 exception checks. (#159411)lntue1-24/+27
2025-09-17[libc][math][c23] Add rsqrtf16() function (#137545)Anton Shepelev2-0/+99
2025-08-22[libc][math] Refactor cospif16 implementation to header-only in src/__support...Muhammad Bassiouni2-0/+112
2025-08-22[libc][math] Refactor cospif implementation to header-only in src/__support/m...Muhammad Bassiouni2-0/+121
2025-08-19[libc][math] fix coshf16 build errors. (#154226)Muhammad Bassiouni1-1/+1
2025-08-19[libc][math] Refactor coshf16 implementation to header-only in src/__support/...Muhammad Bassiouni3-0/+393
2025-08-14[libc][math] Refactor coshf implementation to header-only in src/__support/ma...Muhammad Bassiouni3-0/+212
2025-08-13[libc][math] Refactor cosf16 implementation to header-only in src/__support/m...Muhammad Bassiouni3-0/+249
2025-08-11[libc][math] Refactor cosf implementation to header-only in src/__support/mat...Muhammad Bassiouni5-0/+498
2025-08-09[libc][math] Refactor cos implementation to header-only in src/__support/math...Muhammad Bassiouni6-0/+1453
2025-08-08[libc][math] Refactor cbrtf implementation to header-only in src/__support/ma...Muhammad Bassiouni2-0/+172
2025-08-03[libc] fix build errors caused by cbrt. (#151879)Muhammad Bassiouni1-1/+2
2025-08-03[libc][math] Refactor cbrt implementation to header-only in src/__support/mat...Muhammad Bassiouni2-0/+364
2025-08-02[libc] fix build errors caused by atanhf16. (#151838)Muhammad Bassiouni1-1/+1
2025-08-02[libc][math] Refactor atanhf16 implementation to header-only in src/__support...Muhammad Bassiouni2-0/+249
2025-08-02[libc][math] Refactor atanhf implementation to header-only in src/__support/m...Muhammad Bassiouni2-0/+87
2025-08-02[libc][math] Refactor atan2f128 implementation to header-only in src/__suppor...Muhammad Bassiouni2-0/+227
2025-08-01[libc][math] Refactor atan2f implementation to header-only in src/__support/m...Muhammad Bassiouni3-0/+613
2025-07-31[libc] Remove constexpr from asin_eval() (#151528)William Huynh1-1/+1
2025-07-31[libc][math] Refactor atan2 implementation to header-only in src/__support/ma...Muhammad Bassiouni2-3/+226
2025-07-30[libc][math] Refactor atanf16 implementation to header-only in src/__support/...Muhammad Bassiouni2-0/+134
2025-07-30[libc][math] Refactor atanf implementation to header-only in src/__support/ma...Muhammad Bassiouni2-0/+144
2025-07-29[libc][math] Refactor atan implementation to header-only in src/__support/mat...Muhammad Bassiouni3-0/+459
2025-07-29[libc][math] Refactor asinhf16 implementation to header-only in src/__support...Muhammad Bassiouni2-0/+139
2025-07-28[libc][math] Refactor asinhf implementation to header-only in src/__support/m...Muhammad Bassiouni2-0/+139
2025-07-27[libc][math] Refactor asinf16 implementation to header-only in src/__support/...Muhammad Bassiouni2-0/+160
2025-07-26[libc][math] inline functions in shared math headers (#150703)Muhammad Bassiouni23-37/+41
2025-07-25[libc] Fix unused statements in asin when accurate path is not needed. (#150726)lntue1-2/+3
2025-07-26[libc][math] Refactor asinf implementation to header-only in src/__support/ma...Muhammad Bassiouni2-0/+191
2025-07-25[libc][math] Refactor asin implementation to header-only in src/__support/mat...Muhammad Bassiouni2-1/+313
2025-07-25[libc][math] Refactor acospif16 implementation to header-only in src/__suppor...Muhammad Bassiouni2-0/+162
2025-07-25[libc] Remove constexpr from math::exp10_range_reduction and math::exp. (#150...lntue2-3/+2
2025-07-25[libc] Fix dependency list of libc.src.__support.math.exp10f16. (#150434)lntue2-10/+9
2025-07-25[libc][bazel] Enable parse_headers feature for llvm-libc. (#150538)Alexey Samsonov1-1/+1
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue2-1/+2
2025-07-22[libc][math] Refactor acoshf16 implementation to header-only in src/__support...Muhammad Bassiouni2-0/+139
2025-07-21[libc][math] Refactor acoshf implementation to header-only in src/__support/m...Muhammad Bassiouni4-0/+292