HomeSort by relevance Sort by last modified time
    Searched defs:ParseDouble (Results 1 - 9 of 9) sorted by null

  /system/core/base/include/android-base/
parsedouble.h 31 static inline bool ParseDouble(const char* s, double* out,
  /external/libtextclassifier/util/strings/
numbers.cc 55 bool ParseDouble(const char *c_str, double *value) {
  /external/google-benchmark/src/
commandlineflags.cc 61 bool ParseDouble(const std::string& src_text, const char* str, double* value) {
193 return ParseDouble(std::string("The value of flag --") + flag, value_str,
  /external/libcxx/utils/google-benchmark/src/
commandlineflags.cc 61 bool ParseDouble(const std::string& src_text, const char* str, double* value) {
193 return ParseDouble(std::string("The value of flag --") + flag, value_str,
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
commandlineflags.cc 61 bool ParseDouble(const std::string& src_text, const char* str, double* value) {
193 return ParseDouble(std::string("The value of flag --") + flag, value_str,
  /art/libartbase/base/
utils.cc 178 void ParseDouble(const std::string& option,
  /external/libmojo/mojo/public/cpp/bindings/tests/
validation_test_input_parser.cc 67 bool ParseDouble(const DataType& type, const std::string& value_string);
137 DATA_TYPE("[d]", 8, &ValidationTestInputParser::ParseDouble),
293 bool ValidationTestInputParser::ParseDouble(const DataType& type,
  /frameworks/av/media/libstagefright/httplive/
M3UParser.cpp 764 status_t err = ParseDouble(line.c_str() + colonPos + 1, &x);
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tools/parser/
hlo_parser.cc 193 bool ParseDouble(double* result);
    [all...]

Completed in 306 milliseconds