Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dmap_field.cc321 map_val->SetFloatValue(other_it->second.GetFloatValue()); in MergeFrom()
431 reflection->SetFloat(new_entry, val_des, map_val.GetFloatValue()); in SyncRepeatedFieldWithMapNoLock()
Dmap_field.h654 float GetFloatValue() const {
Dmap_test_util.h1410 iter.GetValueRef().GetFloatValue()); in ExpectMapFieldsSetViaReflectionIterator()
Dtext_format.cc2197 reflection->SetFloat(message, field_desc, value.GetFloatValue()); in CopyValue()
/third_party/spirv-tools/source/opt/
Dconstants.cpp30 return fc->GetFloatValue(); in GetFloat()
Dconstants.h245 float GetFloatValue() const { in GetFloatValue() function
Dfolding_rules.cpp1903 double value = (width == 64) ? fc->GetDoubleValue() : fc->GetFloatValue(); in getFloatConstantKind()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dconstants.cpp30 return fc->GetFloatValue(); in GetFloat()
Dconstants.h245 float GetFloatValue() const { in GetFloatValue() function
Dfolding_rules.cpp2004 double value = (width == 64) ? fc->GetDoubleValue() : fc->GetFloatValue(); in getFloatConstantKind()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconstants.cpp30 return fc->GetFloatValue(); in GetFloat()
Dconstants.h245 float GetFloatValue() const { in GetFloatValue() function
Dfolding_rules.cpp2004 double value = (width == 64) ? fc->GetDoubleValue() : fc->GetFloatValue(); in getFloatConstantKind()
/third_party/spirv-tools/test/opt/
Dfold_test.cpp1489 EXPECT_EQ(result->GetFloatValue(), tc.expected_result); in TEST_P()
1491 EXPECT_TRUE(std::isnan(result->GetFloatValue())); in TEST_P()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dfold_test.cpp1622 EXPECT_EQ(result->GetFloatValue(), tc.expected_result); in TEST_P()
1624 EXPECT_TRUE(std::isnan(result->GetFloatValue())); in TEST_P()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dfold_test.cpp1624 EXPECT_EQ(result->GetFloatValue(), tc.expected_result); in TEST_P()
1626 EXPECT_TRUE(std::isnan(result->GetFloatValue())); in TEST_P()
/third_party/protobuf/python/google/protobuf/pyext/
Dmap_container.cc213 return PyFloat_FromDouble(value.GetFloatValue()); in MapValueRefToPython()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction.cc6075 return 0.0f == float_const->GetFloatValue(); in IsFloatZero()
6088 return 1.0f == float_const->GetFloatValue(); in IsFloatOne()