aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754
AgeCommit message (Expand)AuthorFilesLines
2016-10-25Add strfromd, strfromf, and strfroml functionsGabriel F. T. Gomes2-0/+9
2016-10-19Add getpayload, getpayloadf, getpayloadl.Joseph Myers6-0/+226
2016-10-17Define HIGH_ORDER_BIT_IS_SET_FOR_SNAN to 0 or 1.Joseph Myers18-18/+36
2016-10-15Add totalordermag, totalordermagf, totalordermagl.Joseph Myers10-3/+347
2016-10-14Fix warnings from latest GCC.steve ellcey-CA Eng-Software1-4/+4
2016-10-12Add totalorder, totalorderf, totalorderl.Joseph Myers12-3/+483
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-30Fix ldbl-128ibm iscanonical for -mlong-double-64.Joseph Myers1-1/+5
2016-09-30Add iscanonical.Joseph Myers8-1/+511
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-20Build s_nan* objects from a generic templatePaul E. Murphy3-10/+1
2016-09-20Make ldexpF generic.Paul E. Murphy2-6/+46
2016-09-13ldbl-128: Use L(x) macro for long double constantsPaul E. Murphy50-3925/+3925
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-09-01Make common fmin implementation generic.Paul E. Murphy3-10/+1
2016-09-01Make common fmax implementation generic.Paul E. Murphy3-10/+1
2016-09-01Make common nextdown implementation generic.Paul E. Murphy1-0/+5
2016-09-01Make common fdim implementation generic.Paul E. Murphy4-13/+10
2016-08-31ldbl-128: Cleanup e_gammal_r.c after _Float128 renamePaul E. Murphy1-6/+6
2016-08-31ldbl-128: Rename 'long double' to '_Float128'Paul E. Murphy77-620/+646
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-29Convert remaining complex function to generated filesPaul E. Murphy12-74/+28
2016-08-19Convert _Complex tangent functions to generated codePaul E. Murphy8-48/+0
2016-08-19Convert _Complex sine functions to generated codePaul E. Murphy8-48/+0
2016-08-19Merge common usage of mul_split functionPaul E. Murphy11-346/+22
2016-08-19Convert _Complex cosine functions to generated codePaul E. Murphy8-48/+0
2016-08-18Get rid of array-bounds warning in __kernel_rem_pio2[f] with gcc 6.1 -O3.Stefan Liebler2-0/+20
2016-08-17ldbl-128: Remove unused sqrtl declaration in e_asinl.cPaul E. Murphy1-1/+0
2016-08-17Support for type-generic libm function implementations libmPaul E. Murphy12-60/+87
2016-08-03Remove tacit double usage in ldbl-128Paul E. Murphy3-3/+3
2016-08-03sparc64: add a VIS3 version of ceil, floor and truncAurelien Jarno3-2/+8
2016-07-18Fix cos computation for multiple precision fallback (bz #20357)Siddhesh Poyarekar1-2/+2
2016-06-16Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan8-1/+380
2016-06-13Fix dbl-64 atan2 (sNaN, qNaN) (bug 20252).Joseph Myers1-1/+1
2016-06-13Fix frexp (NaN) (bug 20250).Joseph Myers6-5/+8
2016-06-09Fix ldbl-128ibm log1pl (sNaN) (bug 20234).Joseph Myers1-1/+1
2016-06-09Fix ldbl-128ibm expm1l (sNaN) (bug 20233).Joseph Myers1-2/+2
2016-06-09Fix ldbl-128 expm1l (sNaN) (bug 20232).Joseph Myers1-2/+2
2016-06-06Fix dbl-64 asin (sNaN) (bug 20213).Joseph Myers1-1/+1