summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64
AgeCommit message (Expand)Author
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-19Avoid signed shift overflow in pow (bug 21309).Bernd Edlinger
2017-12-19Revert exp reimplementation (causes test failures).Joseph Myers
2017-12-19Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty
2017-10-04Use libm_alias_double for dbl-64 fma.Joseph Myers
2017-10-04[BZ #22244] Fix yn(n,0) without SVID wrapperSzabolcs Nagy
2017-10-04[BZ #22243] fix log2(0) and log(10) in downward roundingSzabolcs Nagy
2017-10-03Use libm_alias_double for dbl-64 modf.Joseph Myers
2017-10-03Use libm_alias_double for dbl-64 logb.Joseph Myers
2017-10-03Use libm_alias_float for dbl-64 fmaf.Joseph Myers
2017-10-03Use libm_alias_double for dbl-64 frexp.Joseph Myers
2017-10-03Use libm_alias_double for more dbl-64 functions.Joseph Myers
2017-10-02Use libm_alias_double for dbl-64 atan, tan.Joseph Myers
2017-10-02Make dbl-64 atan and tan into weak aliases.Joseph Myers
2017-09-29Use libm_alias_double for some dbl-64 functions.Joseph Myers
2017-09-29Use fabs(f/l) rather than __fabsWilco Dijkstra
2017-09-28Fix nearbyint arithmetic moved before feholdexcept (bug 22225).Joseph Myers
2017-09-25Fix typo in sincos32.h inclusion guard.Stefan Liebler
2017-09-14Make more libm functions into weak aliases.Joseph Myers
2017-09-13Move exp compat wrappers under math/Szabolcs Nagy
2017-09-05Prefer new libm function wrappers for !LIBM_SVID_COMPAT.Joseph Myers
2017-08-24Fix CFLAGS override in sysdeps/ieee754/dbl-64Szabolcs Nagy
2017-08-21Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers
2017-08-03Consistently use uintN_t not u_intN_t in libm.Joseph Myers
2017-03-01Narrowing the visibility of libc-internal.h even further.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-08Move w_exp to libm-compat-call-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-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-11-24Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers
2016-11-19Add setpayload, setpayloadf, setpayloadl.Joseph Myers
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-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