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

/external/google-breakpad/src/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/googletest/googletest/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/v8/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/vulkan-validation-layers/tests/gtest-1.7.0/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.h100 /// GetFloatValue - Convert this numeric literal to a floating value, using
105 llvm::APFloat::opStatus GetFloatValue(llvm::APFloat &Result);
/external/pdfium/core/fpdfapi/page/
H A Dfpdf_page_func.cpp127 FX_FLOAT GetFloatValue() const { function in class:CPDF_PSOP
163 pEngine->Push(m_Operators[i]->GetFloatValue());
/external/protobuf/src/google/protobuf/
H A Dmap_field.cc335 reflection->SetFloat(new_entry, val_des, map_val.GetFloatValue());
H A Dmap.h383 float GetFloatValue() const { function in class:google::protobuf::MapValueRef
385 "MapValueRef::GetFloatValue");
H A Dmap_test_util.cc1449 iter.GetValueRef().GetFloatValue());
/external/clang/lib/Lex/
H A DLiteralSupport.cpp971 NumericLiteralParser::GetFloatValue(llvm::APFloat &Result) {
/external/protobuf/python/google/protobuf/pyext/
H A Dmap_container.cc215 return PyFloat_FromDouble(value->GetFloatValue());
/external/clang/lib/Sema/
H A DSemaExpr.cpp3190 APFloat::opStatus result = Literal.GetFloatValue(Val);

Completed in 498 milliseconds