Lines Matching refs:strtod
159 * libc/stdlib/strtod.c (match): Move from here...
1428 * libc/stdlib/strtod.c (sulp): Cast to int32_t to avoid overflow.
1902 * libc/stdlib/strtold.c (strtold): Ditto. Call strtod on systems
2196 libc/stdlib/strtod.c, libc/stdlib/strtol.c, libc/stdlib/strtoll.c,
2402 libc/stdlib/mbtowc_r.c, libc/stdlib/strtod.c,
2829 * libc/stdlib/strtod.c (fpi): Constify.
3025 * libc/stdlib/strtod.c: Manual update to latest algorithm from NetBSD.
3302 * libc/stdlib/strtod.c (_strtod_r): Revert change from 2011-05-16.
4217 * libc/stdlib/strtod.c (_strtod_r): Fix nf/nd counts to not exceed
4502 * libc/stdlib/strtod.c (_strtod_r): Fix code to handle case whereby
5585 * libc/stdlib/strtod.c: Correct "NO_REENT" to "_REENT_ONLY".
6117 * libc/stdlib/strtod.c: Remove use of USE_LOCALE.
7505 * libc/stdlib/strtod.c: Added #include <stdlib.h> to get function
8315 * libc/stdlib/strtod.c (_strtod_r): Change local variables aadj,
8862 Fix strtod("nan()", ptr).
8893 Fix strtod("-0x", NULL).
8894 * libc/stdlib/strtod.c (_strtod_r): Fall back to 0 if hex parse
9643 * libc/stdlib/strtod.c: Add checks for _DOUBLE_IS_32BITS
11434 * libc/stdlib/strtod.c: Add checks for _DOUBLE_IS_32BITS
11449 * libc/stdlib/strtod.c: Rebased on David M. Gay's gdtoa-strtod.c
12829 * libc/stdlib/strtod.c (_strtod_r): Never change s00.
13126 * libc/stdlib/strtod.c (_strtod_r): Add NaN support.
13130 functions for use by strtod and strtof.
16256 * libc/stdlib/strtod.c (strtodf): Renamed to strtof.
19713 * libc/stdlib/strtod.c (strtod): Changed to call _strtod_r with
20768 * libc/stdlib/strtod.c: Ditto.
21319 * libc/stdlib/strtod.c: Ditto.
21391 * libc/stdlib/strtod.c: Change from unsigned long to ULong.
22396 * libc/stdlib/strtod.c (_strtod_r): Likewise.
24254 * libc/stdlib/strtod.c (_strtod_r): Changed to not assign to
24444 ecvtbuf.o, mprec.o and strtod.o. Sort dependencies.
25180 * libc/stdlib/{dtoa.c, strtod.c}: Merged assorted changes that
25268 * libc/stdlib/strtod.c (_strtod_r): Ditto.
26790 mprec.c, mprec.h, rand.c, std.h, strtod.c, strtol.c, strtoul.c,
26922 strtod.c strtol.c strtoul.c system.c wctomb.c mprec.h}
26994 * libc/stdlib/{dtoa.c, ecvtbuf.c, mprec.c, strtod.c}: Include
27078 libc/stdlib/setenv.c, libc/stdlib/std.h, libc/stdlib/strtod.c,
27606 * libc/stdlib/Makefile.in, efgcvt.c, strtod.c: modified to use new
27705 atof, atoff, strtod, strtodf, atoi, atol, strtol, ecvtbuf, ecvt,
27716 * libc/stdlib/div.c, libc/stdlib/ldiv.c, libc/stdlib/strtod.c,