Home
last modified time | relevance | path

Searched refs:strtod (Results 1 – 25 of 93) sorted by relevance

1234

/freebsd-9-stable/contrib/gdtoa/
Dchanges24 strtod return HUGE_VAL only if __STDC__ is defined; otherwise have it
30 dtoa.c: tweak strtod (one-line addition) so the end-pointer = start
34 dtoa.c: adjust treatment of exponent field (in strtod) to behave
58 dtoa.c: fix bug in strtod's handling of numbers with very
60 fix storage leak in strtod with underflows and overflows near
96 (or the equivalent) on 80x87 machines before calling strtod or dtoa.
100 strtod check (case insensitively) for "Infinity" and "NaN" on machines
110 dtoa.c: strtod: on IEEE systems, scale to avoid intermediate
118 dtoa.c: strtod: fix a glitch introduced with the scaling of 19970212
126 dtoa.c: strtod: fix another glitch with scaling to avoid underflow
[all …]
DREADME16 are generalizations of the strtod and dtoa routines described in
64 strtod
99 Functions strtod and strtof have "natural" return types, float and
100 double -- strtod is specified by the C standard, and strtof appears
113 Source files g_ddfmt.c, misc.c, smisc.c, strtod.c, strtodg.c, and ulp.c
132 By default, the core routine strtodg and strtod set errno to ERANGE
136 Routine strtod is based on netlib's "dtoa.c from fp", and
137 (f = strtod(s,se)) is more efficient for some conversions than, say,
138 strtord(s,se,1,&f). Parts of strtod require true IEEE double
149 Source file strtodnrp.c gives a strtod that does not require 53-bit
[all …]
Dstrtodnrp.c42 strtod(s, sp) CONST char *s; char **sp; in strtod() function
44 strtod(CONST char *s, char **sp)
Dmakefile50 strtoIf.c strtoIg.c strtoIx.c strtoIxL.c strtod.c strtodI.c\
71 strtoIxL.c strtod.c strtodI.c strtodg.c strtodnrp.c strtof.c\
/freebsd-9-stable/contrib/llvm/lib/Support/
DFileUtilities.cpp104 V1 = strtod(F1P, const_cast<char**>(&F1NumEnd)); in CompareNumbers()
105 V2 = strtod(F2P, const_cast<char**>(&F2NumEnd)); in CompareNumbers()
113 V1 = strtod(&StrTmp[0], const_cast<char**>(&F1NumEnd)); in CompareNumbers()
123 V2 = strtod(&StrTmp[0], const_cast<char**>(&F2NumEnd)); in CompareNumbers()
/freebsd-9-stable/tools/regression/lib/libc/stdio/
Dtest-scanfloat.c276 assert(strtod("0xy", &endp) == 0); in main()
282 assert(strtod("2e308", &endp) == DBL_MAX); in main()
285 assert(strtod("2e308", &endp) == INFINITY); in main()
288 assert(strtod("2e308", &endp) == DBL_MAX); in main()
291 assert(strtod("2e308", &endp) == INFINITY); in main()
/freebsd-9-stable/lib/libc/stdlib/
DMakefile.inc28 realpath.3 strfmon.3 strtod.3 strtol.3 strtonum.3 strtoul.3 system.3 \
47 MLINKS+=strtod.3 strtof.3 strtod.3 strtold.3
Datof.c48 return strtod(ascii, (char **)NULL);
/freebsd-9-stable/tools/regression/lib/msun/
Dtest-nan.c82 ad[1] = strtod(nan_str, &end); in testnan()
89 ad[3] = strtod("nan", NULL); in testnan()
Dtest-ilogb.c51 d = strtod(buf, &end); in main()
/freebsd-9-stable/contrib/libstdc++/config/locale/generic/
Dc_locale.cc62 double __d = strtod(__s, &__sanity); in _GLIBCXX_BEGIN_NAMESPACE()
96 double __d = strtod(__s, &__sanity); in __convert_to_v()
/freebsd-9-stable/usr.bin/systat/
Dcmds.c92 t = strtod(tmpstr1, NULL) * 1000000.0; in command()
99 t = strtod(cp, NULL) * 1000000.0; in command()
/freebsd-9-stable/contrib/libstdc++/include/c_std/
Dstd_cstdlib.h97 #undef strtod
133 using ::strtod;
/freebsd-9-stable/contrib/libreadline/
Dansi_stdlib.h30 extern double strtod ();
/freebsd-9-stable/lib/libc/gdtoa/
DSymbol.map9 strtod;
DMakefile.inc9 strtod.c strtodg.c strtof.c strtord.c sum.c ulp.c
/freebsd-9-stable/contrib/libstdc++/include/c_compatibility/
Dstdlib.h60 using std::strtod;
/freebsd-9-stable/contrib/ntp/util/
Dtimetrim.c90 value = strtod(argv[0], &rem); in main()
/freebsd-9-stable/contrib/binutils/libiberty/
Dstrtod.c50 strtod (char *str, char **ptr) in strtod() function
/freebsd-9-stable/contrib/gcclibs/libiberty/
Dstrtod.c50 strtod (char *str, char **ptr) in strtod() function
/freebsd-9-stable/games/random/
Drandom.c125 denom = strtod(*argv, &ep); in main()
/freebsd-9-stable/contrib/libc++/include/
Dcstdlib39 double strtod (const char* restrict nptr, char** restrict endptr);
109 using ::strtod;
/freebsd-9-stable/contrib/gcc/config/
Ddfp-bit.h247 #define STR_TO_BFP strtod
255 #define STR_TO_BFP strtod
/freebsd-9-stable/usr.bin/calendar/
Dcalendar.c116 UTCOffset = strtod(optarg, NULL); in main()
/freebsd-9-stable/usr.bin/rctl/
Drctl.c66 id = strtod(s, &end); in parse_user()
87 id = strtod(s, &end); in parse_group()

1234