about summary refs log tree commit diff
path: root/math/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor part of math MakefilePaul E. Murphy2016-08-031-56/+75
* Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan2016-06-161-1/+1
* Fix modf (sNaN) (bug 20240).Joseph Myers2016-06-101-0/+6
* Support sNaN testing in libm-test.inc.Joseph Myers2016-05-261-1/+8
* Register extra test objectsAndreas Schwab2016-04-131-3/+7
* math: don't clobber old libm.so on install [BZ #19822]Dylan Alex Simon2016-03-211-1/+2
* Omit test-math-isinff when no C++ compiler.Roland McGrath2016-03-041-1/+4
* Ensure isinff, isinfl, isnanf, and isnanl are defined (Bug 19439)Carlos O'Donell2016-02-141-0/+3
* [BZ #19451]Paul Pluzhnikov2016-01-181-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Fix nan functions handling of payload strings (bug 16961, bug 16962).Joseph Myers2015-12-041-1/+2
* Corrected path to installed libmvec_nonshared.aAndrew Senkevich2015-12-031-1/+1
* Better workaround for aliases of *_finite symbols in vector math library.Andrew Senkevich2015-11-271-1/+1
* Fix lgamma setting signgam for ISO C (bug 15421).Joseph Myers2015-11-201-3/+21
* Fix powerpc nearbyint wrongly clearing "inexact" and leaving traps disabled (...Joseph Myers2015-11-111-1/+2
* Run libm-test tests for finite-math-only functions.Joseph Myers2015-11-051-5/+15
* Fix finite-math-only lgamma functions signgam setting (bug 19211).Joseph Myers2015-11-051-1/+6
* Make drem an alias of remainder (bug 16171).Joseph Myers2015-10-291-1/+1