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

/barrelfish-master/include/cxx/support/solaris/
H A Dfloatingpoint.h10 #define strtod sun_strtod macro
13 #undef strtod macro
H A Dxlocale.h63 return strtod(__nptr, __endptr);
/barrelfish-master/lib/libc/stdlib/
H A Datof.c47 return strtod(ascii, (char **)NULL);
H A DMakefile.inc31 realpath.3 strfmon.3 strtod.3 strtol.3 strtonum.3 strtoul.3 system.3 \
50 MLINKS+=strtod.3 strtof.3 strtod.3 strtold.3
/barrelfish-master/lib/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 Dmakefile52 strtoIf.c strtoIg.c strtoIx.c strtoIxL.c strtod.c strtodI.c\
73 strtoIxL.c strtod.c strtodI.c strtodg.c strtodnrp.c strtof.c\
H A Dgdtoa.h112 extern double strtod ANSI((CONST char *, char **));
H A Dgdtoaimp.h44 * before invoking strtod or dtoa. If the machine uses (the equivalent
53 /* strtod for IEEE-, VAX-, and IBM-arithmetic machines.
55 * This strtod returns a nearest machine number to the input decimal
137 * conversions by strtod of strings of 800 digits and all gdtoa
143 * when INFNAN_CHECK is #defined, strtod checks
168 * precision conversions (which could also be done by the strtod in
172 * #define -DNO_ERRNO to suppress setting errno (in strtod.c and
511 * compile right now. The standard strtof and strtod survive.
647 extern double strtod ANSI((const char *s00, char **se));
669 * NAN_WORD0 and NAN_WORD1 are only referenced in strtod
[all...]
H A Dstrtod.c48 /* flag unnecessarily. It leads to a song and dance at the end of strtod. */
1078 strtod function
/barrelfish-master/include/cxx/support/android/
H A Dlocale_bionic.h49 return ::strtod(__nptr, __endptr);
/barrelfish-master/lib/libc/gdtoa/
H A DMakefile.inc9 strtod.c strtodg.c strtof.c strtord.c sum.c ulp.c
/barrelfish-master/lib/libc/tests/stdio/
H A Dscanfloat_test.c273 /* strtod() should round small numbers to 0. */
282 ATF_TC_WITHOUT_HEAD(strtod); variable
283 ATF_TC_BODY(strtod, tc)
289 ATF_REQUIRE(strtod("0xy", &endp) == 0);
295 ATF_REQUIRE(strtod("2e308", &endp) == DBL_MAX);
298 ATF_REQUIRE(strtod("2e308", &endp) == INFINITY);
301 ATF_REQUIRE(strtod("2e308", &endp) == DBL_MAX);
304 ATF_REQUIRE(strtod("2e308", &endp) == INFINITY);
313 ATF_TP_ADD_TC(tp, strtod);
/barrelfish-master/usr/tests/msun/
H A Dnan_test.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 Dilogb_test.c51 d = strtod(buf, &end);
/barrelfish-master/include/cxx/support/xlocale/
H A D__strtonum_fallback.h29 return ::strtod(nptr, endptr);
/barrelfish-master/include/
H A Dgdtoa.h112 extern double strtod ANSI((CONST char *, char **));
H A Dstdlib.h107 double strtod(const char * __restrict, char ** __restrict);
/barrelfish-master/include/lua/
H A Dluaconf.h47 #define LUA_USE_STRTODHEX /* assume 'strtod' handles hex formats */
56 #define LUA_USE_STRTODHEX /* assume 'strtod' handles hex formats */
418 ** In C99, 'strtod' does both conversions. C89, however, has no function
423 #define lua_str2number(s,p) strtod((s), (p))
426 #define lua_strx2number(s,p) strtod((s), (p))
/barrelfish-master/lib/libc/posix1e/
H A Dacl_from_text_nfs4.c177 id = strtod(str, &end);
/barrelfish-master/lib/cxx/cxx/
H A Dstring.cpp213 return as_float_helper<double>( func, s, idx, strtod );

Completed in 154 milliseconds