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

/external/chromium/testing/gtest/xcode/Samples/FrameworkSample/
H A Dwidget.h48 float GetFloatValue() const;
H A Dwidget.cc46 float Widget::GetFloatValue() const { function in class:Widget
H A Dwidget_test.cc47 EXPECT_FLOAT_EQ(1.0f, widget.GetFloatValue());
/external/protobuf/gtest/xcode/Samples/FrameworkSample/
H A Dwidget.h48 float GetFloatValue() const;
H A Dwidget.cc46 float Widget::GetFloatValue() const { function in class:Widget
H A Dwidget_test.cc47 EXPECT_FLOAT_EQ(1.0f, widget.GetFloatValue());
/external/clang/include/clang/Lex/
H A DLiteralSupport.h88 /// GetFloatValue - Convert this numeric literal to a floating value, using
93 llvm::APFloat::opStatus GetFloatValue(llvm::APFloat &Result);
/external/clang/lib/Lex/
H A DLiteralSupport.cpp750 NumericLiteralParser::GetFloatValue(llvm::APFloat &Result) {
/external/clang/lib/Sema/
H A DSemaExpr.cpp2478 APFloat::opStatus result = Literal.GetFloatValue(Val);

Completed in 573 milliseconds