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

  /external/clang/test/CodeGenCXX/
member-function-pointer-calls.cpp 4 virtual int vf2() { return 2; } function in struct:A
22 return f(&a, &A::vf2);
member-function-pointers.cpp 7 struct A { int a; void f(); virtual void vf1(); virtual void vf2(); };
25 void (A::*pa4)() = &A::vf2;
66 void (A::*pa4)() = &A::vf2;
  /external/stlport/test/unit/
mfunptr_test.cpp 49 void vf2(S1&, S2&);
86 ptr_fun(vf2)(s1, s2);
146 void vf2(S1&, S2&) function
  /ndk/tests/device/test-gnustl-full/unit/
mfunptr_test.cpp 49 void vf2(S1&, S2&);
86 ptr_fun(vf2)(s1, s2);
146 void vf2(S1&, S2&) function
  /ndk/tests/device/test-stlport/unit/
mfunptr_test.cpp 49 void vf2(S1&, S2&);
86 ptr_fun(vf2)(s1, s2);
146 void vf2(S1&, S2&) function
  /external/eigen/unsupported/test/
openglsupport.cpp 181 Vector2f vf2; vf2.setRandom(); Vector3f vf23; vf23 << vf2, 0; local
182 VERIFY_MATRIX(glTranslate(vf2), Projective3f(Translation3f(vf23)).matrix());
200 Vector2f vf2; vf2.setRandom(); Vector3f vf23; vf23 << vf2, 1; local
201 VERIFY_MATRIX(glScale(vf2), Projective3f(Scaling(vf23)).matrix());
  /external/libvorbis/include/vorbis/
vorbisfile.h 196 extern int ov_crosslap(OggVorbis_File *vf1,OggVorbis_File *vf2);
  /external/libvorbis/lib/
vorbisfile.c     [all...]
  /external/clang/test/CodeGen/
builtins-ppc-altivec.c 3109 vector float vf2 = (vector float)(2.0); local
    [all...]

Completed in 509 milliseconds