aboutsummaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers378-378/+378
2018-12-11Fix powf overflow handling in non-nearest rounding mode [BZ #23961]Szabolcs Nagy2-0/+52
2018-11-21Remove the error handling wrapper from powSzabolcs Nagy3-4/+26
2018-11-21Remove the error handling wrapper from log2Szabolcs Nagy3-4/+26
2018-11-21Remove the error handling wrapper from logSzabolcs Nagy3-4/+26
2018-11-21Remove the error handling wrapper from exp and exp2Szabolcs Nagy5-7/+54
2018-10-29Patch to require Python 3.4 or later to build glibc.Joseph Myers1-10/+0
2018-10-24Use gen-libm-test.py to generate ulps table for manual.Joseph Myers1-0/+96
2018-10-17Do not allow divide-by-zero exception for pow(+/- 0, -Inf).Joseph Myers1-2/+7
2018-10-02Add more fma tests.Joseph Myers1-0/+193
2018-09-28Remove unnecessary math_private.h includes.Joseph Myers14-14/+0
2018-09-27Use copysign functions not __copysign functions in glibc libm.Joseph Myers2-18/+18
2018-09-19Add new pow implementationSzabolcs Nagy1-1/+1
2018-09-14Use rint functions not __rint functions in glibc libm.Joseph Myers3-3/+3
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers10-10/+10
2018-09-12Add new log2 implementationSzabolcs Nagy1-1/+2
2018-09-12Add new log implementationSzabolcs Nagy1-1/+1
2018-09-05Add new exp and exp2 implementationsSzabolcs Nagy1-2/+2
2018-09-04Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h.Joseph Myers33-32/+5
2018-09-03Do not include fenv_private.h in math_private.h.Joseph Myers33-0/+33
2018-08-29Make gen-libm-test.py treat plus_oflow and minus_oflow as non-finite.Joseph Myers1-4/+3
2018-08-24Remove unused math filesWilco Dijkstra1-7/+9
2018-08-22Don't redefine ROUNDING_TESTS_* in math/test-*-vlen*.h.Joseph Myers7-24/+3
2018-08-22Move ROUNDING_TESTS_* out of math-tests.h.Joseph Myers6-0/+12
2018-08-10Improve performance of sincosfWilco Dijkstra1-1/+1
2018-08-09Replace gen-libm-test.pl with gen-libm-test.py.Joseph Myers8-874/+631
2018-08-08Move comment from libm-test-nextdown.inc to libm-test-nexttoward.inc.Joseph Myers2-5/+4
2018-08-03Consistently terminate libm-test-*.inc TEST lines with commas.Joseph Myers3-22/+22
2018-08-01Fix math/test-misc.c for undefined fenv.h macros.Joseph Myers1-0/+6
2018-06-20Add a generic significand implementationTulio Magno Quites Machado Filho5-97/+36
2018-06-20Move declare_mgen_finite_alias definitionTulio Magno Quites Machado Filho1-7/+0
2018-06-12Do not use const attribute for nan functions (bug 23277).Joseph Myers3-2/+36
2018-06-11Fix ldbl-96 fma (Inf, Inf, finite) (bug 23272).Joseph Myers1-0/+33
2018-05-24Fix parameter type in C++ version of iseqsig (bug 23171)Gabriel F. T. Gomes1-1/+1
2018-05-18Split test-tgmath3 by function.Joseph Myers2-11/+55
2018-05-17Add narrowing divide functions.Joseph Myers8-2/+21726
2018-05-16Add narrowing multiply functions.Joseph Myers8-2/+11674
2018-05-11powerpc: Fix the compiler type used with C++ when -mabi=ieeelongdoubleTulio Magno Quites Machado Filho1-3/+9
2018-05-11Do not include math-barriers.h in math_private.h.Joseph Myers4-0/+4
2018-05-10Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers14-0/+92
2018-05-09Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers1-0/+1
2018-04-30Replace hidden_def with libm_hidden_def in mathTulio Magno Quites Machado Filho3-6/+3
2018-04-27Replace M_SUF (M_LN2) with M_MLIT (M_LN2)Tulio Magno Quites Machado Filho1-1/+1
2018-04-27Replace M_SUF (fabs) with M_FABSTulio Magno Quites Machado Filho3-4/+4
2018-04-19Use volatile global counters in test-tgmath.c.Stefan Liebler1-6/+6
2018-03-20Add narrowing subtract functions.Joseph Myers8-2/+23830
2018-03-15Add support for sqrt asm redirectsWilco Dijkstra4-0/+4
2018-02-15Remove mplog and mpexpWilco Dijkstra1-1/+1
2018-02-12Remove slow paths from expSzabolcs Nagy1-1/+1
2018-02-12Remove slow paths from powWilco Dijkstra1-2/+2