aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-22ldbl-128ibm-compat: Add wide character, fortified printing functionsGabriel F. T. Gomes13-1/+357
2019-11-22ldbl-128ibm-compat: Add regular character, fortified printing functionsGabriel F. T. Gomes19-0/+649
2019-11-22ldbl-128ibm-compat: Add wide character printing functionsGabriel F. T. Gomes11-1/+321
2019-11-22ldbl-128ibm-compat: Add regular character printing functionsGabriel F. T. Gomes17-1/+603
2019-11-22Remove duplicate inline implementation of issignalingfPaul A. Clarke2-11/+2
2019-10-01Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis3-6/+6
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert425-425/+425
2019-08-15Make totalorder and totalordermag functions take pointer arguments.Joseph Myers17-52/+344
2019-07-08math: Use wordsize-64 version for s_logbAdhemerval Zanella2-79/+29
2019-06-12math: Use wordsize-64 version for finiteAdhemerval Zanella2-58/+7
2019-06-12math: Use wordsize-64 version for isinfAdhemerval Zanella2-43/+6
2019-06-12math: Use wordsize-64 version for isnanAdhemerval Zanella2-51/+6
2019-04-30Fix -O1 compilation errors with `__ddivl' and `__fdivl' [BZ #19444]Maciej W. Rozycki2-0/+24
2019-03-01ldbl-opt: Reuse test cases from misc/ that check long doubleGabriel F. T. Gomes1-0/+16
2019-03-01ldbl-opt: Add error and error_at_line (bug 23984)Gabriel F. T. Gomes3-0/+26
2019-03-01ldbl-opt: Add err, errx, verr, verrx, warn, warnx, vwarn, and vwarnx (bug 23984)Gabriel F. T. Gomes3-0/+72
2019-03-01ldbl-opt: Reuse argp tests that print long doubleGabriel F. T. Gomes1-0/+10
2019-03-01ldbl-opt: Add argp_error and argp_failure (bug 23983)Gabriel F. T. Gomes3-0/+27
2019-02-06Avoid "inline" after return type in function definitions.Joseph Myers1-8/+4
2019-01-12Fix a few typos in commentsDmitry V. Levin1-1/+1
2019-01-07soft-fp: Properly check _FP_W_TYPE_SIZE [BZ #24066]H.J. Lu8-8/+8
2019-01-04sysdeps/ieee754: prevent maybe-uninitialized errors with -O [BZ #19444]Martin Jansa4-0/+14
2019-01-03Use C99-compliant scanf under _GNU_SOURCE with modern compilers.Zack Weinberg14-0/+70
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers383-383/+383
2018-12-26x86-64: Vectorize sincosf_poly and update s_sincosf-fma.cH.J. Lu2-70/+88