aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-11Fix powf overflow handling in non-nearest rounding mode [BZ #23961]Szabolcs Nagy1-0/+12
2018-12-05Use PRINTF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg3-275/+238
2018-12-05Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg1-9/+23
2018-12-05Add __vsyslog_internal, with same flags as __v*printf_internal.Zack Weinberg1-1/+1
2018-12-05Add __v*printf_internal with flags argumentsZack Weinberg1-10/+11
2018-12-05Use SCANF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg1-130/+121
2018-12-05Add __vfscanf_internal and __vfwscanf_internal with flags arguments.Zack Weinberg2-4/+19
2018-11-21Remove the error handling wrapper from powSzabolcs Nagy2-3/+14
2018-11-21Remove the error handling wrapper from log2Szabolcs Nagy2-3/+14
2018-11-21Remove the error handling wrapper from logSzabolcs Nagy2-3/+14
2018-11-21Remove the error handling wrapper from exp and exp2Szabolcs Nagy4-6/+29
2018-11-16Use STRFMON_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg2-25/+17
2018-10-04Fix libnldbl_nonshared.a references to internal libm symbols (bug 23735).Joseph Myers3-1/+50
2018-10-02sysdeps/ieee754/soft-fp: ignore maybe-uninitialized with -O [BZ #19444]Martin Jansa1-0/+12
2018-09-28Remove unnecessary math_private.h includes.Joseph Myers17-17/+0
2018-09-27Use copysign functions not __copysign functions in glibc libm.Joseph Myers39-76/+82
2018-09-27Use round functions not __round functions in glibc libm.Joseph Myers13-10/+24
2018-09-20Use trunc functions not __trunc functions in glibc libm.Joseph Myers11-11/+21
2018-09-19Fix the documentation comment of checkint in powfSzabolcs Nagy1-1/+2
2018-09-19Add new pow implementationSzabolcs Nagy7-10611/+564
2018-09-18Fix ldbl-128ibm ceill, floorl inlining of ceil, floor.Joseph Myers2-4/+8
2018-09-17Use ceil functions not __ceil functions in glibc libm.Joseph Myers12-10/+16
2018-09-14Use rint functions not __rint functions in glibc libm.Joseph Myers13-11/+17
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers22-32/+38
2018-09-12Add new log2 implementationSzabolcs Nagy4-244/+360
2018-09-12Add new log implementationSzabolcs Nagy5-3565/+474
2018-09-05Add new exp and exp2 implementationsSzabolcs Nagy11-3486/+696
2018-09-04Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h.Joseph Myers27-27/+0
2018-09-03Do not include fenv_private.h in math_private.h.Joseph Myers71-0/+71
2018-08-24Remove unused math filesWilco Dijkstra7-595/+0
2018-08-23Speedup tanf range reductionWilco Dijkstra1-1/+28
2018-08-15Use generic sinf/cosf in lgammaf_rWilco Dijkstra3-112/+8
2018-08-14Improve performance of sinf and cosfWilco Dijkstra3-370/+134
2018-08-10Improve performance of sincosfWilco Dijkstra3-132/+256