Searched refs:GetFloatValue (Results 1 – 9 of 9) sorted by relevance
48 float GetFloatValue() const;
47 EXPECT_FLOAT_EQ(1.0f, widget.GetFloatValue()); in TEST()
46 float Widget::GetFloatValue() const { in GetFloatValue() function in Widget
102 llvm::APFloat::opStatus GetFloatValue(llvm::APFloat &Result);
962 NumericLiteralParser::GetFloatValue(llvm::APFloat &Result) { in GetFloatValue() function in NumericLiteralParser
3129 APFloat::opStatus result = Literal.GetFloatValue(Val); in BuildFloatingLiteral()