Searched refs:GetFloatValue (Results 1 – 18 of 18) sorted by relevance
321 map_val->SetFloatValue(other_it->second.GetFloatValue()); in MergeFrom()431 reflection->SetFloat(new_entry, val_des, map_val.GetFloatValue()); in SyncRepeatedFieldWithMapNoLock()
654 float GetFloatValue() const {
1410 iter.GetValueRef().GetFloatValue()); in ExpectMapFieldsSetViaReflectionIterator()
2197 reflection->SetFloat(message, field_desc, value.GetFloatValue()); in CopyValue()
30 return fc->GetFloatValue(); in GetFloat()
245 float GetFloatValue() const { in GetFloatValue() function
1903 double value = (width == 64) ? fc->GetDoubleValue() : fc->GetFloatValue(); in getFloatConstantKind()
2004 double value = (width == 64) ? fc->GetDoubleValue() : fc->GetFloatValue(); in getFloatConstantKind()
1489 EXPECT_EQ(result->GetFloatValue(), tc.expected_result); in TEST_P()1491 EXPECT_TRUE(std::isnan(result->GetFloatValue())); in TEST_P()
1622 EXPECT_EQ(result->GetFloatValue(), tc.expected_result); in TEST_P()1624 EXPECT_TRUE(std::isnan(result->GetFloatValue())); in TEST_P()
1624 EXPECT_EQ(result->GetFloatValue(), tc.expected_result); in TEST_P()1626 EXPECT_TRUE(std::isnan(result->GetFloatValue())); in TEST_P()
213 return PyFloat_FromDouble(value.GetFloatValue()); in MapValueRefToPython()
6075 return 0.0f == float_const->GetFloatValue(); in IsFloatZero()6088 return 1.0f == float_const->GetFloatValue(); in IsFloatOne()