summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64
AgeCommit message (Expand)Author
2025-11-19math: Sync atanh from CORE-MATHAdhemerval Zanella
2025-11-19math: Sync acosh from CORE-MATHAdhemerval Zanella
2025-11-17math: Don't redirect inlined builtin math functionsAdhemerval Zanella
2025-11-13Change fromfp functions to return floating types following C23 (bug 28327)Joseph Myers
2025-11-12math: Remove float_t and double_t [BZ #33563]Wilco Dijkstra
2025-11-10math: Optimize frexp (binary64) with fast path for normal numbersOsama Abdelkader
2025-11-10math: Sync acosh from CORE-MATHAdhemerval Zanella
2025-11-04Rename fromfp files in preparation for changing types for C23Joseph Myers
2025-11-04math: Remove the SVID error handling from remainderAdhemerval Zanella
2025-10-31math: Fix pow special case [BZ #33563]Wilco Dijkstra
2025-10-29Replace count_leading_zeros with stdc_leading_zerosAdhemerval Zanella
2025-10-27math: Consolidate CORE-MATH double-double routinesAdhemerval Zanella
2025-10-27math: Consolidate erf/erfc definitionsAdhemerval Zanella
2025-10-27math: Consolidate internal erf/erfc tablesAdhemerval Zanella
2025-10-27math: Use erfc from CORE-MATHAdhemerval Zanella
2025-10-27math: Use erf from CORE-MATHAdhemerval Zanella
2025-10-27math: Use tgamma from CORE-MATHAdhemerval Zanella
2025-10-27math: Use lgamma from CORE-MATHAdhemerval Zanella
2025-10-27math: Move atanh internal data to separate fileAdhemerval Zanella
2025-10-27math: Consolidate acosh and asinh internal tableAdhemerval Zanella
2025-10-27math: Use atanh from CORE-MATHAdhemerval Zanella
2025-10-27math: Use asinh from CORE-MATHAdhemerval Zanella
2025-10-27math: Use acosh from CORE-MATHAdhemerval Zanella
2025-10-22various fixes detected with -Wdouble-promotionPaul Zimmermann
2025-10-21math: Suppress clang -Wincompatible-library-redeclaration on s_llroundAdhemerval Zanella
2025-10-21math: use fabs on __ieee754_lgamma_rAdhemerval Zanella
2025-10-21Suppress -Wmaybe-uninitialized only for gccAdhemerval Zanella
2025-10-17math: Add builtin support for (l)lround(f)Wilco Dijkstra
2025-10-03math: Optimize dbl-64 remainder implementationAdhemerval Zanella
2025-09-11math: Remove clz_uint64/ctz_uint64 and use stdbit.hAdhemerval Zanella
2025-09-11math: Split erf and erfcAdhemerval Zanella
2025-09-11math: Use internal feholdexcept alias on fmaAdhemerval Zanella
2025-08-23stdio-common: Fix NaN input data for scanf input specifier tests [BZ #32857]Maciej W. Rozycki
2025-08-11stdio-common: Add 'f' conversion tests for . scanf input [BZ #12701]Maciej W. Rozycki
2025-08-11stdio-common: Add 'e' conversion tests for . scanf input [BZ #12701]Maciej W. Rozycki
2025-08-11stdio-common: Add 'a', 'g' conversion tests for 0x. scanf input [BZ #12701]Maciej W. Rozycki
2025-06-18math: Simplify and optimize modf implementationAdhemerval Zanella
2025-06-02math: Optimize double ilogb/llogbAdhemerval Zanella
2025-06-02math: Remove UB and optimize double ilogbAdhemerval Zanella
2025-03-28stdio-common: Reject real data w/o exponent digits in scanf [BZ #12701]Maciej W. Rozycki
2025-03-28stdio-common: Reject significand prefixes in scanf [BZ #12701]Maciej W. Rozycki
2025-03-25stdio-common: Add scanf double data for IEEE 754 binary64 formatMaciej W. Rozycki
2025-03-13x86_64: Add atanh with FMASunil K Pandey
2025-03-13x86_64: Add sinh with FMASunil K Pandey
2025-03-13x86_64: Add tanh with FMASunil K Pandey
2025-02-25math: Add optimization barrier to ensure a1 + u.d is not reused [BZ #30664]John David Anglin
2025-02-13math: Improve layout of exp/exp10 dataWilco Dijkstra
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-11-22math: Split s_erfF in erff and erfcAdhemerval Zanella
2024-10-11replace tgammaf by the CORE-MATH implementationPaul Zimmermann