Searched refs:GetDoubleValue (Results 1 – 23 of 23) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | map_field.cc | 405 map_val->SetDoubleValue(other_it->second.GetDoubleValue()); in MergeFrom() 503 reflection->SetDouble(new_entry, val_des, map_val.GetDoubleValue()); in SyncRepeatedFieldWithMapNoLock()
|
D | map_field.h | 746 double GetDoubleValue() const {
|
D | reflection_tester.cc | 1224 EXPECT_EQ(map_value_const_ref.GetDoubleValue(), map[i]); in ExpectMapFieldsSetViaReflection() 1532 iter.GetValueRef().GetDoubleValue()); in ExpectMapFieldsSetViaReflectionIterator()
|
D | text_format.cc | 2381 reflection->SetDouble(message, field_desc, value.GetDoubleValue()); in CopyValue()
|
/external/cronet/third_party/protobuf/src/google/protobuf/ |
D | map_field.cc | 405 map_val->SetDoubleValue(other_it->second.GetDoubleValue()); in MergeFrom() 503 reflection->SetDouble(new_entry, val_des, map_val.GetDoubleValue()); in SyncRepeatedFieldWithMapNoLock()
|
D | map_field.h | 746 double GetDoubleValue() const {
|
D | reflection_tester.cc | 1224 EXPECT_EQ(map_value_const_ref.GetDoubleValue(), map[i]); in ExpectMapFieldsSetViaReflection() 1532 iter.GetValueRef().GetDoubleValue()); in ExpectMapFieldsSetViaReflectionIterator()
|
D | text_format.cc | 2377 reflection->SetDouble(message, field_desc, value.GetDoubleValue()); in CopyValue()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | constants.cpp | 41 return fc->GetDoubleValue(); in GetDouble()
|
D | constants.h | 254 double GetDoubleValue() const { in GetDoubleValue() function
|
D | folding_rules.cpp | 2342 double value = (width == 64) ? fc->GetDoubleValue() : fc->GetFloatValue(); in getFloatConstantKind()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | constants.cpp | 41 return fc->GetDoubleValue(); in GetDouble()
|
D | constants.h | 254 double GetDoubleValue() const { in GetDoubleValue() function
|
D | folding_rules.cpp | 2369 double value = (width == 64) ? fc->GetDoubleValue() : fc->GetFloatValue(); in getFloatConstantKind()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | constants.cpp | 40 return fc->GetDoubleValue(); in GetDouble()
|
D | constants.h | 254 double GetDoubleValue() const { in GetDoubleValue() function
|
D | folding_rules.cpp | 2371 double value = (width == 64) ? fc->GetDoubleValue() : fc->GetFloatValue(); in getFloatConstantKind()
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | fold_test.cpp | 2177 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/ |
D | map_container.cc | 211 return PyFloat_FromDouble(value.GetDoubleValue()); in MapValueRefToPython()
|
/external/cronet/third_party/protobuf/python/google/protobuf/pyext/ |
D | map_container.cc | 211 return PyFloat_FromDouble(value.GetDoubleValue()); in MapValueRefToPython()
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | fold_test.cpp | 2279 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/ |
D | fold_test.cpp | 2535 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/ |
D | descriptor.pb.go | 2672 func (x *UninterpretedOption) GetDoubleValue() float64 { func
|