aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-10Clean up converttoint handling and document the semanticsSzabolcs Nagy2-9/+16
2018-07-02ldbl-128ibm-compat: Add printf_sizeGabriel F. T. Gomes5-0/+58
2018-07-02Use uint32_t sign in single precision math error handling functionsSzabolcs Nagy3-11/+11
2018-06-28ldbl-128ibm-compat: Introduce ieee128 symbolsRajalakshmi Srinivasaraghavan6-0/+108
2018-06-20ldbl-128ibm-compat: Create libm-alias-float128.hTulio Magno Quites Machado Filho2-0/+177
2018-06-20Add a generic significand implementationTulio Magno Quites Machado Filho2-10/+0
2018-06-11Fix ldbl-96 fma (Inf, Inf, finite) (bug 23272).Joseph Myers1-8/+6
2018-05-22Fix i686-linux-gnu build with GCC mainline.Joseph Myers2-0/+19
2018-05-17Add narrowing divide functions.Joseph Myers21-2/+541
2018-05-16math: Merge strtod_nan_*.h into math-type-macros-*.hFlorian Weimer6-17/+12
2018-05-16Add narrowing multiply functions.Joseph Myers21-2/+541
2018-05-11Do not include math-barriers.h in math_private.h.Joseph Myers40-0/+40
2018-05-10Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers82-0/+82
2018-05-09Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers26-0/+26
2018-04-15Improves __ieee754_exp(x) performance by 18-37% when |x| < 1.0397Patrick McGehearty2-7/+211
2018-04-03[PATCH 7/7] sin/cos slow paths: refactor sincos implementationWilco Dijkstra2-45/+52
2018-04-03[PATCH 6/7] sin/cos slow paths: refactor duplicated code into dosinWilco Dijkstra1-27/+13
2018-04-03[PATCH 5/7] sin/cos slow paths: remove unused slowpath functionsWilco Dijkstra1-444/+3
2018-04-03[PATCH 4/7] sin/cos slow paths: remove slow paths from huge range reductionWilco Dijkstra2-64/+34
2018-04-03[PATCH 3/7] sin/cos slow paths: remove slow paths from small range reductionWilco Dijkstra2-53/+47
2018-04-03[PATCH 2/7] sin/cos slow paths: remove large range reductionWilco Dijkstra2-103/+2
2018-04-03[PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputsWilco Dijkstra1-26/+14
2018-03-20Add narrowing subtract functions.Joseph Myers21-2/+542
2018-03-15Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra44-97/+96
2018-03-11nldbl-compat.c: Include math.h before nldbl-compat.h.Zack Weinberg1-0/+1
2018-03-10Don't include math.h/math_private.h in math_ldbl_opt.h.Zack Weinberg15-3/+19
2018-02-21Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg2-3/+2
2018-02-15Remove mplog and mpexpWilco Dijkstra4-260/+0
2018-02-12Remove slow paths from expSzabolcs Nagy3-133/+18
2018-02-12Remove slow paths from powWilco Dijkstra5-453/+40