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

/external/clang/test/CodeGenCXX/
H A Dmember-function-pointer-calls.cpp4 virtual int vf1() { return 1; } function in struct:A
18 return f(&a, &A::vf1);
/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.c8973 vector float vf1 = (vector float)(1.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/libvorbis/lib/
H A Dvorbisfile.c2142 int ov_crosslap(OggVorbis_File *vf1, OggVorbis_File *vf2){ argument
2149 if(vf1==vf2)return(0); /* degenerate case */
2150 if(vf1->ready_state<OPENED)return(OV_EINVAL);
2157 ret=_ov_initset(vf1);
2162 vi1=ov_info(vf1,-1);
2164 hs1=ov_halfrate_p(vf1);
2170 w1=vorbis_window(&vf1->vd,0);
2176 _ov_getlap(vf1,vi1,&vf1->vd,lappcm,n1);
2178 /* have a lapping buffer from vf1; no
[all...]

Completed in 199 milliseconds