about summary refs log tree commit diff
path: root/sysdeps/ieee754
Commit message (Expand)AuthorAgeFilesLines
...
* consolidate sign checks for slow2Siddhesh Poyarekar2016-09-301-8/+10
* Build s_nan* objects from a generic templatePaul E. Murphy2016-09-203-10/+1
* Make ldexpF generic.Paul E. Murphy2016-09-202-6/+46
* ldbl-128: Use L(x) macro for long double constantsPaul E. Murphy2016-09-1350-3925/+3925
* Inline all support functions for sin and cosSiddhesh Poyarekar2016-09-021-24/+28
* Use do_sin for sin(x) where 0.25 < |x| < 0.855469Siddhesh Poyarekar2016-09-021-18/+3
* Consolidate input partitioning into do_cos and do_sinSiddhesh Poyarekar2016-09-021-109/+82
* Make common fmin implementation generic.Paul E. Murphy2016-09-013-10/+1
* Make common fmax implementation generic.Paul E. Murphy2016-09-013-10/+1
* Make common nextdown implementation generic.Paul E. Murphy2016-09-011-0/+5
* Make common fdim implementation generic.Paul E. Murphy2016-09-014-13/+10
* ldbl-128: Cleanup e_gammal_r.c after _Float128 renamePaul E. Murphy2016-08-311-6/+6
* ldbl-128: Rename 'long double' to '_Float128'Paul E. Murphy2016-08-3177-620/+646
* Use fabs(x) instead of branching on signedness of input to sin and cosSiddhesh Poyarekar2016-08-301-148/+85
* Add fall through commentsSiddhesh Poyarekar2016-08-301-0/+2
* Consolidate reduce_and_compute codeSiddhesh Poyarekar2016-08-301-17/+14
* Convert remaining complex function to generated filesPaul E. Murphy2016-08-2912-74/+28
* Convert _Complex tangent functions to generated codePaul E. Murphy2016-08-198-48/+0
* Convert _Complex sine functions to generated codePaul E. Murphy2016-08-198-48/+0
* Merge common usage of mul_split functionPaul E. Murphy2016-08-1911-346/+22
* Convert _Complex cosine functions to generated codePaul E. Murphy2016-08-198-48/+0
* Get rid of array-bounds warning in __kernel_rem_pio2[f] with gcc 6.1 -O3.Stefan Liebler2016-08-182-0/+20
* ldbl-128: Remove unused sqrtl declaration in e_asinl.cPaul E. Murphy2016-08-171-1/+0
* Support for type-generic libm function implementations libmPaul E. Murphy2016-08-1712-60/+87
* Remove tacit double usage in ldbl-128Paul E. Murphy2016-08-033-3/+3
* sparc64: add a VIS3 version of ceil, floor and truncAurelien Jarno2016-08-033-2/+8
* Fix cos computation for multiple precision fallback (bz #20357)Siddhesh Poyarekar2016-07-181-2/+2
* Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan2016-06-168-1/+380
* Fix dbl-64 atan2 (sNaN, qNaN) (bug 20252).Joseph Myers2016-06-131-1/+1
* Fix frexp (NaN) (bug 20250).Joseph Myers2016-06-136-5/+8
* Fix ldbl-128ibm log1pl (sNaN) (bug 20234).Joseph Myers2016-06-091-1/+1
* Fix ldbl-128ibm expm1l (sNaN) (bug 20233).Joseph Myers2016-06-091-2/+2
* Fix ldbl-128 expm1l (sNaN) (bug 20232).Joseph Myers2016-06-091-2/+2
* Fix dbl-64 asin (sNaN) (bug 20213).Joseph Myers2016-06-061-1/+1
* Fix dbl-64 acos (sNaN) (bug 20212).Joseph Myers2016-06-061-1/+1
* Fix ldbl-128ibm ceill, rintl etc. for sNaN arguments (bug 20156).Joseph Myers2016-05-275-0/+15
* Fix ldbl-128ibm sqrtl (sNaN) (bug 20153).Joseph Myers2016-05-261-5/+3
* Fix ldbl-128 j0l, j1l, y0l, y1l for sNaN argument (bug 20151).Joseph Myers2016-05-262-4/+4
* Do not raise "inexact" from generic round (bug 15479).Joseph Myers2016-05-245-56/+12
* Do not raise "inexact" from generic floor (bug 15479).Joseph Myers2016-05-244-45/+20
* Do not raise "inexact" from generic ceil (bug 15479).Joseph Myers2016-05-244-42/+18
* Implement proper fmal for ldbl-128ibm (bug 13304).Joseph Myers2016-05-191-11/+249
* Increase internal precision of ldbl-128ibm decimal printf [BZ #19853]Paul E. Murphy2016-03-311-7/+18
* Fix ldbl-128ibm nearbyintl in non-default rounding modes (bug 19790).Joseph Myers2016-03-092-107/+16
* Fix ldbl-128ibm remainderl equality test for zero low part (bug 19677).Joseph Myers2016-03-086-60/+144
* Fix ldbl-128ibm nextafterl, nexttowardl sign of zero result (bug 19678).Joseph Myers2016-02-191-0/+3
* Fix ldbl-128ibm powl overflow handling (bug 19674).Joseph Myers2016-02-191-17/+17
* Fix ldbl-128ibm remainderl, remquol equality tests (bug 19603).Joseph Myers2016-02-192-0/+4
* Fix ldbl-128ibm fmodl handling of equal arguments with low part zero (bug 196...Joseph Myers2016-02-183-0/+88
* Fix ldbl-128ibm fmodl handling of subnormal results (bug 19595).Joseph Myers2016-02-181-9/+5