HomeSort by relevance Sort by last modified time
    Searched refs:GetFloatValue (Results 1 - 24 of 24) sorted by null

  /external/google-breakpad/src/testing/gtest/xcode/Samples/FrameworkSample/
widget.h 48 float GetFloatValue() const;
widget.cc 46 float Widget::GetFloatValue() const {
widget_test.cc 47 EXPECT_FLOAT_EQ(1.0f, widget.GetFloatValue());
  /external/googletest/googletest/xcode/Samples/FrameworkSample/
widget.h 48 float GetFloatValue() const;
widget.cc 46 float Widget::GetFloatValue() const {
widget_test.cc 47 EXPECT_FLOAT_EQ(1.0f, widget.GetFloatValue());
  /external/pdfium/core/fpdfapi/page/
cpdf_psengine_unittest.cpp 49 float fv = new_psop->GetFloatValue();
cpdf_psengine.h 74 float GetFloatValue() const;
cpdf_psengine.cpp 84 float CPDF_PSOP::GetFloatValue() const {
136 pEngine->Push(m_Operators[i]->GetFloatValue());
  /external/clang/include/clang/Lex/
LiteralSupport.h 100 /// GetFloatValue - Convert this numeric literal to a floating value, using
105 llvm::APFloat::opStatus GetFloatValue(llvm::APFloat &Result);
  /external/deqp-deps/SPIRV-Tools/source/opt/
constants.cpp 30 return fc->GetFloatValue();
constants.h 237 float GetFloatValue() const {
folding_rules.cpp     [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
constants.cpp 30 return fc->GetFloatValue();
constants.h 237 float GetFloatValue() const {
folding_rules.cpp     [all...]
  /external/protobuf/src/google/protobuf/
map_field.cc 335 reflection->SetFloat(new_entry, val_des, map_val.GetFloatValue());
map.h 383 float GetFloatValue() const {
385 "MapValueRef::GetFloatValue");
    [all...]
map_test_util.cc     [all...]
  /external/clang/lib/Lex/
LiteralSupport.cpp 971 NumericLiteralParser::GetFloatValue(llvm::APFloat &Result) {
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
map_container.cc 215 return PyFloat_FromDouble(value->GetFloatValue());
    [all...]
  /external/deqp-deps/SPIRV-Tools/test/opt/
fold_test.cpp     [all...]
  /external/swiftshader/third_party/SPIRV-Tools/test/opt/
fold_test.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 1923 milliseconds