Searched refs:strtod (Results 1 - 25 of 73) sorted by relevance

123

/freebsd-9.3-release/lib/libc/gdtoa/
H A DSymbol.map9 strtod;
H A DMakefile.inc9 strtod.c strtodg.c strtof.c strtord.c sum.c ulp.c
/freebsd-9.3-release/contrib/libreadline/
H A Dansi_stdlib.h30 extern double strtod ();
/freebsd-9.3-release/lib/libc/stdlib/
H A Datof.c48 return strtod(ascii, (char **)NULL);
H A 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
/freebsd-9.3-release/contrib/gdtoa/
H A Dstrtodnrp.c31 /* This is a variant of strtod that works on Intel ia32 systems */
42 strtod(s, sp) CONST char *s; char **sp; function
44 strtod(CONST char *s, char **sp)
H A 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\
H A Dgdtoa.h112 extern double strtod ANSI((CONST char *, char **));
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DFileUtilities.cpp104 V1 = strtod(F1P, const_cast<char**>(&F1NumEnd));
105 V2 = strtod(F2P, const_cast<char**>(&F2NumEnd));
113 V1 = strtod(&StrTmp[0], const_cast<char**>(&F1NumEnd));
123 V2 = strtod(&StrTmp[0], const_cast<char**>(&F2NumEnd));
/freebsd-9.3-release/tools/regression/lib/msun/
H A Dtest-nan.c28 * Test for nan(), nanf(), and nanl(). We also test that strtod("nan(...)")
82 ad[1] = strtod(nan_str, &end);
88 /* nan("") == strtod("nan") */
89 ad[3] = strtod("nan", NULL);
H A Dtest-ilogb.c51 d = strtod(buf, &end);
/freebsd-9.3-release/tools/regression/lib/libc/stdio/
H A Dtest-scanfloat.c262 /* strtod() should round small numbers to 0. */
273 * Tests specific to strtod().
276 assert(strtod("0xy", &endp) == 0);
282 assert(strtod("2e308", &endp) == DBL_MAX);
285 assert(strtod("2e308", &endp) == INFINITY);
288 assert(strtod("2e308", &endp) == DBL_MAX);
291 assert(strtod("2e308", &endp) == INFINITY);
/freebsd-9.3-release/contrib/libstdc++/config/locale/generic/
H A Dc_locale.cc62 double __d = strtod(__s, &__sanity);
96 double __d = strtod(__s, &__sanity);
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dstrtod.c1 /* Implementation of strtod for systems with atof.
27 @deftypefn Supplemental double strtod (const char *@var{string}, char **@var{endptr})
50 strtod (char *str, char **ptr) function
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dstrtod.c1 /* Implementation of strtod for systems with atof.
27 @deftypefn Supplemental double strtod (const char *@var{string}, char **@var{endptr})
50 strtod (char *str, char **ptr) function
/freebsd-9.3-release/contrib/libstdc++/include/c_compatibility/
H A Dstdlib.h60 using std::strtod;
/freebsd-9.3-release/contrib/ntp/util/
H A Dtimetrim.c90 value = strtod(argv[0], &rem);
/freebsd-9.3-release/contrib/libstdc++/include/c_std/
H A Dstd_cstdlib.h97 #undef strtod
133 using ::strtod;
/freebsd-9.3-release/usr.bin/systat/
H A Dcmds.c92 t = strtod(tmpstr1, NULL) * 1000000.0;
99 t = strtod(cp, NULL) * 1000000.0;
/freebsd-9.3-release/games/random/
H A Drandom.c125 denom = strtod(*argv, &ep);
/freebsd-9.3-release/usr.bin/calendar/
H A Dcalendar.c116 UTCOffset = strtod(optarg, NULL);
/freebsd-9.3-release/contrib/libstdc++/libmath/
H A Dmathconf.h303 # define strtof(s, e) strtod (s, e)
/freebsd-9.3-release/include/
H A Dstdlib.h106 double strtod(const char * __restrict, char ** __restrict);
/freebsd-9.3-release/lib/libc/posix1e/
H A Dacl_from_text_nfs4.c177 id = strtod(str, &end);
/freebsd-9.3-release/usr.sbin/watchdogd/
H A Dwatchdogd.c276 a = strtod(optarg, &p);

Completed in 205 milliseconds

123