Home
last modified time | relevance | path

Searched refs:ParseDouble (Results 1 – 18 of 18) sorted by relevance

/external/dynamic_depth/internal/dynamic_depth/
Dimaging_model.cc39 if (!deserializer.ParseDouble(prefix, kFocalLengthX, &focal_length.x) || in ParseFields()
40 !deserializer.ParseDouble(prefix, kFocalLengthY, &focal_length.y) || in ParseFields()
48 if (deserializer.ParseDouble(prefix, kPrincipalPointX, &temp1) && in ParseFields()
49 deserializer.ParseDouble(prefix, kPrincipalPointY, &temp2)) { in ParseFields()
54 if (deserializer.ParseDouble(prefix, kSkew, &temp1)) { in ParseFields()
58 if (deserializer.ParseDouble(prefix, kPixelAspectRatio, &temp1)) { in ParseFields()
Dearth_pose.cc150 if (deserializer.ParseDouble(DynamicDepthConst::EarthPose(), kLatitude, in ParseEarthPoseFields()
152 if (!deserializer.ParseDouble(DynamicDepthConst::EarthPose(), kLongitude, in ParseEarthPoseFields()
156 if (!deserializer.ParseDouble(DynamicDepthConst::EarthPose(), kAltitude, in ParseEarthPoseFields()
Dplane.cc161 deserializer.ParseDouble(DynamicDepthConst::Plane(), kExtentX, &extent_x); in ParsePlaneFields()
164 deserializer.ParseDouble(DynamicDepthConst::Plane(), kExtentZ, &extent_z); in ParsePlaneFields()
/external/libcxx/utils/google-benchmark/src/
Dcommandlineflags.cc61 bool ParseDouble(const std::string& src_text, const char* str, double* value) { in ParseDouble() function
193 return ParseDouble(std::string("The value of flag --") + flag, value_str, in ParseDoubleFlag()
/external/google-benchmark/src/
Dcommandlineflags.cc61 bool ParseDouble(const std::string& src_text, const char* str, double* value) { in ParseDouble() function
193 return ParseDouble(std::string("The value of flag --") + flag, value_str, in ParseDoubleFlag()
/external/libtextclassifier/utils/strings/
Dnumbers.h44 bool ParseDouble(const char *c_str, double *value);
Dnumbers.cc55 bool ParseDouble(const char *c_str, double *value) { in ParseDouble() function
Dnumbers_test.cc80 EXPECT_EQ(expected_parsing_success, ParseDouble(c_str, &parsed_value)); in TestParseDouble()
/external/libchrome/mojo/public/cpp/bindings/tests/
Dvalidation_test_input_parser.cc67 bool ParseDouble(const DataType& type, const std::string& value_string);
137 DATA_TYPE("[d]", 8, &ValidationTestInputParser::ParseDouble),
293 bool ValidationTestInputParser::ParseDouble(const DataType& type, in ParseDouble() function in mojo::test::__anonf4005a1a0111::ValidationTestInputParser
/external/tensorflow/tensorflow/contrib/ignite/kernels/dataset/
Dignite_binary_object_parser.h39 double ParseDouble(uint8_t** ptr) const;
Dignite_binary_object_parser.cc66 out_tensors->back().scalar<double>()() = ParseDouble(ptr); in Parse()
248 double BinaryObjectParser::ParseDouble(uint8_t** ptr) const { in ParseDouble() function in tensorflow::BinaryObjectParser
/external/dynamic_depth/internal/xmpmeta/xml/
Ddeserializer.h49 virtual bool ParseDouble(const string& prefix, const string& name,
Ddeserializer_impl.h58 bool ParseDouble(const string& prefix, const string& name,
Ddeserializer_impl.cc227 bool DeserializerImpl::ParseDouble(const string& prefix, const string& name, in ParseDouble() function in dynamic_depth::xmpmeta::xml::DeserializerImpl
/external/libtextclassifier/utils/
Dflatbuffers.cc182 if (!ParseDouble(value.data(), &double_value)) { in ParseAndSet()
190 if (!ParseDouble(value.data(), &double_value)) { in ParseAndSet()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc309 bool ParseDouble(double* result);
2310 if (!ParseDouble(&value)) { in ParseDenseLiteral()
2381 if (!ParseDouble(&value)) { in ParseSparseLiteral()
2703 if (!ParseDouble(&result)) { in ParseAttributeHelper()
3853 bool HloParser::ParseDouble(double* result) { in ParseDouble() function in xla::__anonc071bf1f0111::HloParser
3894 if (!ParseDouble(&real)) { in ParseComplex()
3907 if (!ParseDouble(&imag)) { in ParseComplex()
/external/deqp-deps/SPIRV-Tools/test/
Dparse_number_test.cpp204 TEST(ParseDouble, Sample) { in TEST() argument
231 TEST(ParseDouble, Overflow) { in TEST() argument
/external/swiftshader/third_party/SPIRV-Tools/test/
Dparse_number_test.cpp204 TEST(ParseDouble, Sample) { in TEST() argument
231 TEST(ParseDouble, Overflow) { in TEST() argument