aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754
AgeCommit message (Expand)AuthorFilesLines
2017-05-09float128: Add _Float128 make bits to libm.Paul E. Murphy2-0/+148
2017-05-04ldbl-128: Use mathx_hidden_def inplace of hidden_defPaul E. Murphy3-3/+3
2017-04-10Remove unneeded declarations from math_private.hGabriel F. T. Gomes2-0/+2
2017-03-15Improve float range reduction accuracy near pi/2 (bug 21094).Joseph Myers1-2/+2
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg8-8/+11
2017-02-25Allow direct use of math_ldbl.h in testsuite.Zack Weinberg7-30/+99
2017-02-17Fix lgamma*, log10* and log2* results [BZ #21171]Tulio Magno Quites Machado Filho11-11/+11
2017-02-15Fix y0 and y1 exception handling for zero input [BZ #21134]Gabriel F. T. Gomes6-6/+6
2017-02-12ldbl-128: Fix y0 and y1 for -Inf input [BZ #21130]Gabriel F. T. Gomes2-12/+2
2017-02-08Move w_exp to libm-compat-call-autoGabriel F. T. Gomes7-2/+2
2017-02-08Move w_lgamma_r to libm-compat-calls-autoGabriel F. T. Gomes2-2/+2
2017-02-07Fix powf inaccuracy (bug 21112).Joseph Myers1-2/+2
2017-01-04Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes42-42/+42
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers296-296/+296
2016-12-31Add fromfp functions.Joseph Myers31-1/+687
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers8-1/+570
2016-12-20Add fmaxmag, fminmag functions.Joseph Myers5-1/+65
2016-12-16Make w_scalbln type-genericGabriel F. T. Gomes2-27/+3
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers3-0/+64
2016-12-14Make w_log1p type-genericGabriel F. T. Gomes2-46/+0
2016-12-07Fix hypot sNaN handling (bug 20940).Joseph Myers5-2/+10
2016-12-02Fix sysdeps/ieee754 pow handling of sNaN arguments (bug 20916).Joseph Myers4-11/+12
2016-12-02Fix pow (qNaN, 0) result with -lieee (bug 20919), remove dead parts of wrappers.Joseph Myers2-31/+2
2016-12-02Add llogb, llogbf, llogbl.Joseph Myers3-1/+33
2016-12-01Make ldbl-128 getpayload, setpayload functions use _Float128.Joseph Myers2-4/+4
2016-11-28Make ilogb wrappers type-generic.Joseph Myers3-10/+1
2016-11-24Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers7-1/+46
2016-11-19Add setpayload, setpayloadf, setpayloadl.Joseph Myers13-1/+418
2016-11-10Refactor some libm type-generic macros.Joseph Myers2-8/+6
2016-10-26Add canonicalize, canonicalizef, canonicalizel.Joseph Myers11-9/+108
2016-10-26Add getpayloadl to libnldbl.Joseph Myers2-1/+28
2016-10-25Add strfromd, strfromf, and strfroml functionsGabriel F. T. Gomes2-0/+9
2016-10-19Add getpayload, getpayloadf, getpayloadl.Joseph Myers6-0/+226
2016-10-17Define HIGH_ORDER_BIT_IS_SET_FOR_SNAN to 0 or 1.Joseph Myers18-18/+36
2016-10-15Add totalordermag, totalordermagf, totalordermagl.Joseph Myers10-3/+347
2016-10-14Fix warnings from latest GCC.steve ellcey-CA Eng-Software1-4/+4
2016-10-12Add totalorder, totalorderf, totalorderl.Joseph Myers12-3/+483
2016-10-06Update comments for some functions in s_sin.cSiddhesh Poyarekar1-22/+17
2016-10-06Adjust calls to do_sincos_1 and do_sincos_2 in s_sincos.cSiddhesh Poyarekar1-4/+4
2016-10-06Make quadrant shift a boolean in reduce_and_compute in s_sin.cSiddhesh Poyarekar1-4/+4
2016-10-06Check n instead of k1 to decide on sign of sin/cos resultSiddhesh Poyarekar1-1/+1
2016-10-06Make the quadrant shift K a bool in do_sincos_* functionsSiddhesh Poyarekar1-19/+19
2016-09-30Use __builtin_fma more in dbl-64 code.Joseph Myers1-0/+4
2016-09-30Fix ldbl-128ibm iscanonical for -mlong-double-64.Joseph Myers1-1/+5
2016-09-30Add iscanonical.Joseph Myers8-1/+511
2016-09-30Use copysign instead of ternary for some sin/cos input rangesSiddhesh Poyarekar1-13/+13
2016-09-30Use copysign instead of ternary conditions for positive constantsSiddhesh Poyarekar1-19/+19
2016-09-30consolidate sign checks for slow2Siddhesh Poyarekar1-8/+10
2016-09-20Build s_nan* objects from a generic templatePaul E. Murphy3-10/+1
2016-09-20Make ldexpF generic.Paul E. Murphy2-6/+46