Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/gtest/xcode/Samples/FrameworkSample/
Dwidget.h48 float GetFloatValue() const;
Dwidget_test.cc47 EXPECT_FLOAT_EQ(1.0f, widget.GetFloatValue()); in TEST()
Dwidget.cc46 float Widget::GetFloatValue() const { in GetFloatValue() function in Widget
/external/googletest/googletest/xcode/Samples/FrameworkSample/
Dwidget.h48 float GetFloatValue() const;
Dwidget_test.cc47 EXPECT_FLOAT_EQ(1.0f, widget.GetFloatValue()); in TEST()
Dwidget.cc46 float Widget::GetFloatValue() const { in GetFloatValue() function in Widget
/external/pdfium/core/fpdfapi/page/
Dcpdf_psengine_unittest.cpp49 float fv = new_psop->GetFloatValue(); in TEST()
Dcpdf_psengine.h74 float GetFloatValue() const;
Dcpdf_psengine.cpp84 float CPDF_PSOP::GetFloatValue() const { in GetFloatValue() function in CPDF_PSOP
136 pEngine->Push(m_Operators[i]->GetFloatValue()); in Execute()
/external/clang/include/clang/Lex/
DLiteralSupport.h105 llvm::APFloat::opStatus GetFloatValue(llvm::APFloat &Result);
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconstants.cpp30 return fc->GetFloatValue(); in GetFloat()
Dconstants.h237 float GetFloatValue() const { in GetFloatValue() function
Dfolding_rules.cpp1743 double value = (width == 64) ? fc->GetDoubleValue() : fc->GetFloatValue(); in getFloatConstantKind()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dconstants.cpp30 return fc->GetFloatValue(); in GetFloat()
Dconstants.h237 float GetFloatValue() const { in GetFloatValue() function
Dfolding_rules.cpp1743 double value = (width == 64) ? fc->GetDoubleValue() : fc->GetFloatValue(); in getFloatConstantKind()
/external/protobuf/src/google/protobuf/
Dmap_field.cc335 reflection->SetFloat(new_entry, val_des, map_val.GetFloatValue()); in SyncRepeatedFieldWithMapNoLock()
Dmap.h383 float GetFloatValue() const { in GetFloatValue() function
Dmap_test_util.cc1449 iter.GetValueRef().GetFloatValue()); in ExpectMapFieldsSetViaReflectionIterator()
/external/protobuf/python/google/protobuf/pyext/
Dmap_container.cc215 return PyFloat_FromDouble(value->GetFloatValue()); in MapValueRefToPython()
/external/clang/lib/Lex/
DLiteralSupport.cpp971 NumericLiteralParser::GetFloatValue(llvm::APFloat &Result) { in GetFloatValue() function in NumericLiteralParser
/external/deqp-deps/SPIRV-Tools/test/opt/
Dfold_test.cpp1233 EXPECT_EQ(result->GetFloatValue(), tc.expected_result); in TEST_P()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dfold_test.cpp1274 EXPECT_EQ(result->GetFloatValue(), tc.expected_result); in TEST_P()
/external/clang/lib/Sema/
DSemaExpr.cpp3190 APFloat::opStatus result = Literal.GetFloatValue(Val); in BuildFloatingLiteral()