aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754
AgeCommit message (Expand)AuthorFilesLines
2017-08-03Consistently use uintN_t not u_intN_t in libm.Joseph Myers133-228/+228
2017-07-21Fix cexpl when compiled with latest GCCSteve Ellcey1-0/+1
2017-06-30float128: Add signbit alternative for old compilersGabriel F. T. Gomes1-1/+36
2017-06-23Add libio-mtsafe flags to the build of strfromf128Gabriel F. T. Gomes1-0/+4
2017-06-23Optimized version of powf()Paul Clarke1-101/+70
2017-06-22Support _Float128 in ldbl-96 bits/iscanonical.h.Joseph Myers1-0/+3
2017-06-22Fix float128_private.h redefinition of SET_RESTORE_ROUNDL.Joseph Myers1-1/+1
2017-06-22Make float128_private.h work with generic ieee754.h.Joseph Myers1-0/+4
2017-06-22Fix float128 uses of xlocale.h.Joseph Myers3-3/+3
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg9-13/+13
2017-06-20Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg2-2/+0
2017-06-12float128: Add strtof128, wcstof128, and related functions.Paul E. Murphy10-0/+291
2017-06-07float128: Add strfromf128Gabriel F. T. Gomes3-1/+31
2017-06-07Refactor PRINT_FPHEX_LONG_DOUBLE into a reusable macroGabriel F. T. Gomes2-85/+107
2017-06-07float128: Add conversion from float128 to mpnGabriel F. T. Gomes4-1/+27
2017-05-25float128: Add wrappers to override ldbl-128 as float128.Paul E. Murphy86-0/+646
2017-05-19Also create and use ldbl-compat-choose.h.Joseph Myers6-26/+8
2017-05-19Create and use first-versions.h with macros for function symbol versions.Joseph Myers1-32/+3
2017-05-15float128: Add private _Float128 declarations for libm.Paul E. Murphy1-0/+1
2017-05-09float128: Add _Float128 make bits to libm.Paul E. Murphy2-0/+148
2017-05-04ldbl-128: Use mathx_hidden_def inplace of hidden_defPaul E. Murphy3-3/+3
2017-04-10Remove unneeded declarations from math_private.hGabriel F. T. Gomes2-0/+2
2017-03-15Improve float range reduction accuracy near pi/2 (bug 21094).Joseph Myers1-2/+2
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg8-8/+11
2017-02-25Allow direct use of math_ldbl.h in testsuite.Zack Weinberg7-30/+99
2017-02-17Fix lgamma*, log10* and log2* results [BZ #21171]Tulio Magno Quites Machado Filho11-11/+11
2017-02-15Fix y0 and y1 exception handling for zero input [BZ #21134]Gabriel F. T. Gomes6-6/+6
2017-02-12ldbl-128: Fix y0 and y1 for -Inf input [BZ #21130]Gabriel F. T. Gomes2-12/+2
2017-02-08Move w_exp to libm-compat-call-autoGabriel F. T. Gomes7-2/+2
2017-02-08Move w_lgamma_r to libm-compat-calls-autoGabriel F. T. Gomes2-2/+2
2017-02-07Fix powf inaccuracy (bug 21112).Joseph Myers1-2/+2
2017-01-04Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes42-42/+42
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers296-296/+296
2016-12-31Add fromfp functions.Joseph Myers31-1/+687
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers8-1/+570
2016-12-20Add fmaxmag, fminmag functions.Joseph Myers5-1/+65
2016-12-16Make w_scalbln type-genericGabriel F. T. Gomes2-27/+3
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers3-0/+64
2016-12-14Make w_log1p type-genericGabriel F. T. Gomes2-46/+0
2016-12-07Fix hypot sNaN handling (bug 20940).Joseph Myers5-2/+10
2016-12-02Fix sysdeps/ieee754 pow handling of sNaN arguments (bug 20916).Joseph Myers4-11/+12
2016-12-02Fix pow (qNaN, 0) result with -lieee (bug 20919), remove dead parts of wrappers.Joseph Myers2-31/+2
2016-12-02Add llogb, llogbf, llogbl.Joseph Myers3-1/+33
2016-12-01Make ldbl-128 getpayload, setpayload functions use _Float128.Joseph Myers2-4/+4
2016-11-28Make ilogb wrappers type-generic.Joseph Myers3-10/+1
2016-11-24Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers7-1/+46
2016-11-19Add setpayload, setpayloadf, setpayloadl.Joseph Myers13-1/+418
2016-11-10Refactor some libm type-generic macros.Joseph Myers2-8/+6
2016-10-26Add canonicalize, canonicalizef, canonicalizel.Joseph Myers11-9/+108
2016-10-26Add getpayloadl to libnldbl.Joseph Myers2-1/+28