summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-96
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary math_private.h includes.Joseph Myers2018-09-283-3/+0
* Use copysign functions not __copysign functions in glibc libm.Joseph Myers2018-09-275-10/+11
* Use round functions not __round functions in glibc libm.Joseph Myers2018-09-272-1/+2
* Use trunc functions not __trunc functions in glibc libm.Joseph Myers2018-09-201-2/+2
* Use ceil functions not __ceil functions in glibc libm.Joseph Myers2018-09-171-2/+2
* Use rint functions not __rint functions in glibc libm.Joseph Myers2018-09-141-1/+1
* Use floor functions not __floor functions in glibc libm.Joseph Myers2018-09-142-4/+4
* Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h.Joseph Myers2018-09-046-6/+0
* Do not include fenv_private.h in math_private.h.Joseph Myers2018-09-0311-0/+11
* Fix ldbl-96 fma (Inf, Inf, finite) (bug 23272).aaribaud/y2038-rfc-3-baseJoseph Myers2018-06-111-8/+6
* Add narrowing divide functions.Joseph Myers2018-05-172-0/+64
* math: Merge strtod_nan_*.h into math-type-macros-*.hFlorian Weimer2018-05-161-3/+2
* Add narrowing multiply functions.Joseph Myers2018-05-162-0/+64
* Do not include math-barriers.h in math_private.h.Joseph Myers2018-05-116-0/+6
* Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers2018-05-1013-0/+13
* Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers2018-05-091-0/+1
* Add narrowing subtract functions.Joseph Myers2018-03-202-0/+64
* Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra2018-03-158-18/+18
* Add narrowing add functions.Joseph Myers2018-02-102-0/+64
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0143-43/+43
* Don't make local variables static in ldbl-96 j1l.Joseph Myers2017-12-061-1/+1
* Support strtof64x, wcstof64x aliases.Joseph Myers2017-11-241-0/+15
* Use libm_alias_double in ldbl-128, ldbl-96 fma.Joseph Myers2017-10-061-1/+2
* Use libm_alias_ldouble for ldbl-96 functions.Joseph Myers2017-10-0531-30/+55
* Add C++ versions of iscanonical for ldbl-96 and ldbl-128ibm (bug 22235)Gabriel F. T. Gomes2017-10-031-1/+18
* Make more libm functions into weak aliases.Joseph Myers2017-09-1410-10/+20
* Move exp compat wrappers under math/Szabolcs Nagy2017-09-131-37/+0
* Prefer new libm function wrappers for !LIBM_SVID_COMPAT.Joseph Myers2017-09-051-0/+2
* Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers2017-08-211-0/+1
* Consistently use uintN_t not u_intN_t in libm.Joseph Myers2017-08-0327-54/+54
* Support _Float128 in ldbl-96 bits/iscanonical.h.Joseph Myers2017-06-221-0/+3
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-012-2/+3
* Allow direct use of math_ldbl.h in testsuite.Zack Weinberg2017-02-253-11/+33
* Move w_exp to libm-compat-call-autoGabriel F. T. Gomes2017-02-081-0/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0143-43/+43
* Add fromfp functions.Joseph Myers2016-12-315-0/+100
* Add roundeven, roundevenf, roundevenl.Joseph Myers2016-12-211-0/+124
* Refactor long double information into bits/long-double.h.Joseph Myers2016-12-141-0/+20
* Fix hypot sNaN handling (bug 20940).Joseph Myers2016-12-071-0/+2
* Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers2016-11-241-0/+3
* Add setpayload, setpayloadf, setpayloadl.Joseph Myers2016-11-192-0/+71
* Refactor some libm type-generic macros.Joseph Myers2016-11-101-4/+3
* Add canonicalize, canonicalizef, canonicalizel.Joseph Myers2016-10-264-4/+37
* Add getpayload, getpayloadf, getpayloadl.Joseph Myers2016-10-191-0/+32
* Define HIGH_ORDER_BIT_IS_SET_FOR_SNAN to 0 or 1.Joseph Myers2016-10-173-3/+6
* Add totalordermag, totalordermagf, totalordermagl.Joseph Myers2016-10-152-1/+62
* Add totalorder, totalorderf, totalorderl.Joseph Myers2016-10-123-1/+128
* Add iscanonical.Joseph Myers2016-09-304-0/+213
* Merge common usage of mul_split functionPaul E. Murphy2016-08-193-98/+8
* Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan2016-06-161-0/+84