Home
last modified time | relevance | path

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

12345678

/external/libcxx/include/support/solaris/
Dfloatingpoint.h11 #define strtod sun_strtod macro
14 #undef strtod
Dxlocale.h64 return strtod(__nptr, __endptr); in strtod_l()
/external/swiftshader/third_party/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()
/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/mesa3d/src/util/
Dstrtod.c66 return strtod(s, end); in _mesa_strtod()
83 return (float) strtod(s, end); in _mesa_strtof()
DMakefile.sources40 strtod.c \
41 strtod.h \
/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/protobuf/src/google/protobuf/io/
Dstrtod.cc86 double result = strtod(text, &temp_endptr); in NoLocaleStrtod()
96 result = strtod(localized_cstr, &localized_endptr); in NoLocaleStrtod()
/external/clang/test/CodeGen/
Dlibcalls-fno-builtin.c30 double strtod(const char *nptr, char **endptr);
106 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/syslinux/com32/include/
Dmath.h13 double strtod(const char *, char **);
/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/libtextclassifier/util/strings/
Dnumbers.cc57 *value = strtod(c_str, &temp); in ParseDouble()
/external/tensorflow/tensorflow/contrib/lite/examples/label_image/
Dlabel_image.cc264 s.input_mean = strtod(optarg, NULL); in Main()
280 s.input_std = strtod(optarg, NULL); in Main()
/external/libcxx/include/support/xlocale/
D__strtonum_fallback.h30 return ::strtod(nptr, endptr); in strtod_l()
/external/python/cpython3/Lib/test/
Dtest_strtod.py27 def strtod(s, mant_dig=53, min_exp = -1021, max_exp = 1024): function
101 expected = strtod(s)
/external/python/cpython2/Lib/test/
Dtest_strtod.py28 def strtod(s, mant_dig=53, min_exp = -1021, max_exp = 1024): function
102 expected = strtod(s)
/external/syslinux/com32/lib/math/
Dstrtod.c47 double strtod(const char *str, char **endptr) in strtod() function
/external/libcxx/include/
Dcstdlib39 double strtod (const char* restrict nptr, char** restrict endptr);
112 using ::strtod;
/external/perf_data_converter/src/quipper/
Dperf_stat_parser.cc71 double seconds = strtod(str.c_str(), &endptr); in SecondsStringToMillisecondsUint64()
/external/perfetto/src/ftrace_reader/
Dcpu_stats_parser.cc39 return strtod(s + 1, nullptr); in ExtractDouble()
/external/python/cpython2/Python/
Dstrtod.c65 double strtod(char *str, char **ptr) in strtod() function
/external/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/
Dnull_syscall.c100 d = strtod(p + 1, &end); in get_proc_frequency()
/external/tensorflow/tensorflow/contrib/lite/testing/
Dsplit.h69 fields.push_back(strtod(s.data() + p.first, nullptr)); in Split()

12345678