aboutsummaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Expand)AuthorFilesLines
2017-06-22Make errno-setting libm templates include errno.h.Joseph Myers23-0/+23
2017-06-12float128: Add test-{float128,ifloat128,float128-finite}Paul E. Murphy15-5/+87
2017-05-25float128: Add wrappers to override ldbl-128 as float128.Paul E. Murphy4-0/+19
2017-05-17float128: Extend __MATH_TG for float128 supportGabriel F. T. Gomes1-0/+21
2017-05-17Convert e_exp2l.c into a templateGabriel F. T. Gomes2-22/+21
2017-05-15float128: Include math-finite.h for _Float128Gabriel F. T. Gomes2-5/+30
2017-05-15float128: Add public _Float128 declarations to libm.Paul E. Murphy5-18/+118
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg2-2/+0
2017-05-09float128: Add _Float128 make bits to libm.Paul E. Murphy1-2/+14
2017-03-31Fix condition for inclusion of math-finite.h for long doubleGabriel F. T. Gomes2-2/+2
2017-03-30Change return type in the declaration of __ieee754_rem_pio2lGabriel F. T. Gomes1-1/+1
2017-03-30Macroize inclusion of math-finite.hGabriel F. T. Gomes2-387/+133
2017-03-16XFAIL catan and catanh tests on ibm128Tulio Magno Quites Machado Filho3-1168/+1168
2017-03-16Remove C++ namespace handling from glibc headers.Joseph Myers2-43/+0
2017-03-15Improve float range reduction accuracy near pi/2 (bug 21094).Joseph Myers3-0/+584
2017-03-15Split helper classification macros from mathcalls.hGabriel F. T. Gomes4-29/+47
2017-03-15Use internal __feraiseexcept in __iseqsigGabriel F. T. Gomes1-1/+1
2017-03-10Update auto-libm-test-out for catan / catanh.Stefan Liebler2-896/+896
2017-03-01Miscellaneous low-risk changes preparing for _ISOMAC testsuite.Zack Weinberg1-12/+11
2017-02-24Use independent type literals in libm-test-support.cTulio Magno Quites Machado Filho1-9/+9
2017-02-24Run libm tests separately for each function.Joseph Myers145-723/+1130
2017-02-23Add new templates for IEEE wrappersGabriel F. T. Gomes25-1/+1041
2017-02-20Remove some unused libm-test exception macros.Joseph Myers1-28/+0
2017-02-17Move tests of catan, catanh to auto-libm-test-*.Joseph Myers6-909/+76371
2017-02-17Move tests of casin, casinh to auto-libm-test-*.Joseph Myers6-1281/+91960
2017-02-17Move tests of cacos, cacosh to auto-libm-test-*.Joseph Myers6-1276/+91955
2017-02-14Move INIT_ARCH_EXT call from libm-test-support to libm-test-driver.Joseph Myers3-3/+3
2017-02-09Move more csin, csinh tests to auto-libm-test-in.Joseph Myers5-6/+1178
2017-02-09Merge libm-compat-calls-auto and libm-compat-callsGabriel F. T. Gomes1-9/+5
2017-02-09Move -U__LIBC_INTERNAL_MATH_INLINES to test-math-inline.h.Joseph Myers2-6/+4
2017-02-08Build most libm-test support code once per type.Joseph Myers7-1317/+1483
2017-02-08Move w_exp to libm-compat-call-autoGabriel F. T. Gomes2-2/+1
2017-02-08Move w_lgamma to libm-compat-calls-autoGabriel F. T. Gomes4-2/+1
2017-02-08Move w_lgamma_r to libm-compat-calls-autoGabriel F. T. Gomes4-2/+3
2017-02-07Clean up libm vector tests exception test disabling.Joseph Myers10-7/+3
2017-02-07Fix powf inaccuracy (bug 21112).Joseph Myers2-0/+26
2017-02-06Refactor some code in libm-test-driver.c.Joseph Myers1-19/+39
2017-02-06Move libm-test TEST_MSG definitions to libm-test-driver.c.Joseph Myers16-31/+16
2017-02-06Split libm-test.inc by function.Joseph Myers125-50125/+52976
2017-02-06Split auto-libm-test-out by function.Joseph Myers54-312339/+312353
2017-02-06Eliminate libm-test.stmp.Joseph Myers1-10/+12
2017-02-06Rework gen-libm-test.pl input/output handling.Joseph Myers3-21/+27
2017-02-06Move non-function-specific parts of libm-test.inc to separate file.Joseph Myers2-2263/+2290
2017-02-06Remove libm-test.inc comment listing functions tested and not tested.Joseph Myers1-29/+1
2017-02-06Remove before-compile setting in math/Makefile.Joseph Myers1-3/+0
2017-01-20Update README.libm-test.Joseph Myers1-0/+8
2017-01-12Make fallback fegetexceptflag work with generic fetestexceptflag.Joseph Myers1-0/+1
2017-01-10XFAIL libm-test.inc tests as needed for ibm128.Joseph Myers2-94/+103
2017-01-09Improve libm-test XFAILing for ibm128-libgcc.Joseph Myers3-16664/+16679
2017-01-09Fix math/test-fenv for no-exceptions / no-rounding-modes configurations.Joseph Myers1-13/+21