HomeSort by relevance Sort by last modified time
    Searched defs:vf2 (Results 1 - 6 of 6) 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);
  /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/clang/test/CodeGen/
builtins-ppc-altivec.c 3109 vector float vf2 = (vector float)(2.0); local
    [all...]
  /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());

Completed in 250 milliseconds