about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-opt
Commit message (Expand)AuthorAgeFilesLines
* Use locale_t, not __locale_t, throughout glibcZack Weinberg2017-06-204-6/+6
* 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
* Move w_exp to libm-compat-call-autoGabriel F. T. Gomes2017-02-081-1/+1
* Move w_lgamma_r to libm-compat-calls-autoGabriel F. T. Gomes2017-02-082-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-0124-24/+24
* Add fromfp functions.Joseph Myers2016-12-316-1/+110
* Add roundeven, roundevenf, roundevenl.Joseph Myers2016-12-212-1/+29
* Add fmaxmag, fminmag functions.Joseph Myers2016-12-205-1/+65
* Refactor long double information into bits/long-double.h.Joseph Myers2016-12-141-0/+24
* Add llogb, llogbf, llogbl.Joseph Myers2016-12-023-1/+33
* Make ilogb wrappers type-generic.Joseph Myers2016-11-283-10/+1
* Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers2016-11-242-1/+28
* Add setpayload, setpayloadf, setpayloadl.Joseph Myers2016-11-192-1/+28
* Add canonicalize, canonicalizef, canonicalizel.Joseph Myers2016-10-263-1/+34
* Add getpayloadl to libnldbl.Joseph Myers2016-10-262-1/+28
* Add strfromd, strfromf, and strfroml functionsGabriel F. T. Gomes2016-10-252-0/+9
* Add totalordermag, totalordermagf, totalordermagl.Joseph Myers2016-10-152-1/+28
* Add totalorder, totalorderf, totalorderl.Joseph Myers2016-10-122-1/+28
* Build s_nan* objects from a generic templatePaul E. Murphy2016-09-203-10/+1
* Make ldexpF generic.Paul E. Murphy2016-09-202-6/+46
* 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
* Convert remaining complex function to generated filesPaul E. Murphy2016-08-2912-74/+28
* Convert _Complex tangent functions to generated codePaul E. Murphy2016-08-198-48/+0
* Convert _Complex sine functions to generated codePaul E. Murphy2016-08-198-48/+0
* Convert _Complex cosine functions to generated codePaul E. Murphy2016-08-198-48/+0
* Support for type-generic libm function implementations libmPaul E. Murphy2016-08-1712-60/+87
* Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan2016-06-163-1/+58
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-042-2/+2
* Fix lgamma setting signgam for ISO C (bug 15421).Joseph Myers2015-11-204-12/+18
* Make nextafter, nexttoward set errno (bug 6799).Joseph Myers2015-11-021-0/+3
* Make drem an alias of remainder (bug 16171).Joseph Myers2015-10-297-21/+8
* Fix nexttoward overflow in non-default rounding modes (bug 19059).Joseph Myers2015-10-021-2/+2
* Use math_narrow_eval more consistently.Joseph Myers2015-09-231-4/+1
* Make scalbn set errno (bug 6803).Joseph Myers2015-09-161-0/+3
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-081-1/+1
* Fixed powerpc64 build.Andrew Senkevich2015-06-191-0/+4
* Replace finite with isfinite.Wilco Dijkstra2015-06-031-1/+1
* This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t...Wilco Dijkstra2015-06-034-4/+4
* Use __copysign rather than copysign.Wilco Dijkstra2015-04-221-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-022-2/+2
* Remove IS_IN_libmSiddhesh Poyarekar2014-11-2410-10/+10
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-012-2/+2
* rename configure.in to configure.acMike Frysinger2013-10-302-1/+1
* Remove --disable-versioning.Joseph Myers2013-09-041-1/+1