about summary refs log tree commit diff
path: root/sysdeps/ieee754
Commit message (Expand)AuthorAgeFilesLines
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07425-425/+425
* Make totalorder and totalordermag functions take pointer arguments.Joseph Myers2019-08-1517-52/+344
* math: Use wordsize-64 version for s_logbAdhemerval Zanella2019-07-082-79/+29
* math: Use wordsize-64 version for finiteAdhemerval Zanella2019-06-122-58/+7
* math: Use wordsize-64 version for isinfAdhemerval Zanella2019-06-122-43/+6
* math: Use wordsize-64 version for isnanAdhemerval Zanella2019-06-122-51/+6
* Fix -O1 compilation errors with `__ddivl' and `__fdivl' [BZ #19444]Maciej W. Rozycki2019-04-302-0/+24
* ldbl-opt: Reuse test cases from misc/ that check long doubleGabriel F. T. Gomes2019-03-011-0/+16
* ldbl-opt: Add error and error_at_line (bug 23984)Gabriel F. T. Gomes2019-03-013-0/+26
* ldbl-opt: Add err, errx, verr, verrx, warn, warnx, vwarn, and vwarnx (bug 23984)Gabriel F. T. Gomes2019-03-013-0/+72
* ldbl-opt: Reuse argp tests that print long doubleGabriel F. T. Gomes2019-03-011-0/+10
* ldbl-opt: Add argp_error and argp_failure (bug 23983)Gabriel F. T. Gomes2019-03-013-0/+27
* Avoid "inline" after return type in function definitions.Joseph Myers2019-02-061-8/+4
* Fix a few typos in commentsDmitry V. Levin2019-01-121-1/+1
* soft-fp: Properly check _FP_W_TYPE_SIZE [BZ #24066]H.J. Lu2019-01-078-8/+8
* sysdeps/ieee754: prevent maybe-uninitialized errors with -O [BZ #19444]Martin Jansa2019-01-044-0/+14
* Use C99-compliant scanf under _GNU_SOURCE with modern compilers.Zack Weinberg2019-01-0314-0/+70
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01383-383/+383
* x86-64: Vectorize sincosf_poly and update s_sincosf-fma.cH.J. Lu2018-12-262-70/+88
* Fix powf overflow handling in non-nearest rounding mode [BZ #23961]Szabolcs Nagy2018-12-111-0/+12
* Use PRINTF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg2018-12-053-275/+238
* Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg2018-12-051-9/+23
* Add __vsyslog_internal, with same flags as __v*printf_internal.Zack Weinberg2018-12-051-1/+1
* Add __v*printf_internal with flags argumentsZack Weinberg2018-12-051-10/+11
* Use SCANF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg2018-12-051-130/+121
* Add __vfscanf_internal and __vfwscanf_internal with flags arguments.Zack Weinberg2018-12-052-4/+19
* Remove the error handling wrapper from powSzabolcs Nagy2018-11-212-3/+14
* Remove the error handling wrapper from log2Szabolcs Nagy2018-11-212-3/+14
* Remove the error handling wrapper from logSzabolcs Nagy2018-11-212-3/+14
* Remove the error handling wrapper from exp and exp2Szabolcs Nagy2018-11-214-6/+29
* Use STRFMON_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg2018-11-162-25/+17
* Fix libnldbl_nonshared.a references to internal libm symbols (bug 23735).Joseph Myers2018-10-043-1/+50
* sysdeps/ieee754/soft-fp: ignore maybe-uninitialized with -O [BZ #19444]Martin Jansa2018-10-021-0/+12
* Remove unnecessary math_private.h includes.Joseph Myers2018-09-2817-17/+0
* Use copysign functions not __copysign functions in glibc libm.Joseph Myers2018-09-2739-76/+82
* Use round functions not __round functions in glibc libm.Joseph Myers2018-09-2713-10/+24
* Use trunc functions not __trunc functions in glibc libm.Joseph Myers2018-09-2011-11/+21
* Fix the documentation comment of checkint in powfSzabolcs Nagy2018-09-191-1/+2
* Add new pow implementationSzabolcs Nagy2018-09-197-10611/+564
* Fix ldbl-128ibm ceill, floorl inlining of ceil, floor.Joseph Myers2018-09-182-4/+8
* Use ceil functions not __ceil functions in glibc libm.Joseph Myers2018-09-1712-10/+16
* Use rint functions not __rint functions in glibc libm.Joseph Myers2018-09-1413-11/+17
* Use floor functions not __floor functions in glibc libm.Joseph Myers2018-09-1422-32/+38
* Add new log2 implementationSzabolcs Nagy2018-09-124-244/+360
* Add new log implementationSzabolcs Nagy2018-09-125-3565/+474
* Add new exp and exp2 implementationsSzabolcs Nagy2018-09-0511-3486/+696
* Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h.Joseph Myers2018-09-0427-27/+0
* Do not include fenv_private.h in math_private.h.Joseph Myers2018-09-0371-0/+71
* Remove unused math filesWilco Dijkstra2018-08-247-595/+0
* Speedup tanf range reductionWilco Dijkstra2018-08-231-1/+28