about summary refs log tree commit diff
path: root/math/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* Split libm-test.inc by function.Joseph Myers2017-02-061-9/+34
* Split auto-libm-test-out by function.Joseph Myers2017-02-061-3/+12
* Eliminate libm-test.stmp.Joseph Myers2017-02-061-10/+12
* Rework gen-libm-test.pl input/output handling.Joseph Myers2017-02-061-2/+5
* Remove before-compile setting in math/Makefile.Joseph Myers2017-02-061-3/+0
* Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes2017-01-041-5/+13
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Add fromfp functions.Joseph Myers2016-12-311-1/+2
* Add roundeven, roundevenf, roundevenl.Joseph Myers2016-12-211-1/+1
* Add fmaxmag, fminmag functions.Joseph Myers2016-12-201-1/+1
* Define FE_SNANS_ALWAYS_SIGNAL.Joseph Myers2016-12-161-1/+4
* Make w_scalbln type-genericGabriel F. T. Gomes2016-12-161-2/+2
* Refactor long double information into bits/long-double.h.Joseph Myers2016-12-141-1/+2
* Make w_log1p type-genericGabriel F. T. Gomes2016-12-141-2/+3
* 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
* Add llogb, llogbf, llogbl.Joseph Myers2016-12-021-2/+2
* Refactor FP_ILOGB* out of bits/mathdef.h.Joseph Myers2016-12-011-1/+1
* Refactor FP_FAST_* into bits/fp-fast.h.Joseph Myers2016-11-291-1/+1
* Make ilogb wrappers type-generic.Joseph Myers2016-11-281-2/+1
* Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers2016-11-241-1/+1
* Refactor float_t, double_t information into bits/flt-eval-method.h.Joseph Myers2016-11-241-1/+2
* Fix SH4 FP_ILOGB0 (bug 20859).Joseph Myers2016-11-231-1/+2
* Fix default float_t definition (bug 20855).Joseph Myers2016-11-231-1/+2
* Add setpayload, setpayloadf, setpayloadl.Joseph Myers2016-11-191-1/+1
* Add canonicalize, canonicalizef, canonicalizel.Joseph Myers2016-10-261-1/+1
* math: Define iszero as a function template for C++ [BZ #20715]Florian Weimer2016-10-211-1/+2
* Add getpayload, getpayloadf, getpayloadl.Joseph Myers2016-10-191-1/+2
* Add totalordermag, totalordermagf, totalordermagl.Joseph Myers2016-10-151-1/+1
* Add totalorder, totalorderf, totalorderl.Joseph Myers2016-10-121-1/+1
* Make iseqsig handle excess precision.Joseph Myers2016-10-071-1/+3
* Add iseqsig.Joseph Myers2016-10-061-1/+1
* Add iscanonical.Joseph Myers2016-09-301-2/+2
* Fix iszero for excess precision.Joseph Myers2016-09-281-1/+3
* Build s_nan* objects from a generic templatePaul E. Murphy2016-09-201-2/+3
* Make ldexpF generic.Paul E. Murphy2016-09-201-5/+15
* Add femode_t functions.Joseph Myers2016-09-071-2/+4
* Remove unneeded stubs for k_rem_pio2l.Paul E. Murphy2016-09-011-3/+3
* Make common fmin implementation generic.Paul E. Murphy2016-09-011-2/+2
* Make common fmax implementation generic.Paul E. Murphy2016-09-011-2/+2
* Make common nextdown implementation generic.Paul E. Murphy2016-09-011-2/+2
* Make common fdim implementation generic.Paul E. Murphy2016-09-011-2/+2
* Convert remaining complex function to generated filesPaul E. Murphy2016-08-291-3/+2
* Add fetestexceptflag.Joseph Myers2016-08-291-2/+2
* Convert _Complex tangent functions to generated codePaul E. Murphy2016-08-191-3/+3
* Convert _Complex sine functions to generated codePaul E. Murphy2016-08-191-6/+7
* Convert _Complex cosine functions to generated codePaul E. Murphy2016-08-191-4/+5
* Support for type-generic libm function implementations libmPaul E. Murphy2016-08-171-2/+29
* Add fesetexcept.Joseph Myers2016-08-161-2/+3
* Add tests for fegetexceptflag, fesetexceptflag.Joseph Myers2016-08-101-1/+1