aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt
AgeCommit message (Expand)Author
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
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-10-30rename configure.in to configure.acMike Frysinger
2013-09-04Remove --disable-versioning.Joseph Myers
2013-01-10Revert "Use ieee754/dbl-64/wordsize-64 on powerpc64"Andreas Schwab
2013-01-10Use ieee754/dbl-64/wordsize-64 on powerpc64Andreas Schwab
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-12-04Fix "conflicting types for built-in function" warnings from nldbl-*.c.Joseph Myers
2012-10-09Add missing magic to GLIBC_PROVIDES.Roland McGrath
2012-05-24Remove use of INTDEF/INTUSE in libioAndreas Schwab
2012-05-16Track dependencies for .oS-only objectsAndreas Schwab
2012-05-01Fix nexttoward bugs (bugs 2550, 2570).Joseph Myers
2012-04-17Fix ilogb exception and errno (bug 6794)Adhemerval Zanella