HomeSort by relevance Sort by last modified time
    Searched defs:vf (Results 1 - 18 of 18) sorted by null

  /external/clang/test/CodeGen/
altivec.c 11 vector float vf; local
13 vf = (vector float)(1.0); // CHECK: <float 1.000000e+{{0+}}, float 1.000000e+{{0+}}, float 1.000000e+{{0+}}, float 1.000000e+{{0+}}>
29 vector float vf; local
30 vf++; // CHECK: fadd <4 x float> {{.*}} <float 1.000000e+{{0+}}, float 1.000000e+{{0+}}, float 1.000000e+{{0+}}, float 1.000000e+{{0+}}>
builtins-ppc-altivec.c 13 vector float vf = { -1.5, 2.5, -3.5, 4.5 }; variable
56 vf = vec_abs(vf); // CHECK: and <4 x i32>
87 res_vf = vec_add(vf, vf); // CHECK: fadd <4 x float>
106 res_vf = vec_vaddfp(vf, vf); // CHECK: fadd <4 x float>
255 res_vf = vec_andc(vf, vf); // CHECK: xor <4 x i32>
258 res_vf = vec_andc(vbi, vf); // CHECK: xor <4 x i32
    [all...]
  /frameworks/base/tools/localize/
ValuesFile_test.cpp 10 ValuesFile* vf = ValuesFile::ParseFile("testdata/values/strings.xml", config, local
13 const set<StringResource>& strings = vf->GetStrings();
14 string canonical = vf->ToString();
52 delete vf;
  /external/clang/test/CodeGenCXX/
constructor-for-array-members.cpp 10 float vf = 1.00; variable
13 S() : iS(i++), f1(vf++) {printf("S::S()\n");}
  /external/clang/test/Sema/
altivec-init.c 21 vector float vf; local
22 vf = (vector float)(1.0);
  /external/clang/test/SemaCXX/
altivec.cpp 16 vector float vf; local
31 int res12[vec_step(vf) == 4 ? 1 : -1];
62 vector float vf; local
63 vf++;
destructor.cpp 194 struct VF final: VB {};
227 VF vf; use(vf); local
290 VF* vf = new VF(); local
291 delete vf;
328 simple_ptr<VF> vf(new VF())
    [all...]
  /external/quake/quake/src/QW/client/
mathlib.c 101 vec3_t vr, vup, vf; local
103 vf[0] = dir[0];
104 vf[1] = dir[1];
105 vf[2] = dir[2];
108 CrossProduct( vr, vf, vup );
118 m[0][2] = vf[0];
119 m[1][2] = vf[1];
120 m[2][2] = vf[2];
  /external/quake/quake/src/WinQuake/
mathlib.cpp 101 vec3_t vr, vup, vf; local
103 vf[0] = dir[0];
104 vf[1] = dir[1];
105 vf[2] = dir[2];
108 CrossProduct( vr, vf, vup );
118 m[0][2] = vf[0];
119 m[1][2] = vf[1];
120 m[2][2] = vf[2];
  /external/valgrind/main/VEX/priv/
guest_arm_helpers.c 83 // CF and VF need verification
85 UInt vf = lshift( (res ^ argL) & (res ^ argR), local
89 // argL, argR, nf, zf, cf, vf);
90 return nf | zf | cf | vf;
101 UInt vf = lshift( (argL ^ argR) & (argL ^ res), local
105 // argL, argR, nf, zf, cf, vf);
106 return nf | zf | cf | vf;
118 UInt vf = lshift( (res ^ argL) & (res ^ argR), local
122 // argL, argR, nf, zf, cf, vf);
123 return nf | zf | cf | vf;
135 UInt vf = lshift( (argL ^ argR) & (argL ^ res), local
150 UInt vf = lshift( oldV & 1, ARMG_CC_SHIFT_V ); local
161 UInt vf = lshift( oldV & 1, ARMG_CC_SHIFT_V ); local
173 UInt vf = lshift( oldV & 1, ARMG_CC_SHIFT_V ); local
230 UInt nf, zf, vf, cf, nzcv, inv; local
    [all...]
  /external/iproute2/ip/
iplink.c 71 fprintf(stderr, " [ vf NUM [ mac LLADDR ]\n");
179 int iplink_parse_vf(int vf, int *argcp, char ***argvp,
193 ivm.vf = vf;
204 ivv.vf = vf;
225 ivt.vf = vf;
254 int vf = -1; local
352 } else if (strcmp(*argv, "vf") == 0)
    [all...]
ipaddress.c 195 struct rtattr *vf[IFLA_VF_MAX+1]; local
203 parse_rtattr_nested(vf, IFLA_VF_MAX, vfinfo);
205 vf_mac = RTA_DATA(vf[IFLA_VF_MAC]);
206 vf_vlan = RTA_DATA(vf[IFLA_VF_VLAN]);
207 vf_tx_rate = RTA_DATA(vf[IFLA_VF_TX_RATE]);
209 fprintf(fp, "\n vf %d MAC %s", vf_mac->vf,
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_video.c 262 SDL_PixelFormat *vf = SDL_VideoSurface->format;
263 SDL_DitherColors(vf->palette->colors, vf->BitsPerPixel);
265 0, vf->palette->ncolors, vf->palette->colors);
701 SDL_PixelFormat *vf = mode->format; local
702 SDL_DitherColors(vf->palette->colors, vf->BitsPerPixel);
703 video->SetColors(this, 0, vf->palette->ncolors,
704 vf->palette->colors)
938 SDL_PixelFormat *vf; local
    [all...]
  /external/libvpx/vp8/encoder/
variance.h 404 vp8_variance_fn_t vf; member in struct:__anon7744
  /bionic/libc/kernel/common/linux/
if_link.h 221 __u32 vf; member in struct:ifla_vf_mac
226 __u32 vf; member in struct:ifla_vf_vlan
232 __u32 vf; member in struct:ifla_vf_tx_rate
237 __u32 vf; member in struct:ifla_vf_info
  /external/iproute2/include/linux/
if_link.h 255 __u32 vf; member in struct:ifla_vf_mac
260 __u32 vf; member in struct:ifla_vf_vlan
266 __u32 vf; member in struct:ifla_vf_tx_rate
271 __u32 vf; member in struct:ifla_vf_info
278 /* VF ports management section
  /external/kernel-headers/original/linux/
if_link.h 258 __u32 vf; member in struct:ifla_vf_mac
263 __u32 vf; member in struct:ifla_vf_vlan
269 __u32 vf; member in struct:ifla_vf_tx_rate
274 __u32 vf; member in struct:ifla_vf_info
281 /* VF ports management section
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java 1921 final Rect vf = mTmpVisibleFrame; local
2103 final Rect vf = mTmpVisibleFrame; local
    [all...]

Completed in 2141 milliseconds