Searched refs:vf1 (Results 1 – 8 of 8) sorted by relevance
/external/clang/test/CodeGen/ |
D | Nontemporal.cpp | 14 float __attribute__((vector_size(16))) vf1, vf2; variable 32 __builtin_nontemporal_store(vf1, &vf2); // CHECK: store <4 x float>{{.*}}align 16, !nontemporal in test_all_sizes() 46 vf2 = __builtin_nontemporal_load(&vf1); // CHECK: load <4 x float>{{.*}}align 16, !nontemporal in test_all_sizes()
|
D | builtins-ppc-altivec.c | 8954 vector float vf1 = (vector float)(1.0); in test7() local 8956 res_i = (vf1 == vf2); in test7() 8960 res_i = (vf1 != vf2); in test7() 8964 res_i = (vf1 < vf2); in test7() 8968 res_i = (vf1 > vf2); in test7() 8972 res_i = (vf1 <= vf2); in test7() 8976 res_i = (vf1 >= vf2); in test7()
|
/external/clang/test/CodeGenCXX/ |
D | member-function-pointers.cpp | 14 struct A { int a; void f(); virtual void vf1(); virtual void vf2(); }; 28 void (A::*pa3)() = &A::vf1; 38 void (A::*pc3)() = &A::vf1; 69 void (A::*pa3)() = &A::vf1; in f2()
|
D | member-function-pointer-calls.cpp | 4 virtual int vf1() { return 1; } in vf1() function 18 return f(&a, &A::vf1); in g1()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vsx-minmax.ll | 8 @vf1 = common global <4 x float> zeroinitializer, align 16 25 store <4 x float> %2, <4 x float>* @vf1, align 16 85 ;vector float vf1, vf2, vf3, vf4; 90 ; vf1 = vec_max(vf, vf);
|
/external/libvorbis/lib/ |
D | vorbisfile.c | 2142 int ov_crosslap(OggVorbis_File *vf1, OggVorbis_File *vf2){ in ov_crosslap() argument 2149 if(vf1==vf2)return(0); /* degenerate case */ in ov_crosslap() 2150 if(vf1->ready_state<OPENED)return(OV_EINVAL); in ov_crosslap() 2157 ret=_ov_initset(vf1); in ov_crosslap() 2162 vi1=ov_info(vf1,-1); in ov_crosslap() 2164 hs1=ov_halfrate_p(vf1); in ov_crosslap() 2170 w1=vorbis_window(&vf1->vd,0); in ov_crosslap() 2176 _ov_getlap(vf1,vi1,&vf1->vd,lappcm,n1); in ov_crosslap()
|
/external/clang/test/Parser/ |
D | cxx-class.cpp | 29 virtual int vf1() = 1; // expected-error {{does not look like a pure-specifier}}
|
/external/libvorbis/include/vorbis/ |
D | vorbisfile.h | 196 extern int ov_crosslap(OggVorbis_File *vf1,OggVorbis_File *vf2);
|