Home
last modified time | relevance | path

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

/external/protobuf/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/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/clang/include/clang/Lex/
DLiteralSupport.h102 llvm::APFloat::opStatus GetFloatValue(llvm::APFloat &Result);
/external/clang/lib/Lex/
DLiteralSupport.cpp962 NumericLiteralParser::GetFloatValue(llvm::APFloat &Result) { in GetFloatValue() function in NumericLiteralParser
/external/clang/lib/Sema/
DSemaExpr.cpp3129 APFloat::opStatus result = Literal.GetFloatValue(Val); in BuildFloatingLiteral()