Home
last modified time | relevance | path

Searched refs:vf3 (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/test/
Dopenglsupport.cpp186 Vector3f vf3; vf3.setRandom(); in test_openglsupport() local
187 VERIFY_MATRIX(glTranslate(vf3), Projective3f(Translation3f(vf3)).matrix()); in test_openglsupport()
205 Vector3f vf3; vf3.setRandom(); in test_openglsupport() local
206 VERIFY_MATRIX(glScale(vf3), Projective3f(Scaling(vf3)).matrix()); in test_openglsupport()
/external/llvm/test/CodeGen/PowerPC/
Dvsx-minmax.ll11 @vf3 = common global <4 x float> zeroinitializer, align 16
39 store <4 x float> %10, <4 x float>* @vf3, align 16
85 ;vector float vf1, vf2, vf3, vf4;
93 ; vf3 = vec_min(vf, vf);
/external/clang/test/Parser/
Dcxx-class.cpp34 virtual int vf3() = 0x0; // expected-error {{does not look like a pure-specifier}}