about summary refs log tree commit diff
path: root/sysdeps/ieee754
Commit message (Expand)AuthorAgeFilesLines
* ldbl-128ibm-compat: Provide a scalb implementationTulio Magno Quites Machado Filho2020-02-143-0/+54
* Add a generic scalb implementationTulio Magno Quites Machado Filho2020-02-143-1/+6
* Adjust thresholds in Bessel function implementations (bug 14469).Joseph Myers2020-02-144-8/+8
* math/test-sinl-pseudo: Use stack protector only if availableFlorian Weimer2020-02-131-0/+2
* Avoid ldbl-96 stack corruption from range reduction of pseudo-zero (bug 25487).Joseph Myers2020-02-123-1/+55
* ldbl-128ibm-compat: set PRINTF_CHK flag in {,v}sprintf_chkPaul E. Murphy2020-02-102-0/+8
* Remove a comment claiming that sin/cos round correctly.Wilco Dijkstra2020-02-071-4/+4
* Fix maybe-uninitialized error on powerpcMatheus Castanho2020-01-171-0/+7
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-03104-131/+293
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01464-464/+464
* ldbl-128ibm-compat: Do not mix -mabi=*longdouble and -mlong-double-128Gabriel F. T. Gomes2019-12-271-0/+14
* ldbl-128ibm-compat: Compiler flags for stdio functionsTulio Magno Quites Machado Filho2019-12-271-0/+6
* Do not redirect calls to __GI_* symbols, when redirecting to *ieee128Tulio Magno Quites Machado Filho2019-12-274-0/+32
* Avoid compat symbols for totalorder in powerpc64le IEEE long doubleGabriel F. T. Gomes2019-12-232-0/+18
* ldbl-128ibm-compat: Add *cvt functionsGabriel F. T. Gomes2019-12-234-1/+103
* ldbl-128ibm-compat: Add ISO C99 versions of scanf functionsGabriel F. T. Gomes2019-12-1322-39/+522
* ldbl-128ibm-compat: Fix selection of GNU and ISO C99 scanfGabriel F. T. Gomes2019-12-133-4/+12
* Adjust s_copysignl.c regarding code style.Stefan Liebler2019-12-111-8/+9
* Adjust s_ceilf.c and s_ceill.c regarding code style.Stefan Liebler2019-12-112-53/+92
* Adjust s_floorf.c and s_floorl.c regarding code style.Stefan Liebler2019-12-112-54/+90
* Adjust s_rintf.c and s_rintl.c regarding code style.Stefan Liebler2019-12-112-40/+53
* Adjust s_nearbyintf.c and s_nearbyintl.c regarding code style.Stefan Liebler2019-12-112-55/+68
* Use GCC builtins for copysign functions if desired.Stefan Liebler2019-12-114-15/+15
* Use GCC builtins for round functions if desired.Stefan Liebler2019-12-114-0/+21
* Use GCC builtins for trunc functions if desired.Stefan Liebler2019-12-114-0/+21
* Use GCC builtins for ceil functions if desired.Stefan Liebler2019-12-114-1/+21
* Use GCC builtins for floor functions if desired.Stefan Liebler2019-12-114-0/+21
* Use GCC builtins for rint functions if desired.Stefan Liebler2019-12-114-18/+36
* Use GCC builtins for nearbyint functions if desired.Stefan Liebler2019-12-114-18/+37
* Always use wordsize-64 version of s_round.c.Stefan Liebler2019-12-112-93/+12
* Always use wordsize-64 version of s_trunc.c.Stefan Liebler2019-12-112-70/+10
* Always use wordsize-64 version of s_ceil.c.Stefan Liebler2019-12-112-93/+18
* Always use wordsize-64 version of s_floor.c.Stefan Liebler2019-12-112-122/+43
* Always use wordsize-64 version of s_rint.c.Stefan Liebler2019-12-112-74/+16
* Always use wordsize-64 version of s_nearbyint.c.Stefan Liebler2019-12-112-87/+16
* ldbl-128ibm-compat: Add tests for strfroml, strtold, and wcstoldGabriel F. T. Gomes2019-12-037-0/+103
* ldbl-128ibm-compat: Add tests for strfmon and strfmon_lGabriel F. T. Gomes2019-12-034-0/+67
* ldbl-128ibm-compat: Add strfmon_l with IEEE long double formatRajalakshmi Srinivasaraghavan2019-12-034-0/+85
* ldbl-128ibm-compat: Replace http with https in new filesGabriel F. T. Gomes2019-12-0363-63/+63
* ldbl-128ibm-compat: Add syslog functionsGabriel F. T. Gomes2019-11-2710-1/+163
* ldbl-128ibm-compat: Add obstack printing functionsGabriel F. T. Gomes2019-11-2712-1/+209
* ldbl-128ibm-compat: Reuse tests for err.h and error.h functionsGabriel F. T. Gomes2019-11-271-0/+15
* ldbl-128ibm-compat: Add error.h functionsGabriel F. T. Gomes2019-11-273-1/+56
* ldbl-128ibm-compat: Add err.h functionsGabriel F. T. Gomes2019-11-273-0/+106
* ldbl-128ibm-compat: Add argp_error and argp_failureGabriel F. T. Gomes2019-11-273-0/+59
* ldbl-128ibm-compat: Add wide character scanning functionsGabriel F. T. Gomes2019-11-2211-1/+248
* ldbl-128ibm-compat: Add regular character scanning functionsGabriel F. T. Gomes2019-11-2213-3/+421
* ldbl-128ibm-compat: Test positional argumentsGabriel F. T. Gomes2019-11-224-4/+38
* ldbl-128ibm-compat: Test double valuesGabriel F. T. Gomes2019-11-224-110/+117
* ldbl-128ibm-compat: Add wide character, fortified printing functionsGabriel F. T. Gomes2019-11-2213-1/+357