aboutsummaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-05Make fallback fesetexceptflag always succeed (bug 21028).Joseph Myers2-3/+10
2017-01-04Update libm-test XFAILs for ibm128 format.Joseph Myers3-12945/+12936
2017-01-04Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes67-5/+13
2017-01-03Fix math/test-fenvinline for no-exceptions configurations.Joseph Myers1-5/+8
2017-01-02Fix math/test-nearbyint-except for no-exceptions configurations.Joseph Myers1-1/+9
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers205-205/+205
2016-12-31Add fromfp functions.Joseph Myers12-26/+38489
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers6-3/+624
2016-12-20Add preprocessor indentation for llogb macro in tgmath.h.Joseph Myers1-1/+1
2016-12-20Replace use of snprintf with strfrom in libm testsGabriel F. T. Gomes4-42/+51
2016-12-20Add fmaxmag, fminmag functions.Joseph Myers8-4/+342
2016-12-16Define FE_SNANS_ALWAYS_SIGNAL.Joseph Myers3-1/+50
2016-12-16Make w_scalbln type-genericGabriel F. T. Gomes4-83/+12
2016-12-15Fix x86, x86_64 fmax, fmin sNaN handling, add tests (bug 20947).Joseph Myers1-0/+72
2016-12-14Fix generic fmax, fmin sNaN handling (bug 20947).Joseph Myers2-2/+16
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers2-5/+2
2016-12-14Make w_log1p type-genericGabriel F. T. Gomes4-85/+9
2016-12-13Better design of libm.a installation rule.Andrew Senkevich1-4/+7
2016-12-08Install libm.a as linker script (bug 20539).Andrew Senkevich1-4/+15
2016-12-07Fix hypot sNaN handling (bug 20940).Joseph Myers1-0/+52
2016-12-06Fix x86_64/x86 powl handling of sNaN arguments (bug 20916).Joseph Myers1-1/+53
2016-12-02Fix pow (qNaN, 0) result with -lieee (bug 20919), remove dead parts of wrappers.Joseph Myers3-57/+15
2016-12-02Add llogb, llogbf, llogbl.Joseph Myers10-5/+182
2016-12-01Refactor FP_ILOGB* out of bits/mathdef.h.Joseph Myers2-2/+19
2016-11-29Refactor FP_FAST_* into bits/fp-fast.h.Joseph Myers2-6/+11
2016-11-28Make ilogb wrappers type-generic.Joseph Myers4-86/+9
2016-11-24Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers4-2/+93
2016-11-24Refactor float_t, double_t information into bits/flt-eval-method.h.Joseph Myers2-3/+42
2016-11-23Fix SH4 FP_ILOGB0 (bug 20859).Joseph Myers2-1/+42
2016-11-23Fix default float_t definition (bug 20855).Joseph Myers2-1/+67
2016-11-19Add setpayload, setpayloadf, setpayloadl.Joseph Myers4-4/+122
2016-11-10Refactor some libm type-generic macros.Joseph Myers1-85/+40
2016-11-04Speed up math/test-tgmath2.cSteve Ellcey1-9/+122
2016-10-28Add SNAN, SNANF, SNANL macros.Joseph Myers5-0/+14