Home
last modified time | relevance | path

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

123456

/external/libcxx/include/support/solaris/
Dfloatingpoint.h11 #define strtod sun_strtod macro
14 #undef strtod
/external/llvm/lib/Support/
DFileUtilities.cpp103 V1 = strtod(F1P, const_cast<char**>(&F1NumEnd)); in CompareNumbers()
104 V2 = strtod(F2P, const_cast<char**>(&F2NumEnd)); in CompareNumbers()
112 V1 = strtod(&StrTmp[0], const_cast<char**>(&F1NumEnd)); in CompareNumbers()
122 V2 = strtod(&StrTmp[0], const_cast<char**>(&F2NumEnd)); in CompareNumbers()
/external/valgrind/none/tests/ppc32/
Dpower5+_round.c52 inf = strtod("inf", NULL); in main()
53 neg0 = strtod("-0", NULL); in main()
54 nan = strtod("nan", NULL); in main()
/external/llvm/test/Transforms/InstCombine/
Dstrto-1.ll10 declare double @strtod(i8* %s, i8** %endptr, i32 %base)
11 ; CHECK: declare double @strtod(i8* readonly, i8** nocapture, i32)
37 call double @strtod(i8* %x, i8** null, i32 10)
38 ; CHECK-NEXT: call double @strtod(i8* nocapture %x, i8** null, i32 10)
/external/bison/lib/
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 - "
/external/protobuf/src/google/protobuf/io/
Dstrtod.cc84 double result = strtod(text, &temp_endptr); in NoLocaleStrtod()
94 result = strtod(localized_cstr, &localized_endptr); in NoLocaleStrtod()
/external/bison/linux-lib/
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
1144 _GL_WARN_ON_USE (strtod, "strtod is unportable - "
/external/bison/darwin-lib/
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
1144 _GL_WARN_ON_USE (strtod, "strtod is unportable - "
/external/clang/test/CodeGen/
Dlibcalls-fno-builtin.c23 double strtod(const char *nptr, char **endptr);
99 double t18(char **x) { return strtod("123.4", x); } in t18()
/external/iw/
Dibss.c139 rate = strtod(value, &end); in join_ibss()
162 rate = strtod(argv[0], &end); in join_ibss()
/external/libweave/third_party/chromium/base/third_party/dmg_fp/
Ddmg_fp.h14 double strtod(const char* s00, char** se);
/external/mesa3d/src/glsl/
Dstrtod.c55 return strtod(s, end); in glsl_strtod()
DMakefile.sources18 $(GLSL_SRCDIR)/strtod.c \
/external/iproute2/tc/
Dtc_util.c198 double bps = strtod(str, &p); in get_rate()
226 double bps = strtod(str, &p); in get_rate64()
280 t = strtod(str, &p); in get_time()
331 sz = strtod(str, &p); in get_size()
/external/minijail/
Dminijail0.c21 int uid = strtod(arg, &end); in set_user()
36 int gid = strtod(arg, &end); in set_group()
/external/google-benchmark/src/
Dsysinfo.cc166 cpuinfo_cycles_per_second = strtod(freqstr + 1, &err) * 1000000.0; in InitializeSystemInfo()
173 bogo_clock = strtod(freqstr + 1, &err) * 1000000.0; in InitializeSystemInfo()
Dcommandlineflags.cc63 const double double_value = strtod(str, &end); // NOLINT in ParseDouble()
/external/protobuf/vsprojects/
Dextract_includes.bat38 copy ..\src\google\protobuf\io\strtod.h include\google\protobuf\io\strtod.h
/external/libcxx/include/
Dcstdlib39 double strtod (const char* restrict nptr, char** restrict endptr);
109 using ::strtod;
/external/toybox/toys/posix/
Dsort.c185 double dx = strtod(x,&xx), dy = strtod(y,&yy); in compare_values()
/external/icu/icu4c/source/common/
Dcstring.h89 #define uprv_strtod(source, end) U_STANDARD_CPP_NAMESPACE strtod(source, end)
/external/libcxx/include/support/win32/
Dsupport.h58 _LIBCPP_ALWAYS_INLINE double strtod(const char *nptr, char **endptr) in strtod() function
/external/toybox/lib/
Dargs.c214 *f = strtod(arg, &arg); in gotflag()
306 FLOAT f = strtod(++options, &temp); in parse_optflaglist()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ftrandom/
Dftrandom.c602 error_fraction = strtod( argv[++i], &end ); in main()
624 font_size = (FT_F26Dot6)( strtod( argv[++i], &end ) * 64 ); in main()
/external/iptables/extensions/
Dlibxt_RATEEST.c56 t = strtod(str, &p); in RATEEST_get_time()

123456