Home
last modified time | relevance | path

Searched refs:vf2 (Results 1 – 7 of 7) sorted by relevance

/external/eigen/unsupported/test/
Dopenglsupport.cpp181 Vector2f vf2; vf2.setRandom(); Vector3f vf23; vf23 << vf2, 0; in test_openglsupport() local
182 VERIFY_MATRIX(glTranslate(vf2), Projective3f(Translation3f(vf23)).matrix()); in test_openglsupport()
200 Vector2f vf2; vf2.setRandom(); Vector3f vf23; vf23 << vf2, 1; in test_openglsupport() local
201 VERIFY_MATRIX(glScale(vf2), Projective3f(Scaling(vf23)).matrix()); in test_openglsupport()
/external/clang/test/CodeGenCXX/
Dmember-function-pointer-calls.cpp5 virtual int vf2() { return 2; } in vf2() function
27 return f(&a, &A::vf2); in g2()
Dmember-function-pointers.cpp12 struct A { int a; void f(); virtual void vf1(); virtual void vf2(); };
30 void (A::*pa4)() = &A::vf2;
71 void (A::*pa4)() = &A::vf2; in f2()
/external/llvm/test/CodeGen/PowerPC/
Dvsx-minmax.ll10 @vf2 = common global <4 x float> zeroinitializer, align 16
34 store <4 x float> %7, <4 x float>* @vf2, align 16
85 ;vector float vf1, vf2, vf3, vf4;
92 ; vf2 = vec_vmaxfp(vf, vf);
/external/libvorbis/lib/
Dvorbisfile.c2142 int ov_crosslap(OggVorbis_File *vf1, OggVorbis_File *vf2){ in ov_crosslap() argument
2149 if(vf1==vf2)return(0); /* degenerate case */ in ov_crosslap()
2151 if(vf2->ready_state<OPENED)return(OV_EINVAL); in ov_crosslap()
2159 ret=_ov_initprime(vf2); in ov_crosslap()
2163 vi2=ov_info(vf2,-1); in ov_crosslap()
2165 hs2=ov_halfrate_p(vf2); in ov_crosslap()
2171 w2=vorbis_window(&vf2->vd,0); in ov_crosslap()
2181 vorbis_synthesis_lapout(&vf2->vd,&pcm); in ov_crosslap()
/external/libvorbis/include/vorbis/
Dvorbisfile.h196 extern int ov_crosslap(OggVorbis_File *vf1,OggVorbis_File *vf2);
/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c8675 vector float vf2 = (vector float)(2.0); in test7() local
8676 res_i = (vf1 == vf2); in test7()
8680 res_i = (vf1 != vf2); in test7()
8684 res_i = (vf1 < vf2); in test7()
8688 res_i = (vf1 > vf2); in test7()
8692 res_i = (vf1 <= vf2); in test7()
8696 res_i = (vf1 >= vf2); in test7()