aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754
AgeCommit message (Expand)Author
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
2016-08-30Consolidate reduce_and_compute codeSiddhesh Poyarekar
2016-08-29Convert remaining complex function to generated filesPaul E. Murphy
2016-08-19Convert _Complex tangent functions to generated codePaul E. Murphy
2016-08-19Convert _Complex sine functions to generated codePaul E. Murphy
2016-08-19Merge common usage of mul_split functionPaul E. Murphy
2016-08-19Convert _Complex cosine functions to generated codePaul E. Murphy
2016-08-18Get rid of array-bounds warning in __kernel_rem_pio2[f] with gcc 6.1 -O3.Stefan Liebler
2016-08-17ldbl-128: Remove unused sqrtl declaration in e_asinl.cPaul E. Murphy
2016-08-17Support for type-generic libm function implementations libmPaul E. Murphy
2016-08-03Remove tacit double usage in ldbl-128Paul E. Murphy
2016-08-03sparc64: add a VIS3 version of ceil, floor and truncAurelien Jarno
2016-07-18Fix cos computation for multiple precision fallback (bz #20357)Siddhesh Poyarekar
2016-06-16Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan
2016-06-13Fix dbl-64 atan2 (sNaN, qNaN) (bug 20252).Joseph Myers
2016-06-13Fix frexp (NaN) (bug 20250).Joseph Myers
2016-06-09Fix ldbl-128ibm log1pl (sNaN) (bug 20234).Joseph Myers
2016-06-09Fix ldbl-128ibm expm1l (sNaN) (bug 20233).Joseph Myers
2016-06-09Fix ldbl-128 expm1l (sNaN) (bug 20232).Joseph Myers
2016-06-06Fix dbl-64 asin (sNaN) (bug 20213).Joseph Myers
2016-06-06Fix dbl-64 acos (sNaN) (bug 20212).Joseph Myers
2016-05-27Fix ldbl-128ibm ceill, rintl etc. for sNaN arguments (bug 20156).Joseph Myers
2016-05-26Fix ldbl-128ibm sqrtl (sNaN) (bug 20153).Joseph Myers
2016-05-26Fix ldbl-128 j0l, j1l, y0l, y1l for sNaN argument (bug 20151).Joseph Myers
2016-05-24Do not raise "inexact" from generic round (bug 15479).Joseph Myers
2016-05-24Do not raise "inexact" from generic floor (bug 15479).Joseph Myers
2016-05-24Do not raise "inexact" from generic ceil (bug 15479).Joseph Myers
2016-05-19Implement proper fmal for ldbl-128ibm (bug 13304).Joseph Myers
2016-03-31Increase internal precision of ldbl-128ibm decimal printf [BZ #19853]Paul E. Murphy
2016-03-09Fix ldbl-128ibm nearbyintl in non-default rounding modes (bug 19790).Joseph Myers
2016-03-08Fix ldbl-128ibm remainderl equality test for zero low part (bug 19677).Joseph Myers
2016-02-19Fix ldbl-128ibm nextafterl, nexttowardl sign of zero result (bug 19678).Joseph Myers
2016-02-19Fix ldbl-128ibm powl overflow handling (bug 19674).Joseph Myers
2016-02-19Fix ldbl-128ibm remainderl, remquol equality tests (bug 19603).Joseph Myers
2016-02-18Fix ldbl-128ibm fmodl handling of equal arguments with low part zero (bug 196...Joseph Myers
2016-02-18Fix ldbl-128ibm fmodl handling of subnormal results (bug 19595).Joseph Myers
2016-02-18Fix ldbl-128ibm roundl for non-default rounding modes (bug 19594).Joseph Myers
2016-02-18Fix ldbl-128ibm truncl for non-default rounding modes (bug 19593).Joseph Myers
2016-02-18Fix ldbl-128ibm ceill for non-default rounding modes (bug 19592).Joseph Myers
2016-02-18Fix ldbl-128ibm floorl for non-default rounding modes (bug 17899).Joseph Myers