about summary refs log tree commit diff
path: root/math
Commit message (Expand)AuthorAgeFilesLines
* Update README.libm-test.Joseph Myers2017-01-201-0/+8
* Make fallback fegetexceptflag work with generic fetestexceptflag.Joseph Myers2017-01-121-0/+1
* XFAIL libm-test.inc tests as needed for ibm128.Joseph Myers2017-01-102-94/+103
* Improve libm-test XFAILing for ibm128-libgcc.Joseph Myers2017-01-093-16664/+16679
* Fix math/test-fenv for no-exceptions / no-rounding-modes configurations.Joseph Myers2017-01-091-13/+21
* Make fallback fesetexceptflag always succeed (bug 21028).Joseph Myers2017-01-052-3/+10
* Update libm-test XFAILs for ibm128 format.Joseph Myers2017-01-043-12945/+12936
* Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes2017-01-0467-5/+13
* Fix math/test-fenvinline for no-exceptions configurations.Joseph Myers2017-01-031-5/+8
* Fix math/test-nearbyint-except for no-exceptions configurations.Joseph Myers2017-01-021-1/+9
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-01205-205/+205
* Add fromfp functions.Joseph Myers2016-12-3112-26/+38489
* Add roundeven, roundevenf, roundevenl.Joseph Myers2016-12-216-3/+624
* Add preprocessor indentation for llogb macro in tgmath.h.Joseph Myers2016-12-201-1/+1
* Replace use of snprintf with strfrom in libm testsGabriel F. T. Gomes2016-12-204-42/+51
* Add fmaxmag, fminmag functions.Joseph Myers2016-12-208-4/+342
* Define FE_SNANS_ALWAYS_SIGNAL.Joseph Myers2016-12-163-1/+50
* Make w_scalbln type-genericGabriel F. T. Gomes2016-12-164-83/+12
* Fix x86, x86_64 fmax, fmin sNaN handling, add tests (bug 20947).Joseph Myers2016-12-151-0/+72
* Fix generic fmax, fmin sNaN handling (bug 20947).Joseph Myers2016-12-142-2/+16
* Refactor long double information into bits/long-double.h.Joseph Myers2016-12-142-5/+2
* Make w_log1p type-genericGabriel F. T. Gomes2016-12-144-85/+9
* Better design of libm.a installation rule.Andrew Senkevich2016-12-131-4/+7
* Install libm.a as linker script (bug 20539).Andrew Senkevich2016-12-081-4/+15
* Fix hypot sNaN handling (bug 20940).Joseph Myers2016-12-071-0/+52
* Fix x86_64/x86 powl handling of sNaN arguments (bug 20916).Joseph Myers2016-12-061-1/+53
* Fix pow (qNaN, 0) result with -lieee (bug 20919), remove dead parts of wrappers.Joseph Myers2016-12-023-57/+15
* Add llogb, llogbf, llogbl.Joseph Myers2016-12-0210-5/+182
* Refactor FP_ILOGB* out of bits/mathdef.h.Joseph Myers2016-12-012-2/+19
* Refactor FP_FAST_* into bits/fp-fast.h.Joseph Myers2016-11-292-6/+11
* Make ilogb wrappers type-generic.Joseph Myers2016-11-284-86/+9
* Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers2016-11-244-2/+93
* Refactor float_t, double_t information into bits/flt-eval-method.h.Joseph Myers2016-11-242-3/+42
* Fix SH4 FP_ILOGB0 (bug 20859).Joseph Myers2016-11-232-1/+42
* Fix default float_t definition (bug 20855).Joseph Myers2016-11-232-1/+67
* Add setpayload, setpayloadf, setpayloadl.Joseph Myers2016-11-194-4/+122
* Refactor some libm type-generic macros.Joseph Myers2016-11-101-85/+40
* Speed up math/test-tgmath2.cSteve Ellcey2016-11-041-9/+122
* Add SNAN, SNANF, SNANL macros.Joseph Myers2016-10-285-0/+14
* Add missing include for stdlib.h.Carlos O'Donell2016-10-281-0/+1
* Add canonicalize, canonicalizef, canonicalizel.Joseph Myers2016-10-265-13/+185
* math.h: Wrap C++ bits in extern "C++"Florian Weimer2016-10-221-2/+2
* math: Define iszero as a function template for C++ [BZ #20715]Florian Weimer2016-10-213-6/+108
* Add getpayload, getpayloadf, getpayloadl.Joseph Myers2016-10-195-4/+96
* Add totalordermag, totalordermagf, totalordermagl.Joseph Myers2016-10-156-3/+271
* Clean up some complex functions raising FE_INVALID.Joseph Myers2016-10-144-29/+7
* Add more totalorder tests.Joseph Myers2016-10-121-0/+28
* Add totalorder, totalorderf, totalorderl.Joseph Myers2016-10-127-6/+282
* Avoid M_NAN + M_NAN in complex functions.Joseph Myers2016-10-112-6/+4
* Make iseqsig handle excess precision.Joseph Myers2016-10-073-3/+100