about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64/e_hypot.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* math: Remove the error handling wrapper from hypot and hypotfAdhemerval Zanella2021-12-131-4/+21
* math: Use fmin/fmax on hypotWilco Dijkstra2021-12-131-2/+3
* math: Improve hypot performance with FMAWilco Dijkstra2021-12-131-1/+16
* math: Use an improved algorithm for hypot (dbl-64)Wilco Dijkstra2021-12-131-143/+92
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-031-1/+4
* Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers2018-05-101-0/+1
* Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra2018-03-151-2/+2
* Consistently use uintN_t not u_intN_t in libm.Joseph Myers2017-08-031-3/+3
* Fix hypot sNaN handling (bug 20940).Joseph Myers2016-12-071-0/+2
* Fix hypot missing underflows (bug 18803).Joseph Myers2015-09-241-1/+3
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-1/+1
* Fix dbl-64 hypot spurious underflows (bug 16314).Joseph Myers2013-12-171-1/+1
* Fix hypot handling of subnormals (bug 16316, bug 16330).Joseph Myers2013-12-171-0/+11
* Format floating routines.Ondřej Bílka2013-10-171-66/+91
* Use <> for math.h and math_private.h everywhere.Richard Henderson2012-03-091-2/+2
* Optimize libmUlrich Drepper2011-10-121-16/+9
* Update.Ulrich Drepper1999-07-141-0/+128