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

  /external/chromium_org/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...]
  /packages/apps/OMA-DM/engine/dmlib/api/native/
dmtNode.hpp 335 SYNCML_DM_RET_STATUS_T GetFloatValue(DMString& sFloat ) const;
716 inline SYNCML_DM_RET_STATUS_T DmtNode::GetFloatValue( DMString& sFloat ) const
    [all...]
  /external/clang/include/clang/Lex/
LiteralSupport.h 97 /// GetFloatValue - Convert this numeric literal to a floating value, using
102 llvm::APFloat::opStatus GetFloatValue(llvm::APFloat &Result);
  /frameworks/base/media/mca/filterfw/jni/
jni_util.cpp 171 result = env->NewObject(clazz, constructorID, GetFloatValue(value));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
portabledevicetypes.h 145 virtual HRESULT STDMETHODCALLTYPE GetFloatValue(
339 HRESULT (STDMETHODCALLTYPE *GetFloatValue)(
489 #define IPortableDeviceValues_GetFloatValue(This,key,pValue) (This)->lpVtbl->GetFloatValue(This,key,pValue)
572 return This->lpVtbl->GetFloatValue(This,key,pValue);
    [all...]
  /external/clang/lib/Lex/
LiteralSupport.cpp 967 NumericLiteralParser::GetFloatValue(llvm::APFloat &Result) {
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 415 milliseconds