History log of /freebsd-10-stable/lib/msun/src/e_hypotl.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 226412 16-Oct-2011 das

Move the macros GET_LDBL_EXPSIGN() and SET_LDBL_EXPSIGN() into
math_private.h, so they can be used elsewhere in the math library.


# 177793 31-Mar-2008 das

Remove a (bogus) remnant of debugging this on sparc64.


# 177756 30-Mar-2008 das

Implement hypotl(). This is bde's conversion of fdlibm hypot(), with minor
fixes for ld128 by me.