aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt
AgeCommit message (Expand)Author
2017-09-05Prefer new libm function wrappers for !LIBM_SVID_COMPAT.Joseph Myers
2017-09-01Obsolete pow10 functions.Joseph Myers
2017-08-03Consistently use uintN_t not u_intN_t in libm.Joseph Myers
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg
2017-05-19Also create and use ldbl-compat-choose.h.Joseph Myers
2017-05-19Create and use first-versions.h with macros for function symbol versions.Joseph Myers
2017-05-15float128: Add private _Float128 declarations for libm.Paul E. Murphy
2017-02-08Move w_exp to libm-compat-call-autoGabriel F. T. Gomes
2017-02-08Move w_lgamma_r to libm-compat-calls-autoGabriel F. T. Gomes
2017-01-04Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31Add fromfp functions.Joseph Myers
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers
2016-12-20Add fmaxmag, fminmag functions.Joseph Myers
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers
2016-12-02Add llogb, llogbf, llogbl.Joseph Myers
2016-11-28Make ilogb wrappers type-generic.Joseph Myers
2016-11-24Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers
2016-11-19Add setpayload, setpayloadf, setpayloadl.Joseph Myers
2016-10-26Add canonicalize, canonicalizef, canonicalizel.Joseph Myers
2016-10-26Add getpayloadl to libnldbl.Joseph Myers
2016-10-25Add strfromd, strfromf, and strfroml functionsGabriel F. T. Gomes
2016-10-15Add totalordermag, totalordermagf, totalordermagl.Joseph Myers
2016-10-12Add totalorder, totalorderf, totalorderl.Joseph Myers
2016-09-20Build s_nan* objects from a generic templatePaul E. Murphy
2016-09-20Make ldexpF generic.Paul E. Murphy
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-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-19Convert _Complex cosine functions to generated codePaul E. Murphy
2016-08-17Support for type-generic libm function implementations libmPaul E. Murphy
2016-06-16Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-11-20Fix lgamma setting signgam for ISO C (bug 15421).Joseph Myers
2015-11-02Make nextafter, nexttoward set errno (bug 6799).Joseph Myers
2015-10-29Make drem an alias of remainder (bug 16171).Joseph Myers
2015-10-02Fix nexttoward overflow in non-default rounding modes (bug 19059).Joseph Myers
2015-09-23Use math_narrow_eval more consistently.Joseph Myers
2015-09-16Make scalbn set errno (bug 6803).Joseph Myers
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers
2015-06-19Fixed powerpc64 build.Andrew Senkevich
2015-06-03Replace finite with isfinite.Wilco Dijkstra
2015-06-03This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t...Wilco Dijkstra
2015-04-22Use __copysign rather than copysign.Wilco Dijkstra
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-11-24Remove IS_IN_libmSiddhesh Poyarekar