/external/dynamic_depth/internal/dynamic_depth/ |
D | imaging_model.cc | 39 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()
|
D | earth_pose.cc | 150 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()
|
D | plane.cc | 161 deserializer.ParseDouble(DynamicDepthConst::Plane(), kExtentX, &extent_x); in ParsePlaneFields() 164 deserializer.ParseDouble(DynamicDepthConst::Plane(), kExtentZ, &extent_z); in ParsePlaneFields()
|
/external/google-benchmark/src/ |
D | commandlineflags.cc | 64 bool ParseDouble(const std::string& src_text, const char* str, double* value) { in ParseDouble() function 119 !ParseDouble(std::string("Environment variable ") + env_var, value_str, in DoubleFromEnv() 194 return ParseDouble(std::string("The value of flag --") + flag, value_str, in ParseDoubleFlag()
|
/external/libcxx/utils/google-benchmark/src/ |
D | commandlineflags.cc | 61 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/native/utils/strings/ |
D | numbers.h | 44 bool ParseDouble(const char *c_str, double *value);
|
D | numbers.cc | 61 bool ParseDouble(const char *c_str, double *value) { in ParseDouble() function
|
D | numbers_test.cc | 86 EXPECT_EQ(expected_parsing_success, ParseDouble(c_str, &parsed_value)); in TestParseDouble()
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | 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, in ParseDouble() function in mojo::test::__anon367ee79c0111::ValidationTestInputParser
|
/external/dynamic_depth/internal/xmpmeta/xml/ |
D | deserializer.h | 49 virtual bool ParseDouble(const string& prefix, const string& name,
|
D | deserializer_impl.h | 58 bool ParseDouble(const string& prefix, const string& name,
|
D | deserializer_impl.cc | 227 bool DeserializerImpl::ParseDouble(const string& prefix, const string& name, in ParseDouble() function in dynamic_depth::xmpmeta::xml::DeserializerImpl
|
/external/libtextclassifier/native/utils/utf8/ |
D | unilib-javaicu.h | 46 bool ParseDouble(const UnicodeText& text, double* result) const;
|
D | unilib-javaicu.cc | 93 bool UniLibBase::ParseDouble(const UnicodeText& text, double* result) const { in ParseDouble() function in libtextclassifier3::UniLibBase
|
/external/libtextclassifier/native/annotator/number/ |
D | number.cc | 204 const bool is_double = unilib_->ParseDouble(token_text, parsed_double_value); in TryParseNumber()
|
/external/libtextclassifier/native/utils/ |
D | flatbuffers.cc | 80 if (!ParseDouble(str_value.data(), &double_value)) { in Parse() 88 return ParseDouble(str_value.data(), value); in Parse()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_parser.cc | 327 bool ParseDouble(double* result); 2449 if (!ParseDouble(&value)) { in ParseDenseLiteral() 2777 if (!ParseDouble(&result)) { in ParseAttributeHelper() 3993 bool HloParserImpl::ParseDouble(double* result) { in ParseDouble() function in xla::__anon6fd988a10111::HloParserImpl 4034 if (!ParseDouble(&real)) { in ParseComplex() 4047 if (!ParseDouble(&imag)) { in ParseComplex()
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | parse_number_test.cpp | 204 TEST(ParseDouble, Sample) { in TEST() argument 231 TEST(ParseDouble, Overflow) { in TEST() argument
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | parse_number_test.cpp | 204 TEST(ParseDouble, Sample) { in TEST() argument 231 TEST(ParseDouble, Overflow) { in TEST() argument
|
/external/angle/third_party/spirv-tools/src/test/ |
D | parse_number_test.cpp | 204 TEST(ParseDouble, Sample) { in TEST() argument 231 TEST(ParseDouble, Overflow) { in TEST() argument
|
/external/libtextclassifier/native/annotator/grammar/dates/ |
D | extractor.cc | 119 if (ParseDouble(c_str, &value)) { in ParseLeadingDoubleValue()
|