aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754
AgeCommit message (Expand)AuthorFilesLines
2020-02-20Undefine redirections after long double definition on __LDBL_COMPAT [BZ #23294]Tulio Magno Quites Machado Filho2-1/+90
2020-02-14ldbl-128ibm-compat: Provide a scalb implementationTulio Magno Quites Machado Filho3-0/+54
2020-02-14Add a generic scalb implementationTulio Magno Quites Machado Filho3-1/+6
2020-02-14Adjust thresholds in Bessel function implementations (bug 14469).Joseph Myers4-8/+8
2020-02-13math/test-sinl-pseudo: Use stack protector only if availableFlorian Weimer1-0/+2
2020-02-12Avoid ldbl-96 stack corruption from range reduction of pseudo-zero (bug 25487).Joseph Myers3-1/+55
2020-02-10ldbl-128ibm-compat: set PRINTF_CHK flag in {,v}sprintf_chkPaul E. Murphy2-0/+8
2020-02-07Remove a comment claiming that sin/cos round correctly.Wilco Dijkstra1-4/+4
2020-01-17Fix maybe-uninitialized error on powerpcMatheus Castanho1-0/+7
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra104-131/+293
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers464-464/+464
2019-12-27ldbl-128ibm-compat: Do not mix -mabi=*longdouble and -mlong-double-128Gabriel F. T. Gomes1-0/+14
2019-12-27ldbl-128ibm-compat: Compiler flags for stdio functionsTulio Magno Quites Machado Filho1-0/+6
2019-12-27Do not redirect calls to __GI_* symbols, when redirecting to *ieee128Tulio Magno Quites Machado Filho4-0/+32
2019-12-23Avoid compat symbols for totalorder in powerpc64le IEEE long doubleGabriel F. T. Gomes2-0/+18
2019-12-23ldbl-128ibm-compat: Add *cvt functionsGabriel F. T. Gomes4-1/+103
2019-12-13ldbl-128ibm-compat: Add ISO C99 versions of scanf functionsGabriel F. T. Gomes22-39/+522
2019-12-13ldbl-128ibm-compat: Fix selection of GNU and ISO C99 scanfGabriel F. T. Gomes3-4/+12
2019-12-11Adjust s_copysignl.c regarding code style.Stefan Liebler1-8/+9
2019-12-11Adjust s_ceilf.c and s_ceill.c regarding code style.Stefan Liebler2-53/+92
2019-12-11Adjust s_floorf.c and s_floorl.c regarding code style.Stefan Liebler2-54/+90
2019-12-11Adjust s_rintf.c and s_rintl.c regarding code style.Stefan Liebler2-40/+53
2019-12-11Adjust s_nearbyintf.c and s_nearbyintl.c regarding code style.Stefan Liebler2-55/+68
2019-12-11Use GCC builtins for copysign functions if desired.Stefan Liebler4-15/+15
2019-12-11Use GCC builtins for round functions if desired.Stefan Liebler4-0/+21
2019-12-11Use GCC builtins for trunc functions if desired.Stefan Liebler4-0/+21
2019-12-11Use GCC builtins for ceil functions if desired.Stefan Liebler4-1/+21
2019-12-11Use GCC builtins for floor functions if desired.Stefan Liebler4-0/+21
2019-12-11Use GCC builtins for rint functions if desired.Stefan Liebler4-18/+36
2019-12-11Use GCC builtins for nearbyint functions if desired.Stefan Liebler4-18/+37
2019-12-11Always use wordsize-64 version of s_round.c.Stefan Liebler2-93/+12
2019-12-11Always use wordsize-64 version of s_trunc.c.Stefan Liebler2-70/+10
2019-12-11Always use wordsize-64 version of s_ceil.c.Stefan Liebler2-93/+18
2019-12-11Always use wordsize-64 version of s_floor.c.Stefan Liebler2-122/+43
2019-12-11Always use wordsize-64 version of s_rint.c.Stefan Liebler2-74/+16
2019-12-11Always use wordsize-64 version of s_nearbyint.c.Stefan Liebler2-87/+16
2019-12-03ldbl-128ibm-compat: Add tests for strfroml, strtold, and wcstoldGabriel F. T. Gomes7-0/+103
2019-12-03ldbl-128ibm-compat: Add tests for strfmon and strfmon_lGabriel F. T. Gomes4-0/+67
2019-12-03ldbl-128ibm-compat: Add strfmon_l with IEEE long double formatRajalakshmi Srinivasaraghavan4-0/+85
2019-12-03ldbl-128ibm-compat: Replace http with https in new filesGabriel F. T. Gomes63-63/+63
2019-11-27ldbl-128ibm-compat: Add syslog functionsGabriel F. T. Gomes10-1/+163
2019-11-27ldbl-128ibm-compat: Add obstack printing functionsGabriel F. T. Gomes12-1/+209
2019-11-27ldbl-128ibm-compat: Reuse tests for err.h and error.h functionsGabriel F. T. Gomes1-0/+15
2019-11-27ldbl-128ibm-compat: Add error.h functionsGabriel F. T. Gomes3-1/+56
2019-11-27ldbl-128ibm-compat: Add err.h functionsGabriel F. T. Gomes3-0/+106
2019-11-27ldbl-128ibm-compat: Add argp_error and argp_failureGabriel F. T. Gomes3-0/+59
2019-11-22ldbl-128ibm-compat: Add wide character scanning functionsGabriel F. T. Gomes11-1/+248
2019-11-22ldbl-128ibm-compat: Add regular character scanning functionsGabriel F. T. Gomes13-3/+421
2019-11-22ldbl-128ibm-compat: Test positional argumentsGabriel F. T. Gomes4-4/+38
2019-11-22ldbl-128ibm-compat: Test double valuesGabriel F. T. Gomes4-110/+117