Home
last modified time | relevance | path

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

123456

/third_party/musl/porting/liteos_m/kernel/src/stdlib/
H A 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);
H A Datof.c5 return strtod(s, 0); in atof()
/third_party/musl/porting/uniproton/kernel/src/stdlib/
H A 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);
H A Datof.c5 return strtod(s, 0); in atof()
/third_party/musl/libc-test/src/functional/
H A 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()
H A Dstrtod_long.c15 if ((x=strtod(buf, 0)) != want) in main()
16 t_error("strtod(.11[...]1) got %a want %a\n", x, want); in main()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A 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/libinput/tools/
H A Dptraccel-debug.c303 max_dx = strtod(optarg, NULL); in main()
310 step = strtod(optarg, NULL); in main()
317 speed = strtod(optarg, NULL); in main()
320 dpi = strtod(optarg, NULL); in main()
348 custom_func.step = strtod(optarg, NULL); in main()
402 custom_deltas[nevents++] = strtod(buf, NULL); in main()
409 custom_deltas[nevents++] = strtod(argv[optind++], NULL); in main()
/third_party/ffmpeg/compat/
H A Dstrtod.c2 * C99-compatible strtod() implementation
42 #undef strtod macro
43 double strtod(const char *, char **);
86 res = strtod(nptr, (char **)&end); in avpriv_strtod()
/third_party/mesa3d/src/util/
H A Dstrtod.c37 #include "strtod.h"
57 * Wrapper around strtod which uses the "C" locale so the decimal
66 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/
H A 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/
H A Dpull-from-upstream.sh65 do_patch_prefix_extension strtod cc cpp;
66 do_patch_prefix_extension strtod h h;
/third_party/musl/src/stdlib/
H A Datof.c5 return strtod(s, 0); in atof()
H A Dstrtod.c23 double strtod(const char *restrict s, char **restrict p) in strtod() function
/third_party/musl/libc-test/src/math/gen/
H A Drnd.c251 a = strtod(optarg,&e); in main()
256 b = strtod(optarg,&e); in main()
261 m = strtod(optarg,&e); in main()
H A Dprev.c20 d = strtod(argv[i], &eptr); in main()
H A Dnext.c20 d = strtod(argv[i], &eptr); in main()
H A Dtoe.c18 d = strtod(argv[i], &eptr); in main()
H A Dtog.c18 d = strtod(argv[i], &eptr); in main()
H A Dtof.c18 d = strtod(argv[i], &eptr); in main()
H A Dtoa.c18 d = strtod(argv[i], &eptr); in main()
/third_party/alsa-lib/src/control/
H A Dctlparse.c71 val = (long)convert_prange1(strtod(s, NULL), min, max); in get_integer()
99 val = (long long)convert_prange1(strtod(s, NULL), min, max); in get_integer64()
/third_party/ltp/tools/sparse/sparse-src/
H A Dcompat-mingw.c52 return strtod(nptr, endptr); in string_to_ld()
/third_party/musl/porting/liteos_a/kernel/src/stdlib/
H A Dstrtod.c22 double strtod(const char *restrict s, char **restrict p) in strtod() function
/third_party/musl/porting/linux/user/src/stdlib/
H A Dstrtod.c23 double strtod(const char *restrict s, char **restrict p) in strtod() function

Completed in 7 milliseconds

123456