X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/9385eb3d10ebe5eb398c52040ec3dbfba9b0cdcf..eb1cde05bb040f65c511ae4fa854abf1628afdf2:/gdtoa/FreeBSD/gdtoa-strtord.c diff --git a/gdtoa/FreeBSD/gdtoa-strtord.c b/gdtoa/FreeBSD/gdtoa-strtord.c index 12213f9..709af4c 100644 --- a/gdtoa/FreeBSD/gdtoa-strtord.c +++ b/gdtoa/FreeBSD/gdtoa-strtord.c @@ -26,14 +26,8 @@ THIS SOFTWARE. ****************************************************************/ -/* Please send bug reports to - David M. Gay - Bell Laboratories, Room 2C-463 - 600 Mountain Avenue - Murray Hill, NJ 07974-0636 - U.S.A. - dmg@bell-labs.com - */ +/* Please send bug reports to David M. Gay (dmg at acm dot org, + * with " at " changed at "@" and " dot " changed to "."). */ #include "gdtoaimp.h" @@ -67,8 +61,8 @@ ULtod(ULong *L, ULong *bits, Long exp, int k) break; case STRTOG_NaN: - L[_0] = 0x7fffffff; - L[_1] = (ULong)-1; + L[0] = d_QNAN0; + L[1] = d_QNAN1; } if (k & STRTOG_Neg) L[_0] |= 0x80000000L;