Home
last modified time | relevance | path

Searched refs:GetDoubleValue (Results 1 – 23 of 23) sorted by relevance

/external/protobuf/src/google/protobuf/
Dmap_field.cc405 map_val->SetDoubleValue(other_it->second.GetDoubleValue()); in MergeFrom()
503 reflection->SetDouble(new_entry, val_des, map_val.GetDoubleValue()); in SyncRepeatedFieldWithMapNoLock()
Dmap_field.h746 double GetDoubleValue() const {
Dreflection_tester.cc1224 EXPECT_EQ(map_value_const_ref.GetDoubleValue(), map[i]); in ExpectMapFieldsSetViaReflection()
1532 iter.GetValueRef().GetDoubleValue()); in ExpectMapFieldsSetViaReflectionIterator()
Dtext_format.cc2381 reflection->SetDouble(message, field_desc, value.GetDoubleValue()); in CopyValue()
/external/cronet/third_party/protobuf/src/google/protobuf/
Dmap_field.cc405 map_val->SetDoubleValue(other_it->second.GetDoubleValue()); in MergeFrom()
503 reflection->SetDouble(new_entry, val_des, map_val.GetDoubleValue()); in SyncRepeatedFieldWithMapNoLock()
Dmap_field.h746 double GetDoubleValue() const {
Dreflection_tester.cc1224 EXPECT_EQ(map_value_const_ref.GetDoubleValue(), map[i]); in ExpectMapFieldsSetViaReflection()
1532 iter.GetValueRef().GetDoubleValue()); in ExpectMapFieldsSetViaReflectionIterator()
Dtext_format.cc2377 reflection->SetDouble(message, field_desc, value.GetDoubleValue()); in CopyValue()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dconstants.cpp41 return fc->GetDoubleValue(); in GetDouble()
Dconstants.h254 double GetDoubleValue() const { in GetDoubleValue() function
Dfolding_rules.cpp2342 double value = (width == 64) ? fc->GetDoubleValue() : fc->GetFloatValue(); in getFloatConstantKind()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconstants.cpp41 return fc->GetDoubleValue(); in GetDouble()
Dconstants.h254 double GetDoubleValue() const { in GetDoubleValue() function
Dfolding_rules.cpp2369 double value = (width == 64) ? fc->GetDoubleValue() : fc->GetFloatValue(); in getFloatConstantKind()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dconstants.cpp40 return fc->GetDoubleValue(); in GetDouble()
Dconstants.h254 double GetDoubleValue() const { in GetDoubleValue() function
Dfolding_rules.cpp2371 double value = (width == 64) ? fc->GetDoubleValue() : fc->GetFloatValue(); in getFloatConstantKind()
/external/deqp-deps/SPIRV-Tools/test/opt/
Dfold_test.cpp2177 EXPECT_EQ(result->GetDoubleValue(), tc.expected_result); in TEST_P()
2179 EXPECT_TRUE(std::isnan(result->GetDoubleValue())); in TEST_P()
/external/protobuf/python/google/protobuf/pyext/
Dmap_container.cc211 return PyFloat_FromDouble(value.GetDoubleValue()); in MapValueRefToPython()
/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
Dmap_container.cc211 return PyFloat_FromDouble(value.GetDoubleValue()); in MapValueRefToPython()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dfold_test.cpp2279 EXPECT_EQ(result->GetDoubleValue(), tc.expected_result); in TEST_P()
2281 EXPECT_TRUE(std::isnan(result->GetDoubleValue())); in TEST_P()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/
Dfold_test.cpp2535 EXPECT_EQ(result->GetDoubleValue(), tc.expected_result); in TEST_P()
2537 EXPECT_TRUE(std::isnan(result->GetDoubleValue())); in TEST_P()
/external/golang-protobuf/types/descriptorpb/
Ddescriptor.pb.go2672 func (x *UninterpretedOption) GetDoubleValue() float64 { func