Searched refs:vf3 (Results 1 – 3 of 3) sorted by relevance
186 Vector3f vf3; vf3.setRandom(); in test_openglsupport() local187 VERIFY_MATRIX(glTranslate(vf3), Projective3f(Translation3f(vf3)).matrix()); in test_openglsupport()205 Vector3f vf3; vf3.setRandom(); in test_openglsupport() local206 VERIFY_MATRIX(glScale(vf3), Projective3f(Scaling(vf3)).matrix()); in test_openglsupport()
11 @vf3 = common global <4 x float> zeroinitializer, align 1639 store <4 x float> %10, <4 x float>* @vf3, align 1685 ;vector float vf1, vf2, vf3, vf4;93 ; vf3 = vec_min(vf, vf);
34 virtual int vf3() = 0x0; // expected-error {{does not look like a pure-specifier}}