about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-opt
Commit message (Expand)AuthorAgeFilesLines
...
* Use generic macros for lgamma_r function aliases.Joseph Myers2017-10-092-12/+0
* Remove ldbl-opt w_scalbln.c.Joseph Myers2017-10-091-5/+0
* Use libm_alias_double for dbl-64 fma.Joseph Myers2017-10-041-5/+0
* Use libm_alias_double for dbl-64 modf.Joseph Myers2017-10-031-5/+1
* Use libm_alias_double for dbl-64 logb.Joseph Myers2017-10-031-5/+0
* Use libm_alias_double for dbl-64 frexp.Joseph Myers2017-10-031-5/+1
* Use libm_alias_double for more dbl-64 functions.Joseph Myers2017-10-039-45/+0
* Use libm_alias_double for dbl-64 atan, tan.Joseph Myers2017-10-022-10/+0
* Use libm_alias_double for some dbl-64 functions.Joseph Myers2017-09-2911-66/+1
* Fix powerpc64le problem from last ldbl-opt patch.Joseph Myers2017-09-182-0/+16
* Use libm_alias_ldouble in math/.Joseph Myers2017-09-1822-143/+0
* Use libm_alias_double in math/.Joseph Myers2017-09-1522-103/+0
* Define and use libm_alias_ldouble.Joseph Myers2017-09-132-38/+41
* Move exp compat wrappers under math/Szabolcs Nagy2017-09-132-1/+8
* Clear up log1p, ldexp, scalbn, scalbln compat handling.Joseph Myers2017-09-137-40/+10
* Define and use libm_alias_double.Joseph Myers2017-09-135-18/+58
* Prefer new libm function wrappers for !LIBM_SVID_COMPAT.Joseph Myers2017-09-0521-3/+45
* Obsolete pow10 functions.Joseph Myers2017-09-014-12/+18
* Consistently use uintN_t not u_intN_t in libm.Joseph Myers2017-08-031-2/+2
* 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