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

1234567

/external/libcxx/include/support/solaris/
H A Dfloatingpoint.h11 #define strtod sun_strtod macro
14 #undef strtod macro
/external/chromium_org/base/third_party/dmg_fp/
H A Ddmg_fp.h14 double strtod(const char* s00, char** se);
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dstrtod.c36 #include "strtod.h"
41 * Wrapper around strtod which uses the "C" locale so the decimal
55 return strtod(s, end);
/external/mesa3d/src/glsl/
H A Dstrtod.c36 #include "strtod.h"
41 * Wrapper around strtod which uses the "C" locale so the decimal
55 return strtod(s, end);
/external/valgrind/main/none/tests/ppc32/
H A Dpower5+_round.c52 inf = strtod("inf", NULL);
53 neg0 = strtod("-0", NULL);
54 nan = strtod("nan", NULL);
/external/clang/test/CodeGen/
H A Dlibcalls-fno-builtin.c23 double strtod(const char *nptr, char **endptr);
99 double t18(char **x) { return strtod("123.4", x); }
101 // CHECK: strtod
/external/llvm/lib/Support/
H A DFileUtilities.cpp103 V1 = strtod(F1P, const_cast<char**>(&F1NumEnd));
104 V2 = strtod(F2P, const_cast<char**>(&F2NumEnd));
112 V1 = strtod(&StrTmp[0], const_cast<char**>(&F1NumEnd));
122 V2 = strtod(&StrTmp[0], const_cast<char**>(&F2NumEnd));
/external/bison/darwin-lib/
H A Dstdlib.h1128 # define strtod rpl_strtod
1130 _GL_FUNCDECL_RPL (strtod, double, (const char *str, char **endp)
1132 _GL_CXXALIAS_RPL (strtod, double, (const char *str, char **endp));
1135 _GL_FUNCDECL_SYS (strtod, double, (const char *str, char **endp)
1138 _GL_CXXALIAS_SYS (strtod, double, (const char *str, char **endp));
1140 _GL_CXXALIASWARN (strtod);
1142 # undef strtod macro
1144 _GL_WARN_ON_USE (strtod, "strtod is unportable - "
1145 "use gnulib module strtod fo
[all...]
/external/bison/linux-lib/
H A Dstdlib.h1128 # define strtod rpl_strtod
1130 _GL_FUNCDECL_RPL (strtod, double, (const char *str, char **endp)
1132 _GL_CXXALIAS_RPL (strtod, double, (const char *str, char **endp));
1135 _GL_FUNCDECL_SYS (strtod, double, (const char *str, char **endp)
1138 _GL_CXXALIAS_SYS (strtod, double, (const char *str, char **endp));
1140 _GL_CXXALIASWARN (strtod);
1142 # undef strtod macro
1144 _GL_WARN_ON_USE (strtod, "strtod is unportable - "
1145 "use gnulib module strtod fo
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dcommandlineflags.h159 return strtod(system_property_value, NULL);
178 (!getenv(envname) ? (dflt) : strtod(getenv(envname), NULL))
/external/bison/lib/
H A Dstdlib.in.h806 # define strtod rpl_strtod
808 _GL_FUNCDECL_RPL (strtod, double, (const char *str, char **endp)
810 _GL_CXXALIAS_RPL (strtod, double, (const char *str, char **endp));
813 _GL_FUNCDECL_SYS (strtod, double, (const char *str, char **endp)
816 _GL_CXXALIAS_SYS (strtod, double, (const char *str, char **endp));
818 _GL_CXXALIASWARN (strtod);
820 # undef strtod
822 _GL_WARN_ON_USE (strtod, "strtod is unportable - "
823 "use gnulib module strtod fo
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dcommandlineflags.h129 (!getenv(envname) ? (dflt) : strtod(getenv(envname), NULL))
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dluaconf.h47 #define LUA_USE_STRTODHEX /* assume 'strtod' handles hex formats */
56 #define LUA_USE_STRTODHEX /* assume 'strtod' handles hex formats */
417 ** In C99, 'strtod' does both conversions. C89, however, has no function
422 #define lua_str2number(s,p) strtod((s), (p))
425 #define lua_strx2number(s,p) strtod((s), (p))
/external/iproute2/tc/
H A Dtc_util.c149 double bps = strtod(str, &p);
232 t = strtod(str, &p);
283 sz = strtod(str, &p);
H A Dq_sfb.c44 d = strtod(arg, &ptr);
/external/chromium_org/base/test/
H A Dgtest_xml_util.cc182 TimeDelta::FromMicroseconds(strtod(test_time_str.c_str(), NULL) *
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_xml_parser.cc174 double value = strtod(attribute, &attr_end);
/external/chromium_org/third_party/icu/source/common/
H A Dcstring.h89 #define uprv_strtod(source, end) U_STANDARD_CPP_NAMESPACE strtod(source, end)
/external/chromium_org/third_party/skia/src/utils/
H A DSkParse.cpp206 float v = (float)strtod(str, &stop);
/external/icu/icu4c/source/common/
H A Dcstring.h89 #define uprv_strtod(source, end) U_STANDARD_CPP_NAMESPACE strtod(source, end)
/external/iptables/extensions/
H A Dlibxt_RATEEST.c56 t = strtod(str, &p);
/external/libcxx/include/support/win32/
H A Dsupport.h55 _LIBCPP_ALWAYS_INLINE double strtod(const char *nptr, char **endptr) function
/external/libcxx/test/depr/depr.c.headers/
H A Dstdlib_h.pass.cpp47 static_assert((std::is_same<decltype(strtod("", endptr)), double>::value), "");
/external/skia/src/utils/
H A DSkParse.cpp206 float v = (float)strtod(str, &stop);
/external/srec/portable/include/
H A Dptypes.h290 * LCHAR version of strtod()
292 #define LSTRTOD strtod

Completed in 3292 milliseconds

1234567