aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754
AgeCommit message (Expand)Author
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
2016-09-30Use __builtin_fma more in dbl-64 code.Joseph Myers
2016-09-30Fix ldbl-128ibm iscanonical for -mlong-double-64.Joseph Myers
2016-09-30Add iscanonical.Joseph Myers
2016-09-30Use copysign instead of ternary for some sin/cos input rangesSiddhesh Poyarekar
2016-09-30Use copysign instead of ternary conditions for positive constantsSiddhesh Poyarekar
2016-09-30consolidate sign checks for slow2Siddhesh Poyarekar
2016-09-20Build s_nan* objects from a generic templatePaul E. Murphy
2016-09-20Make ldexpF generic.Paul E. Murphy
2016-09-13ldbl-128: Use L(x) macro for long double constantsPaul E. Murphy
2016-09-02Inline all support functions for sin and cosSiddhesh Poyarekar
2016-09-02Use do_sin for sin(x) where 0.25 < |x| < 0.855469Siddhesh Poyarekar
2016-09-02Consolidate input partitioning into do_cos and do_sinSiddhesh Poyarekar
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-31ldbl-128: Cleanup e_gammal_r.c after _Float128 renamePaul E. Murphy
2016-08-31ldbl-128: Rename 'long double' to '_Float128'Paul E. Murphy
2016-08-30Use fabs(x) instead of branching on signedness of input to sin and cosSiddhesh Poyarekar
2016-08-30Add fall through commentsSiddhesh Poyarekar