about summary refs log tree commit diff
path: root/sysdeps/ieee754
Commit message (Expand)AuthorAgeFilesLines
* Consistently use uintN_t not u_intN_t in libm.Joseph Myers2017-08-03133-228/+228
* Fix cexpl when compiled with latest GCCSteve Ellcey2017-07-211-0/+1
* float128: Add signbit alternative for old compilersGabriel F. T. Gomes2017-06-301-1/+36
* Add libio-mtsafe flags to the build of strfromf128Gabriel F. T. Gomes2017-06-231-0/+4
* Optimized version of powf()Paul Clarke2017-06-231-101/+70
* Support _Float128 in ldbl-96 bits/iscanonical.h.Joseph Myers2017-06-221-0/+3
* Fix float128_private.h redefinition of SET_RESTORE_ROUNDL.Joseph Myers2017-06-221-1/+1
* Make float128_private.h work with generic ieee754.h.Joseph Myers2017-06-221-0/+4
* Fix float128 uses of xlocale.h.Joseph Myers2017-06-223-3/+3
* Use locale_t, not __locale_t, throughout glibcZack Weinberg2017-06-209-13/+13
* Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg2017-06-202-2/+0
* float128: Add strtof128, wcstof128, and related functions.Paul E. Murphy2017-06-1210-0/+291
* float128: Add strfromf128Gabriel F. T. Gomes2017-06-073-1/+31
* Refactor PRINT_FPHEX_LONG_DOUBLE into a reusable macroGabriel F. T. Gomes2017-06-072-85/+107
* float128: Add conversion from float128 to mpnGabriel F. T. Gomes2017-06-074-1/+27
* float128: Add wrappers to override ldbl-128 as float128.Paul E. Murphy2017-05-2586-0/+646
* Also create and use ldbl-compat-choose.h.Joseph Myers2017-05-196-26/+8
* Create and use first-versions.h with macros for function symbol versions.Joseph Myers2017-05-191-32/+3
* float128: Add private _Float128 declarations for libm.Paul E. Murphy2017-05-151-0/+1
* float128: Add _Float128 make bits to libm.Paul E. Murphy2017-05-092-0/+148
* ldbl-128: Use mathx_hidden_def inplace of hidden_defPaul E. Murphy2017-05-043-3/+3
* Remove unneeded declarations from math_private.hGabriel F. T. Gomes2017-04-102-0/+2
* Improve float range reduction accuracy near pi/2 (bug 21094).Joseph Myers2017-03-151-2/+2
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-018-8/+11
* Allow direct use of math_ldbl.h in testsuite.Zack Weinberg2017-02-257-30/+99
* Fix lgamma*, log10* and log2* results [BZ #21171]Tulio Magno Quites Machado Filho2017-02-1711-11/+11
* Fix y0 and y1 exception handling for zero input [BZ #21134]Gabriel F. T. Gomes2017-02-156-6/+6
* ldbl-128: Fix y0 and y1 for -Inf input [BZ #21130]Gabriel F. T. Gomes2017-02-122-12/+2
* Move w_exp to libm-compat-call-autoGabriel F. T. Gomes2017-02-087-2/+2
* Move w_lgamma_r to libm-compat-calls-autoGabriel F. T. Gomes2017-02-082-2/+2
* Fix powf inaccuracy (bug 21112).Joseph Myers2017-02-071-2/+2
* Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes2017-01-0442-42/+42
* 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