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

  /external/chromium/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/protobuf/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());
  /frameworks/base/media/mca/filterfw/native/core/
value.h 36 float GetFloatValue(Value value);
value.cpp 95 float GetFloatValue(Value value) {
shader_program.cpp 827 return SetUniformValue(GetUniform(name), GetFloatValue(value));
    [all...]
  /external/clang/include/clang/Lex/
LiteralSupport.h 88 /// GetFloatValue - Convert this numeric literal to a floating value, using
93 llvm::APFloat::opStatus GetFloatValue(llvm::APFloat &Result);
  /frameworks/base/media/mca/filterfw/jni/
jni_util.cpp 171 result = env->NewObject(clazz, constructorID, GetFloatValue(value));
  /external/clang/lib/Lex/
LiteralSupport.cpp 750 NumericLiteralParser::GetFloatValue(llvm::APFloat &Result) {
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 557 milliseconds