aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754
AgeCommit message (Expand)Author
2017-06-08Prepare for radical source tree reorganization.zack/build-layout-experimentZack Weinberg
2017-06-07float128: Add strfromf128Gabriel F. T. Gomes
2017-06-07Refactor PRINT_FPHEX_LONG_DOUBLE into a reusable macroGabriel F. T. Gomes
2017-06-07float128: Add conversion from float128 to mpnGabriel F. T. Gomes
2017-05-25float128: Add wrappers to override ldbl-128 as float128.Paul E. Murphy
2017-05-19Also create and use ldbl-compat-choose.h.Joseph Myers
2017-05-19Create and use first-versions.h with macros for function symbol versions.Joseph Myers
2017-05-15float128: Add private _Float128 declarations for libm.Paul E. Murphy
2017-05-09float128: Add _Float128 make bits to libm.Paul E. Murphy
2017-05-04ldbl-128: Use mathx_hidden_def inplace of hidden_defPaul E. Murphy
2017-04-10Remove unneeded declarations from math_private.hGabriel F. T. Gomes
2017-03-15Improve float range reduction accuracy near pi/2 (bug 21094).Joseph Myers
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg
2017-02-25Allow direct use of math_ldbl.h in testsuite.Zack Weinberg
2017-02-17Fix lgamma*, log10* and log2* results [BZ #21171]Tulio Magno Quites Machado Filho
2017-02-15Fix y0 and y1 exception handling for zero input [BZ #21134]Gabriel F. T. Gomes
2017-02-12ldbl-128: Fix y0 and y1 for -Inf input [BZ #21130]Gabriel F. T. Gomes
2017-02-08Move w_exp to libm-compat-call-autoGabriel F. T. Gomes
2017-02-08Move w_lgamma_r to libm-compat-calls-autoGabriel F. T. Gomes
2017-02-07Fix powf inaccuracy (bug 21112).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-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-07Fix hypot sNaN handling (bug 20940).Joseph Myers
2016-12-02Fix sysdeps/ieee754 pow handling of sNaN arguments (bug 20916).Joseph Myers
2016-12-02Fix pow (qNaN, 0) result with -lieee (bug 20919), remove dead parts of wrappers.Joseph Myers
2016-12-02Add llogb, llogbf, llogbl.Joseph Myers
2016-12-01Make ldbl-128 getpayload, setpayload functions use _Float128.Joseph Myers
2016-11-28Make ilogb wrappers type-generic.Joseph Myers
2016-11-24Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers
2016-11-19Add setpayload, setpayloadf, setpayloadl.Joseph Myers
2016-11-10Refactor some libm type-generic macros.Joseph Myers
2016-10-26Add canonicalize, canonicalizef, canonicalizel.Joseph Myers
2016-10-26Add getpayloadl to libnldbl.Joseph Myers
2016-10-25Add strfromd, strfromf, and strfroml functionsGabriel F. T. Gomes
2016-10-19Add getpayload, getpayloadf, getpayloadl.Joseph Myers
2016-10-17Define HIGH_ORDER_BIT_IS_SET_FOR_SNAN to 0 or 1.Joseph Myers
2016-10-15Add totalordermag, totalordermagf, totalordermagl.Joseph Myers
2016-10-14Fix warnings from latest GCC.steve ellcey-CA Eng-Software
2016-10-12Add totalorder, totalorderf, totalorderl.Joseph Myers
2016-10-06Update comments for some functions in s_sin.cSiddhesh Poyarekar
2016-10-06Adjust calls to do_sincos_1 and do_sincos_2 in s_sincos.cSiddhesh Poyarekar
2016-10-06Make quadrant shift a boolean in reduce_and_compute in s_sin.cSiddhesh Poyarekar
2016-10-06Check n instead of k1 to decide on sign of sin/cos resultSiddhesh Poyarekar
2016-10-06Make the quadrant shift K a bool in do_sincos_* functionsSiddhesh Poyarekar