aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/flt-32/e_hypotf.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-12-13math: Remove the error handling wrapper from hypot and hypotfAdhemerval Zanella1-5/+16
2021-12-13math: Simplify hypotf implementationAdhemerval Zanella1-35/+28
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar1-1/+0
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra1-1/+4
2018-03-15Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra1-1/+1
2016-12-07Fix hypot sNaN handling (bug 20940).Joseph Myers1-2/+2
2015-09-15Simplify hypotf infinity handling (bug 15918).Joseph Myers1-10/+2
2012-03-13Fix hypotf overflow/underflow by using double precision instead of scaling.David S. Miller1-52/+25
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson1-2/+2
2011-10-12Optimize libmUlrich Drepper1-14/+7
2005-09-06* sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Remove theUlrich Drepper1-3/+3
2005-08-30* sysdeps/ieee754/flt-32/e_hypotf.c [!__STDC__]: Fix function name.Ulrich Drepper1-2/+2
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-5/+5
2007-07-122.5-18.1Jakub Jelinek1-5/+5
1999-07-14Update.Ulrich Drepper1-0/+87