Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
33 hours | math: Consolidate acosf and asinf internal tablesHEADmaster | Adhemerval Zanella | 4 | -32/+84 |
33 hours | math: Consolidate acospif and asinpif internal tables | Adhemerval Zanella | 4 | -104/+119 |
33 hours | math: Consolidate cospif and sinpif internal tables | Adhemerval Zanella | 4 | -115/+123 |
5 days | math: Improve layout of exp/exp10 data | Wilco Dijkstra | 1 | -2/+4 |
6 days | math: Consolidate coshf and sinhf internal tables | Adhemerval Zanella | 4 | -60/+100 |
6 days | math: Consolidate acoshf and asinhf internal tables | Adhemerval Zanella | 4 | -203/+174 |
6 days | math: Use tanpif from CORE-MATH | Adhemerval Zanella | 2 | -0/+115 |
6 days | math: Use sinpif from CORE-MATH | Adhemerval Zanella | 1 | -0/+134 |
6 days | math: Use cospif from CORE-MATH | Adhemerval Zanella | 1 | -0/+136 |
6 days | math: Use atanpif from CORE-MATH | Adhemerval Zanella | 1 | -0/+109 |
6 days | math: Use atan2pif from CORE-MATH | Adhemerval Zanella | 1 | -0/+238 |
6 days | math: Use asinpif from CORE-MATH | Adhemerval Zanella | 1 | -0/+137 |
6 days | math: Use acospif from CORE-MATH | Adhemerval Zanella | 1 | -0/+137 |
2025-02-03 | math: Fix tanf for some inputs (BZ 32630) | Adhemerval Zanella | 1 | -1/+1 |
2025-01-31 | math: Fix sinhf for some inputs (BZ 32627) | Adhemerval Zanella | 1 | -1/+1 |
2025-01-31 | math: Fix log10p1f internal table value (BZ 32626) | Adhemerval Zanella | 1 | -1/+1 |
2025-01-09 | math: Fix acosf when building with gcc <= 11 | Adhemerval Zanella | 1 | -3/+7 |
2025-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 501 | -501/+501 |
2024-12-18 | math: Use tanhf from CORE-MATH | Adhemerval Zanella | 1 | -53/+80 |
2024-12-18 | math: Use sinhf from CORE-MATH | Adhemerval Zanella | 1 | -51/+120 |
2024-12-18 | math: Use coshf from CORE-MATH | Adhemerval Zanella | 2 | -54/+108 |
2024-12-18 | math: Use atanhf from CORE-MATH | Adhemerval Zanella | 1 | -55/+157 |
2024-12-18 | math: Use atan2f from CORE-MATH | Adhemerval Zanella | 1 | -79/+259 |
2024-12-18 | math: Use atanf from CORE-MATH | Adhemerval Zanella | 1 | -91/+102 |
2024-12-18 | math: Use asinhf from CORE-MATH | Adhemerval Zanella | 1 | -41/+180 |
2024-12-18 | math: Use asinf from CORE-MATH | Adhemerval Zanella | 1 | -92/+118 |
2024-12-18 | math: Use acoshf from CORE-MATH | Adhemerval Zanella | 1 | -40/+192 |
2024-12-18 | math: Use acosf from CORE-MATH | Adhemerval Zanella | 1 | -67/+128 |
2024-12-18 | ldbl-96: Set -1 to "int sign_exponent:16" | H.J. Lu | 1 | -2/+2 |
2024-12-12 | Implement C23 atan2pi | Joseph Myers | 3 | -0/+11 |
2024-12-11 | Implement C23 atanpi | Joseph Myers | 3 | -0/+11 |
2024-12-10 | Implement C23 asinpi | Joseph Myers | 3 | -0/+11 |
2024-12-09 | Implement C23 acospi | Joseph Myers | 3 | -0/+11 |
2024-12-05 | Implement C23 tanpi | Joseph Myers | 3 | -0/+11 |
2024-12-04 | Implement C23 sinpi | Joseph Myers | 3 | -0/+11 |
2024-12-04 | Implement C23 cospi | Joseph Myers | 3 | -0/+13 |
2024-11-26 | math: Add internal roundeven_finite | Adhemerval Zanella | 4 | -3/+30 |
2024-11-25 | math: Fix branch hint for 68d7128942 | Adhemerval Zanella | 1 | -1/+1 |
2024-11-25 | math: Fix non-portability in the computation of signgam in lgammaf | Vincent Lefevre | 1 | -5/+4 |
2024-11-22 | math: Use tanf from CORE-MATH | Adhemerval Zanella | 2 | -161/+165 |
2024-11-22 | math: Use lgammaf from CORE-MATH | Adhemerval Zanella | 2 | -510/+349 |
2024-11-22 | math: Use erfcf from CORE-MATH | Adhemerval Zanella | 1 | -160/+174 |
2024-11-22 | math: Use erff from CORE-MATH | Adhemerval Zanella | 1 | -145/+247 |
2024-11-22 | math: Split s_erfF in erff and erfc | Adhemerval Zanella | 7 | -78/+178 |
2024-11-22 | math: Use cbrtf from CORE-MATH | Adhemerval Zanella | 1 | -49/+87 |
2024-11-07 | math: Fix log10f on some ABIs | Adhemerval Zanella | 1 | -3/+2 |
2024-11-06 | math: Fix incorrect results of exp10m1f with some GCC versions | Florian Weimer | 2 | -2/+2 |
2024-11-01 | x86_64: Add exp2m1f with FMA | Adhemerval Zanella | 1 | -0/+2 |
2024-11-01 | x86_64: Add exp10m1f with FMA | Adhemerval Zanella | 1 | -0/+2 |
2024-11-01 | math: Use log10p1f from CORE-MATH | Adhemerval Zanella | 1 | -0/+182 |