Searched refs:strtod (Results 26 - 50 of 155) sorted by relevance

1234567

/external/stlport/stlport/stl/
H A D_cstdlib.h80 using _STLP_VENDOR_CSTD::strtod;
/external/valgrind/main/include/
H A Dpub_tool_options.h128 double n = VG_(strtod)( val, &s ); \
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/
H A Dstdlib.pxd19 double strtod (const char *string, char **tailptr)
/external/chromium_org/third_party/WebKit/Source/wtf/
H A Dwtf.target.darwin-arm.mk38 $(gyp_intermediate_dir)/strtod.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/wtf/dtoa/strtod.cc
48 $(gyp_intermediate_dir)/strtod.cpp
H A Dwtf.target.darwin-arm64.mk38 $(gyp_intermediate_dir)/strtod.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/wtf/dtoa/strtod.cc
48 $(gyp_intermediate_dir)/strtod.cpp
H A Dwtf.target.darwin-mips.mk38 $(gyp_intermediate_dir)/strtod.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/wtf/dtoa/strtod.cc
48 $(gyp_intermediate_dir)/strtod.cpp
H A Dwtf.target.darwin-mips64.mk38 $(gyp_intermediate_dir)/strtod.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/wtf/dtoa/strtod.cc
48 $(gyp_intermediate_dir)/strtod.cpp
H A Dwtf.target.darwin-x86.mk38 $(gyp_intermediate_dir)/strtod.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/wtf/dtoa/strtod.cc
48 $(gyp_intermediate_dir)/strtod.cpp
H A Dwtf.target.darwin-x86_64.mk38 $(gyp_intermediate_dir)/strtod.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/wtf/dtoa/strtod.cc
48 $(gyp_intermediate_dir)/strtod.cpp
H A Dwtf.target.linux-arm.mk38 $(gyp_intermediate_dir)/strtod.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/wtf/dtoa/strtod.cc
48 $(gyp_intermediate_dir)/strtod.cpp
H A Dwtf.target.linux-arm64.mk38 $(gyp_intermediate_dir)/strtod.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/wtf/dtoa/strtod.cc
48 $(gyp_intermediate_dir)/strtod.cpp
H A Dwtf.target.linux-mips.mk38 $(gyp_intermediate_dir)/strtod.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/wtf/dtoa/strtod.cc
48 $(gyp_intermediate_dir)/strtod.cpp
H A Dwtf.target.linux-mips64.mk38 $(gyp_intermediate_dir)/strtod.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/wtf/dtoa/strtod.cc
48 $(gyp_intermediate_dir)/strtod.cpp
H A Dwtf.target.linux-x86.mk38 $(gyp_intermediate_dir)/strtod.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/wtf/dtoa/strtod.cc
48 $(gyp_intermediate_dir)/strtod.cpp
H A Dwtf.target.linux-x86_64.mk38 $(gyp_intermediate_dir)/strtod.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/wtf/dtoa/strtod.cc
48 $(gyp_intermediate_dir)/strtod.cpp
/external/chromium_org/net/tools/flip_server/
H A Doutput_ordering.cc103 double tmp_think_time_in_s = strtod(x_server_latency.c_str(), &endp);
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc985 // over-precise, then parse the result with strtod() to see if it
1000 // one in that it makes guesses and then uses strtod() to check them.
1084 volatile double parsed_value = strtod(buffer, NULL);
1101 *value = strtod(str, &endptr);
1183 double result = strtod(text, &temp_endptr);
1193 result = strtod(localized_cstr, &localized_endptr);
1201 // const_cast is necessary to match the strtod() interface.
/external/chromium_org/third_party/skia/samplecode/
H A DSamplePath.cpp57 float x = (float)strtod("9.94099e+07", NULL);
/external/chromium_org/third_party/webrtc/base/
H A Dflags.cc221 *flag->float_variable() = strtod(value, &endp);
/external/clang/lib/Driver/
H A DWindowsToolChain.cpp158 double dvalue = strtod(numBuf, NULL);
/external/libcxx/test/language.support/support.runtime/
H A Dcstdlib.pass.cpp47 static_assert((std::is_same<decltype(std::strtod("", endptr)), double>::value), "");
/external/llvm/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp52 NumVal = strtod(NumStr.c_str(), 0);
/external/openfst/src/include/fst/
H A Dflags.h124 *address = strtod(val.c_str(), &p);
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc940 // over-precise, then parse the result with strtod() to see if it
955 // one in that it makes guesses and then uses strtod() to check them.
1039 volatile double parsed_value = strtod(buffer, NULL);
1056 *value = strtod(str, &endptr);
1138 double result = strtod(text, &temp_endptr);
1148 result = strtod(localized_cstr, &localized_endptr);
1156 // const_cast is necessary to match the strtod() interface.
/external/qemu/qobject/
H A Djson-parser.c668 obj = QOBJECT(qfloat_from_double(strtod(token_get_value(token), NULL)));

Completed in 597 milliseconds

1234567