Searched defs:vf2 (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dmember-function-pointer-calls.cpp5 virtual int vf2() { return 2; } function in struct:A
27 return f(&a, &A::vf2);
/external/clang/test/CodeGen/
H A DNontemporal.cpp14 float __attribute__((vector_size(16))) vf1, vf2; variable
32 __builtin_nontemporal_store(vf1, &vf2); // CHECK: store <4 x float>{{.*}}align 16, !nontemporal
46 vf2 = __builtin_nontemporal_load(&vf1); // CHECK: load <4 x float>{{.*}}align 16, !nontemporal
H A Dbuiltins-ppc-altivec.c8974 vector float vf2 = (vector float)(2.0); local
8975 res_i = (vf1 == vf2);
8979 res_i = (vf1 != vf2);
8983 res_i = (vf1 < vf2);
8987 res_i = (vf1 > vf2);
8991 res_i = (vf1 <= vf2);
8995 res_i = (vf1 >= vf2);
/external/eigen/unsupported/test/
H A Dopenglsupport.cpp181 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 201 milliseconds