aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-20Fix __finitel libm compat symbol version.Joseph Myers2-4/+4
2016-01-15Call math_opt_barrier inside ifH.J. Lu1-1/+4
2016-01-04Eliminate redundant sign extensions in pow()Anton Blanchard1-2/+4
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers90-90/+90
2015-12-21Consolidate sincos computation for 2.426265 < |x| < 105414350Siddhesh Poyarekar2-281/+123
2015-12-21Consolidate sin and cos code for 105414350 <|x|< 281474976710656Siddhesh Poyarekar2-146/+119
2015-12-21Consolidate range reduction in sincos for x > 281474976710656Siddhesh Poyarekar2-2/+57
2015-12-03math: add LDBL_CLASSIFY_COMPAT supportChris Metcalf6-6/+34
2015-12-01Use hex float constants in sysdeps/ieee754/dbl-64/e_sqrt.c.Joseph Myers2-46/+2
2015-11-17Include s_sin.c in s_sincos.cSiddhesh Poyarekar2-19/+20
2015-11-17Remove redundant else clauses in s_sin.cSiddhesh Poyarekar1-186/+158
2015-11-03Fix dbl-64 remainder sign of zero result (bug 19201).Joseph Myers1-0/+2
2015-10-28Use C11 *_TRUE_MIN macros where applicable.Joseph Myers1-1/+1
2015-10-27Remove GCC version conditionals on -Wmaybe-uninitialized pragmas.Joseph Myers1-4/+0
2015-10-23Fix j1, jn missing errno setting on underflow (bug 18611).Joseph Myers2-2/+8
2015-10-09Fix lrint, llrint, lround, llround missing exceptions for MIPS (bug 16399).Joseph Myers4-6/+45
2015-10-09Fix dbl-64 lrint for 64-bit long (bug 19095).Joseph Myers1-1/+1
2015-10-08Fix lrint, llrint missing exceptions close to overflow threshold (bug 19094).Joseph Myers1-4/+33
2015-10-07Fix lround, llround missing exceptions close to overflow threshold (bug 19088).Joseph Myers2-5/+47
2015-10-07Use dbl-64/wordsize-64 for MIPS64.Joseph Myers1-1/+0