/third_party/musl/porting/liteos_m/kernel/src/stdlib/ |
H A D | strtod.c | 22 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 D | atof.c | 5 return strtod(s, 0);
in atof()
|
/third_party/musl/porting/uniproton/kernel/src/stdlib/ |
H A D | strtod.c | 22 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 D | atof.c | 5 return strtod(s, 0);
in atof()
|
/third_party/musl/libc-test/src/functional/ |
H A D | strtod_simple.c | 25 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 D | strtod_long.c | 15 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 D | charconv_benchmark.cc | 29 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 D | ptraccel-debug.c | 303 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 D | strtod.c | 2 * 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 D | strtod.c | 37 #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 D | FileUtilities.cpp | 109 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 D | pull-from-upstream.sh | 65 do_patch_prefix_extension strtod cc cpp; 66 do_patch_prefix_extension strtod h h;
|
/third_party/musl/src/stdlib/ |
H A D | atof.c | 5 return strtod(s, 0); in atof()
|
H A D | strtod.c | 23 double strtod(const char *restrict s, char **restrict p) in strtod() function
|
/third_party/musl/libc-test/src/math/gen/ |
H A D | rnd.c | 251 a = strtod(optarg,&e); in main() 256 b = strtod(optarg,&e); in main() 261 m = strtod(optarg,&e); in main()
|
H A D | prev.c | 20 d = strtod(argv[i], &eptr); in main()
|
H A D | next.c | 20 d = strtod(argv[i], &eptr); in main()
|
H A D | toe.c | 18 d = strtod(argv[i], &eptr); in main()
|
H A D | tog.c | 18 d = strtod(argv[i], &eptr); in main()
|
H A D | tof.c | 18 d = strtod(argv[i], &eptr); in main()
|
H A D | toa.c | 18 d = strtod(argv[i], &eptr); in main()
|
/third_party/alsa-lib/src/control/ |
H A D | ctlparse.c | 71 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 D | compat-mingw.c | 52 return strtod(nptr, endptr); in string_to_ld()
|
/third_party/musl/porting/liteos_a/kernel/src/stdlib/ |
H A D | strtod.c | 22 double strtod(const char *restrict s, char **restrict p) in strtod() function
|
/third_party/musl/porting/linux/user/src/stdlib/ |
H A D | strtod.c | 23 double strtod(const char *restrict s, char **restrict p) in strtod() function
|