aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64
AgeCommit message (Expand)AuthorFilesLines
2017-09-14Make more libm functions into weak aliases.Joseph Myers14-30/+58
2017-09-13Move exp compat wrappers under math/Szabolcs Nagy1-41/+0
2017-09-05Prefer new libm function wrappers for !LIBM_SVID_COMPAT.Joseph Myers1-1/+3
2017-08-24Fix CFLAGS override in sysdeps/ieee754/dbl-64Szabolcs Nagy1-3/+3
2017-08-21Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers1-0/+1
2017-08-03Consistently use uintN_t not u_intN_t in libm.Joseph Myers29-57/+57
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg2-2/+2
2017-02-17Fix lgamma*, log10* and log2* results [BZ #21171]Tulio Magno Quites Machado Filho3-3/+3
2017-02-15Fix y0 and y1 exception handling for zero input [BZ #21134]Gabriel F. T. Gomes2-2/+2
2017-02-08Move w_exp to libm-compat-call-autoGabriel F. T. Gomes1-0/+0
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers102-102/+102
2016-12-31Add fromfp functions.Joseph Myers5-0/+110
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers2-0/+178
2016-12-07Fix hypot sNaN handling (bug 20940).Joseph Myers1-0/+2
2016-12-02Fix sysdeps/ieee754 pow handling of sNaN arguments (bug 20916).Joseph Myers1-5/+5
2016-12-02Fix pow (qNaN, 0) result with -lieee (bug 20919), remove dead parts of wrappers.Joseph Myers1-1/+2
2016-11-24Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers1-0/+6
2016-11-19Add setpayload, setpayloadf, setpayloadl.Joseph Myers3-0/+128
2016-10-19Add getpayload, getpayloadf, getpayloadl.Joseph Myers2-0/+70
2016-10-17Define HIGH_ORDER_BIT_IS_SET_FOR_SNAN to 0 or 1.Joseph Myers6-6/+12
2016-10-15Add totalordermag, totalordermagf, totalordermagl.Joseph Myers2-0/+94
2016-10-14Fix warnings from latest GCC.steve ellcey-CA Eng-Software1-4/+4
2016-10-12Add totalorder, totalorderf, totalorderl.Joseph Myers2-0/+102
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-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-02Inline all support functions for sin and cosSiddhesh Poyarekar1-24/+28
2016-09-02Use do_sin for sin(x) where 0.25 < |x| < 0.855469Siddhesh Poyarekar1-18/+3
2016-09-02Consolidate input partitioning into do_cos and do_sinSiddhesh Poyarekar1-109/+82
2016-08-30Use fabs(x) instead of branching on signedness of input to sin and cosSiddhesh Poyarekar1-148/+85
2016-08-30Add fall through commentsSiddhesh Poyarekar1-0/+2
2016-08-30Consolidate reduce_and_compute codeSiddhesh Poyarekar1-17/+14
2016-08-19Merge common usage of mul_split functionPaul E. Murphy3-93/+3
2016-08-18Get rid of array-bounds warning in __kernel_rem_pio2[f] with gcc 6.1 -O3.Stefan Liebler1-0/+10
2016-08-03sparc64: add a VIS3 version of ceil, floor and truncAurelien Jarno2-2/+6
2016-07-18Fix cos computation for multiple precision fallback (bz #20357)Siddhesh Poyarekar1-2/+2
2016-06-16Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan1-0/+58
2016-06-13Fix dbl-64 atan2 (sNaN, qNaN) (bug 20252).Joseph Myers1-1/+1
2016-06-13Fix frexp (NaN) (bug 20250).Joseph Myers2-1/+4
2016-06-06Fix dbl-64 asin (sNaN) (bug 20213).Joseph Myers1-1/+1
2016-06-06Fix dbl-64 acos (sNaN) (bug 20212).Joseph Myers1-1/+1
2016-05-24Do not raise "inexact" from generic round (bug 15479).Joseph Myers2-16/+0
2016-05-24Do not raise "inexact" from generic floor (bug 15479).Joseph Myers2-15/+4
2016-05-24Do not raise "inexact" from generic ceil (bug 15479).Joseph Myers2-15/+3