aboutsummaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Expand)AuthorFilesLines
2016-11-29Refactor FP_FAST_* into bits/fp-fast.h.Joseph Myers2-6/+11
2016-11-28Make ilogb wrappers type-generic.Joseph Myers4-86/+9
2016-11-24Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers4-2/+93
2016-11-24Refactor float_t, double_t information into bits/flt-eval-method.h.Joseph Myers2-3/+42
2016-11-23Fix SH4 FP_ILOGB0 (bug 20859).Joseph Myers2-1/+42
2016-11-23Fix default float_t definition (bug 20855).Joseph Myers2-1/+67
2016-11-19Add setpayload, setpayloadf, setpayloadl.Joseph Myers4-4/+122
2016-11-10Refactor some libm type-generic macros.Joseph Myers1-85/+40
2016-11-04Speed up math/test-tgmath2.cSteve Ellcey1-9/+122
2016-10-28Add SNAN, SNANF, SNANL macros.Joseph Myers5-0/+14
2016-10-28Add missing include for stdlib.h.Carlos O'Donell1-0/+1
2016-10-26Add canonicalize, canonicalizef, canonicalizel.Joseph Myers5-13/+185
2016-10-22math.h: Wrap C++ bits in extern "C++"Florian Weimer1-2/+2
2016-10-21math: Define iszero as a function template for C++ [BZ #20715]Florian Weimer3-6/+108
2016-10-19Add getpayload, getpayloadf, getpayloadl.Joseph Myers5-4/+96
2016-10-15Add totalordermag, totalordermagf, totalordermagl.Joseph Myers6-3/+271
2016-10-14Clean up some complex functions raising FE_INVALID.Joseph Myers4-29/+7
2016-10-12Add more totalorder tests.Joseph Myers1-0/+28
2016-10-12Add totalorder, totalorderf, totalorderl.Joseph Myers7-6/+282
2016-10-11Avoid M_NAN + M_NAN in complex functions.Joseph Myers2-6/+4
2016-10-07Make iseqsig handle excess precision.Joseph Myers3-3/+100
2016-10-07Fix iseqsig for ports that do not support FE_INVALIDAdhemerval Zanella1-0/+1
2016-10-06Add iseqsig.Joseph Myers6-3/+125
2016-09-30Add iscanonical.Joseph Myers5-5/+35
2016-09-28Fix iszero for excess precision.Joseph Myers3-2/+53
2016-09-23Add iszero.Joseph Myers2-1/+34
2016-09-21Add issubnormal.Joseph Myers2-1/+30
2016-09-20Build s_nan* objects from a generic templatePaul E. Murphy4-73/+11
2016-09-20Remove __nan{f,,l} macrosPaul E. Murphy3-3/+0
2016-09-20Make ldexpF generic.Paul E. Murphy4-81/+24
2016-09-07Add femode_t functions.Joseph Myers7-3/+457
2016-09-01Remove unneeded stubs for k_rem_pio2l.Paul E. Murphy2-18/+3
2016-09-01Make common fmin implementation generic.Paul E. Murphy4-64/+8
2016-09-01Make common fmax implementation generic.Paul E. Murphy4-65/+9
2016-09-01Make common nextdown implementation generic.Paul E. Murphy4-68/+6
2016-09-01Make common fdim implementation generic.Paul E. Murphy4-85/+10
2016-08-29Convert remaining complex function to generated filesPaul E. Murphy25-2091/+194
2016-08-29Prepare to convert remaining _Complex functionsPaul E. Murphy6-0/+641
2016-08-29Add fetestexceptflag.Joseph Myers5-3/+166
2016-08-19Convert _Complex tangent functions to generated codePaul E. Murphy17-1796/+178
2016-08-19Prepare to convert _Complex tangent functionsPaul E. Murphy4-0/+538
2016-08-19Convert _Complex sine functions to generated codePaul E. Murphy21-2253/+209
2016-08-19Prepare to convert _Complex sine functionsPaul E. Murphy5-0/+686
2016-08-19Merge common usage of mul_split functionPaul E. Murphy2-0/+100
2016-08-19Convert _Complex cosine functions to generated codePaul E. Murphy17-1083/+95
2016-08-19Prepare to convert _Complex cosine functionsPaul E. Murphy4-0/+339
2016-08-17Support for type-generic libm function implementations libmPaul E. Murphy16-313/+71
2016-08-16Add fesetexcept.Joseph Myers6-3/+238
2016-08-12Fix test-fexcept when "inexact" implicitly raised.Joseph Myers1-2/+31
2016-08-10Add tests for fegetexceptflag, fesetexceptflag.Joseph Myers3-1/+256