about summary refs log tree commit diff
path: root/sysdeps/ieee754/flt-32/e_hypotf.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* 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-5/+16
* math: Simplify hypotf implementationAdhemerval Zanella2021-12-131-35/+28
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-031-1/+0
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-031-1/+4
* Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra2018-03-151-1/+1
* Fix hypot sNaN handling (bug 20940).Joseph Myers2016-12-071-2/+2
* Simplify hypotf infinity handling (bug 15918).Joseph Myers2015-09-151-10/+2
* Fix hypotf overflow/underflow by using double precision instead of scaling.David S. Miller2012-03-131-52/+25
* Use <> for math.h and math_private.h everywhere.Richard Henderson2012-03-091-2/+2
* Optimize libmUlrich Drepper2011-10-121-14/+7
* * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Remove theUlrich Drepper2005-09-061-3/+3
* * sysdeps/ieee754/flt-32/e_hypotf.c [!__STDC__]: Fix function name.Ulrich Drepper2005-08-301-2/+2
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-5/+5
* 2.5-18.1Jakub Jelinek2007-07-121-5/+5
* Update.Ulrich Drepper1999-07-141-0/+87