about summary refs log tree commit diff
path: root/sysdeps/ieee754
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use generic sinf/cosf in lgammaf_rWilco Dijkstra2018-08-153-112/+8
* Improve performance of sinf and cosfWilco Dijkstra2018-08-143-370/+134
* Improve performance of sincosfWilco Dijkstra2018-08-103-132/+256
* Clean up converttoint handling and document the semanticsSzabolcs Nagy2018-08-102-9/+16
* ldbl-128ibm-compat: Add printf_sizeGabriel F. T. Gomes2018-07-025-0/+58
* Use uint32_t sign in single precision math error handling functionsSzabolcs Nagy2018-07-023-11/+11
* ldbl-128ibm-compat: Introduce ieee128 symbolsRajalakshmi Srinivasaraghavan2018-06-286-0/+108
* ldbl-128ibm-compat: Create libm-alias-float128.hTulio Magno Quites Machado Filho2018-06-202-0/+177
* Add a generic significand implementationTulio Magno Quites Machado Filho2018-06-202-10/+0
* Fix ldbl-96 fma (Inf, Inf, finite) (bug 23272).Joseph Myers2018-06-111-8/+6
* Fix i686-linux-gnu build with GCC mainline.Joseph Myers2018-05-222-0/+19
* Add narrowing divide functions.Joseph Myers2018-05-1721-2/+541
* math: Merge strtod_nan_*.h into math-type-macros-*.hFlorian Weimer2018-05-166-17/+12
* Add narrowing multiply functions.Joseph Myers2018-05-1621-2/+541
* Do not include math-barriers.h in math_private.h.Joseph Myers2018-05-1140-0/+40
* Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers2018-05-1082-0/+82
* Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers2018-05-0926-0/+26
* Improves __ieee754_exp(x) performance by 18-37% when |x| < 1.0397Patrick McGehearty2018-04-152-7/+211
* [PATCH 7/7] sin/cos slow paths: refactor sincos implementationWilco Dijkstra2018-04-032-45/+52