aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/src/e_hypotl.c
Commit message (Expand)AuthorAgeFilesLines
* lib/msun: Cleanup after $FreeBSD$ removalSteve Kargl2024-01-281-1/+0
* lib: Remove ancient SCCS tags.Warner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Fix incorrect hypotl(3) result with subnormal numbersDimitry Andric2021-02-101-1/+1
* Add a macro nan_mix() and use it to get NaN results that are (bitwise)Bruce Evans2018-07-171-1/+1
* Move the macros GET_LDBL_EXPSIGN() and SET_LDBL_EXPSIGN() intoDavid Schultz2011-10-161-15/+0
* Remove a (bogus) remnant of debugging this on sparc64.David Schultz2008-03-311-1/+1
* Implement hypotl(). This is bde's conversion of fdlibm hypot(), with minorDavid Schultz2008-03-301-0/+139