Home
last modified time | relevance | path

Searched defs:vf2 (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/CodeGenCXX/
Dmember-function-pointer-calls.cpp5 virtual int vf2() { return 2; } in vf2() function
/external/eigen/unsupported/test/
Dopenglsupport.cpp181 Vector2f vf2; vf2.setRandom(); Vector3f vf23; vf23 << vf2, 0; in test_openglsupport() local
200 Vector2f vf2; vf2.setRandom(); Vector3f vf23; vf23 << vf2, 1; in test_openglsupport() local
/external/stlport/test/unit/
Dmfunptr_test.cpp86 ptr_fun(vf2)(s1, s2); in mem_ptr_fun() local
146 void vf2(S1&, S2&) in vf2() function
/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c8709 vector float vf2 = (vector float)(2.0); in test7() local
/external/libvorbis/lib/
Dvorbisfile.c2142 int ov_crosslap(OggVorbis_File *vf1, OggVorbis_File *vf2){ in ov_crosslap()