summaryrefslogtreecommitdiff
path: root/math/Makefile
AgeCommit message (Expand)Author
2017-02-09Move -U__LIBC_INTERNAL_MATH_INLINES to test-math-inline.h.Joseph Myers
2017-02-08Build most libm-test support code once per type.Joseph Myers
2017-02-08Move w_exp to libm-compat-call-autoGabriel F. T. Gomes
2017-02-08Move w_lgamma to libm-compat-calls-autoGabriel F. T. Gomes
2017-02-08Move w_lgamma_r to libm-compat-calls-autoGabriel F. T. Gomes
2017-02-06Split libm-test.inc by function.Joseph Myers
2017-02-06Split auto-libm-test-out by function.Joseph Myers
2017-02-06Eliminate libm-test.stmp.Joseph Myers
2017-02-06Rework gen-libm-test.pl input/output handling.Joseph Myers
2017-02-06Remove before-compile setting in math/Makefile.Joseph Myers
2017-01-04Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31Add fromfp functions.Joseph Myers
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers
2016-12-20Add fmaxmag, fminmag functions.Joseph Myers
2016-12-16Define FE_SNANS_ALWAYS_SIGNAL.Joseph Myers
2016-12-16Make w_scalbln type-genericGabriel F. T. Gomes
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers
2016-12-14Make w_log1p type-genericGabriel F. T. Gomes
2016-12-13Better design of libm.a installation rule.Andrew Senkevich
2016-12-08Install libm.a as linker script (bug 20539).Andrew Senkevich
2016-12-02Add llogb, llogbf, llogbl.Joseph Myers
2016-12-01Refactor FP_ILOGB* out of bits/mathdef.h.Joseph Myers
2016-11-29Refactor FP_FAST_* into bits/fp-fast.h.Joseph Myers
2016-11-28Make ilogb wrappers type-generic.Joseph Myers
2016-11-24Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers
2016-11-24Refactor float_t, double_t information into bits/flt-eval-method.h.Joseph Myers
2016-11-23Fix SH4 FP_ILOGB0 (bug 20859).Joseph Myers
2016-11-23Fix default float_t definition (bug 20855).Joseph Myers
2016-11-19Add setpayload, setpayloadf, setpayloadl.Joseph Myers
2016-10-26Add canonicalize, canonicalizef, canonicalizel.Joseph Myers
2016-10-21math: Define iszero as a function template for C++ [BZ #20715]Florian Weimer
2016-10-19Add getpayload, getpayloadf, getpayloadl.Joseph Myers
2016-10-15Add totalordermag, totalordermagf, totalordermagl.Joseph Myers
2016-10-12Add totalorder, totalorderf, totalorderl.Joseph Myers
2016-10-07Make iseqsig handle excess precision.Joseph Myers
2016-10-06Add iseqsig.Joseph Myers
2016-09-30Add iscanonical.Joseph Myers
2016-09-28Fix iszero for excess precision.Joseph Myers
2016-09-20Build s_nan* objects from a generic templatePaul E. Murphy
2016-09-20Make ldexpF generic.Paul E. Murphy
2016-09-07Add femode_t functions.Joseph Myers
2016-09-01Remove unneeded stubs for k_rem_pio2l.Paul E. Murphy
2016-09-01Make common fmin implementation generic.Paul E. Murphy
2016-09-01Make common fmax implementation generic.Paul E. Murphy
2016-09-01Make common nextdown implementation generic.Paul E. Murphy
2016-09-01Make common fdim implementation generic.Paul E. Murphy
2016-08-29Convert remaining complex function to generated filesPaul E. Murphy
2016-08-29Add fetestexceptflag.Joseph Myers
2016-08-19Convert _Complex tangent functions to generated codePaul E. Murphy