Home
last modified time | relevance | path

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

123456789

/third_party/musl/libc-test/src/functional/
Dstrtod_simple.c25 TEST(d2, strtod(buf, 0), d, "round trip fail %a != %a (%a)"); in main()
28 TEST(d, strtod("0x1p4", 0), 16.0, "hex float %a != %a"); in main()
29 TEST(d, strtod("0x1.1p4", 0), 17.0, "hex float %a != %a"); in main()
Dstrtod_long.c15 if ((x=strtod(buf, 0)) != want) in main()
Dstrtod.c69 x = strtod(t[i].s, &p); in main()
/third_party/libinput/tools/
Dptraccel-debug.c288 max_dx = strtod(optarg, NULL); in main()
295 step = strtod(optarg, NULL); in main()
302 speed = strtod(optarg, NULL); in main()
305 dpi = strtod(optarg, NULL); in main()
353 custom_deltas[nevents++] = strtod(buf, NULL); in main()
360 custom_deltas[nevents++] = strtod(argv[optind++], NULL); in main()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcharconv_benchmark.cc29 benchmark::DoNotOptimize(strtod(pi, nullptr)); in BM_Strtod_Pi()
71 benchmark::DoNotOptimize(strtod(num, nullptr)); in BM_Strtod_HardLarge()
92 benchmark::DoNotOptimize(strtod(num, nullptr)); in BM_Strtod_HardSmall()
114 benchmark::DoNotOptimize(strtod(num, nullptr)); in BM_Strtod_HugeMantissa()
160 benchmark::DoNotOptimize(strtod(begin, nullptr)); in BM_Strtod_Big_And_Difficult()
/third_party/musl/porting/liteos_m/kernel/src/stdlib/
Dstrtod.c22 double strtod(const char *restrict s, char **restrict p) in strtod() function
33 weak_alias(strtod, strtod_l);
36 weak_alias(strtod, __strtod_l);
Datof.c5 return strtod(s, 0); in atof()
/third_party/musl/porting/uniproton/kernel/src/stdlib/
Dstrtod.c22 double strtod(const char *restrict s, char **restrict p) in strtod() function
33 weak_alias(strtod, strtod_l);
36 weak_alias(strtod, __strtod_l);
Datof.c5 return strtod(s, 0); in atof()
/third_party/ffmpeg/tests/
Dfate-valgrind.supp12 eval-strtod
19 eval-strtod
26 eval-strtod
/third_party/ffmpeg/compat/
Dstrtod.c42 #undef strtod
43 double strtod(const char *, char **);
86 res = strtod(nptr, (char **)&end); in avpriv_strtod()
/third_party/icu/vendor/double-conversion/upstream/
DBUILD19 "double-conversion/strtod.cc",
32 "double-conversion/strtod.h",
63 "test/cctest/test-strtod.cc",
74 "test-strtod",
DCMakeLists.txt20 double-conversion/strtod.h
31 double-conversion/strtod.cc
/third_party/mesa3d/src/util/
Dstrtod.c66 return strtod(s, end); in _mesa_strtod()
83 return (float) strtod(s, end); in _mesa_strtof()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileUtilities.cpp109 V1 = strtod(F1P, const_cast<char**>(&F1NumEnd)); in CompareNumbers()
110 V2 = strtod(F2P, const_cast<char**>(&F2NumEnd)); in CompareNumbers()
118 V1 = strtod(&StrTmp[0], const_cast<char**>(&F1NumEnd)); in CompareNumbers()
128 V2 = strtod(&StrTmp[0], const_cast<char**>(&F2NumEnd)); in CompareNumbers()
/third_party/icu/vendor/double-conversion/
Dpull-from-upstream.sh65 do_patch_prefix_extension strtod cc cpp;
66 do_patch_prefix_extension strtod h h;
/third_party/icu/vendor/double-conversion/upstream/test/cctest/
DCMakeLists.txt16 test-strtod.cc
53 COMMAND $<TARGET_FILE:cctest> test-strtod)
/third_party/rust/crates/minimal-lexical/etc/correctness/
DREADME.md5strtod/strtod_tests.toml) tests are provided [Hrvoje Abraham](https://github.com/ahrvoje) under an…
/third_party/musl/libc-test/src/math/gen/
Drnd.c251 a = strtod(optarg,&e); in main()
256 b = strtod(optarg,&e); in main()
261 m = strtod(optarg,&e); in main()
Dtoa.c18 d = strtod(argv[i], &eptr); in main()
/third_party/musl/src/stdlib/
Datof.c5 return strtod(s, 0); in atof()
/third_party/ltp/tools/sparse/sparse-src/
Dcompat-mingw.c52 return strtod(nptr, endptr); in string_to_ld()
Dcompat-cygwin.c55 return strtod(nptr, endptr); in string_to_ld()
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
DSConscript10 'strtod.cc'
/third_party/musl/src/locale/
Dstrtod_l.c12 return strtod(s, p); in strtod_l()

123456789