about summary refs log tree commit diff
path: root/sysdeps/ieee754
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-01296-296/+296
* Add fromfp functions.Joseph Myers2016-12-3131-1/+687
* Add roundeven, roundevenf, roundevenl.Joseph Myers2016-12-218-1/+570
* Add fmaxmag, fminmag functions.Joseph Myers2016-12-205-1/+65
* Make w_scalbln type-genericGabriel F. T. Gomes2016-12-162-27/+3
* Refactor long double information into bits/long-double.h.Joseph Myers2016-12-143-0/+64
* Make w_log1p type-genericGabriel F. T. Gomes2016-12-142-46/+0
* Fix hypot sNaN handling (bug 20940).Joseph Myers2016-12-075-2/+10
* Fix sysdeps/ieee754 pow handling of sNaN arguments (bug 20916).Joseph Myers2016-12-024-11/+12
* Fix pow (qNaN, 0) result with -lieee (bug 20919), remove dead parts of wrappers.Joseph Myers2016-12-022-31/+2
* Add llogb, llogbf, llogbl.Joseph Myers2016-12-023-1/+33
* Make ldbl-128 getpayload, setpayload functions use _Float128.Joseph Myers2016-12-012-4/+4
* Make ilogb wrappers type-generic.Joseph Myers2016-11-283-10/+1
* Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers2016-11-247-1/+46
* Add setpayload, setpayloadf, setpayloadl.Joseph Myers2016-11-1913-1/+418
* Refactor some libm type-generic macros.Joseph Myers2016-11-102-8/+6
* Add canonicalize, canonicalizef, canonicalizel.Joseph Myers2016-10-2611-9/+108
* Add getpayloadl to libnldbl.Joseph Myers2016-10-262-1/+28
* Add strfromd, strfromf, and strfroml functionsGabriel F. T. Gomes2016-10-252-0/+9
* Add getpayload, getpayloadf, getpayloadl.Joseph Myers2016-10-196-0/+226
* Define HIGH_ORDER_BIT_IS_SET_FOR_SNAN to 0 or 1.Joseph Myers2016-10-1718-18/+36
* Add totalordermag, totalordermagf, totalordermagl.Joseph Myers2016-10-1510-3/+347
* Fix warnings from latest GCC.steve ellcey-CA Eng-Software2016-10-141-4/+4
* Add totalorder, totalorderf, totalorderl.Joseph Myers2016-10-1212-3/+483
* Update comments for some functions in s_sin.cSiddhesh Poyarekar2016-10-061-22/+17
* Adjust calls to do_sincos_1 and do_sincos_2 in s_sincos.cSiddhesh Poyarekar2016-10-061-4/+4
* Make quadrant shift a boolean in reduce_and_compute in s_sin.cSiddhesh Poyarekar2016-10-061-4/+4
* Check n instead of k1 to decide on sign of sin/cos resultSiddhesh Poyarekar2016-10-061-1/+1
* Make the quadrant shift K a bool in do_sincos_* functionsSiddhesh Poyarekar2016-10-061-19/+19
* Use __builtin_fma more in dbl-64 code.Joseph Myers2016-09-301-0/+4
* Fix ldbl-128ibm iscanonical for -mlong-double-64.Joseph Myers2016-09-301-1/+5
* Add iscanonical.Joseph Myers2016-09-308-1/+511
* Use copysign instead of ternary for some sin/cos input rangesSiddhesh Poyarekar2016-09-301-13/+13
* Use copysign instead of ternary conditions for positive constantsSiddhesh Poyarekar2016-09-301-19/+19
* 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