Home
last modified time | relevance | path

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

12345678910

/external/blktrace/iowatcher/
Dmpstat.c270 val = strtod(cur, &nptr); in read_mpstat_event()
277 val = strtod(cur, &nptr); in read_mpstat_event()
283 val = strtod(cur, &nptr); in read_mpstat_event()
289 val = strtod(cur, &nptr); in read_mpstat_event()
295 val = strtod(cur, &nptr); in read_mpstat_event()
301 val = strtod(cur, &nptr); in read_mpstat_event()
/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-7.0/llvm/lib/Support/
DFileUtilities.cpp107 V1 = strtod(F1P, const_cast<char**>(&F1NumEnd)); in CompareNumbers()
108 V2 = strtod(F2P, const_cast<char**>(&F2NumEnd)); in CompareNumbers()
116 V1 = strtod(&StrTmp[0], const_cast<char**>(&F1NumEnd)); in CompareNumbers()
126 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/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/mesa3d/src/util/
Dstrtod.c66 return strtod(s, end); in _mesa_strtod()
83 return (float) strtod(s, end); in _mesa_strtof()
DMakefile.sources47 strtod.c \
48 strtod.h \
Dmeson.build71 'strtod.c',
72 'strtod.h',
/external/swiftshader/third_party/llvm-7.0/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/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/libcxx/include/support/android/
Dlocale_bionic.h56 return ::strtod(__nptr, __endptr); in strtod_l()
/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/utils/strings/
Dnumbers.cc57 *value = strtod(c_str, &temp); in ParseDouble()
/external/lua/src/
Dluaconf.h499 #define lua_str2number(s,p) strtod((s), (p))
652 #define lua_str2number(s,p) ((lua_Number)strtod((s), (p)))
/external/libcxx/include/support/xlocale/
D__strtonum_fallback.h30 return ::strtod(nptr, endptr); in strtod_l()
/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/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/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/tensorflow/tensorflow/lite/examples/label_image/
Dlabel_image.cc306 s.input_mean = strtod(optarg, nullptr); in Main()
334 s.input_std = strtod(optarg, nullptr); in Main()
/external/perfetto/src/traced/probes/ftrace/
Dcpu_stats_parser.cc40 return strtod(s + 1, nullptr); in ExtractDouble()

12345678910