summaryrefslogtreecommitdiff
path: root/math
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix iseqsig for ports that do not support FE_INVALIDAdhemerval Zanella2016-10-071-0/+1
* Add iseqsig.Joseph Myers2016-10-066-3/+125
* Add iscanonical.Joseph Myers2016-09-305-5/+35
* Fix iszero for excess precision.Joseph Myers2016-09-283-2/+53
* Add iszero.Joseph Myers2016-09-232-1/+34
* Add issubnormal.Joseph Myers2016-09-212-1/+30
* Build s_nan* objects from a generic templatePaul E. Murphy2016-09-204-73/+11
* Remove __nan{f,,l} macrosPaul E. Murphy2016-09-203-3/+0
* Make ldexpF generic.Paul E. Murphy2016-09-204-81/+24
* Add femode_t functions.Joseph Myers2016-09-077-3/+457
* Remove unneeded stubs for k_rem_pio2l.Paul E. Murphy2016-09-012-18/+3
* Make common fmin implementation generic.Paul E. Murphy2016-09-014-64/+8
* Make common fmax implementation generic.Paul E. Murphy2016-09-014-65/+9
* Make common nextdown implementation generic.Paul E. Murphy2016-09-014-68/+6
* Make common fdim implementation generic.Paul E. Murphy2016-09-014-85/+10
* Convert remaining complex function to generated filesPaul E. Murphy2016-08-2925-2091/+194
* Prepare to convert remaining _Complex functionsPaul E. Murphy2016-08-296-0/+641
* Add fetestexceptflag.Joseph Myers2016-08-295-3/+166
* Convert _Complex tangent functions to generated codePaul E. Murphy2016-08-1917-1796/+178