Searched defs:vf (Results 1 - 25 of 42) sorted by relevance

12

/external/clang/test/Modules/
H A Dsubmodules.cpp16 vector<float> vf; variable
/external/libvorbis/examples/
H A Dvorbisfile_example.c36 OggVorbis_File vf; local
47 if(ov_open_callbacks(stdin, &vf, NULL, 0, OV_CALLBACKS_NOCLOSE) < 0) {
55 char **ptr=ov_comment(&vf,-1)->user_comments;
56 vorbis_info *vi=ov_info(&vf,-1);
63 (long)ov_pcm_total(&vf,-1));
64 fprintf(stderr,"Encoded by: %s\n\n",ov_comment(&vf,-1)->vendor);
68 long ret=ov_read(&vf,pcmout,sizeof(pcmout),0,2,1,&current_section);
88 ov_clear(&vf);
/external/clang/test/CodeGen/
H A Daltivec.c20 vector float vf; local
22 vf = (vector float)(1.0); // CHECK: <float 1.000000e+{{0+}}, float 1.000000e+{{0+}}, float 1.000000e+{{0+}}, float 1.000000e+{{0+}}>
38 vector float vf; local
39 vf++; // CHECK: fadd <4 x float> {{.*}} <float 1.000000e+{{0+}}, float 1.000000e+{{0+}}, float 1.000000e+{{0+}}, float 1.000000e+{{0+}}>
H A Dbuiltins-ppc-altivec.c16 vector float vf = { -1.5, 2.5, -3.5, 4.5 }; variable
68 vf = vec_abs(vf);
164 res_vf = vec_add(vf, vf);
240 res_vf = vec_vaddfp(vf, vf);
686 res_vf = vec_andc(vf, vf);
692 res_vf = vec_andc(vbi, vf);
[all...]
/external/clang/test/CodeGenCXX/
H A Dconstructor-for-array-members.cpp9 float vf = 1.00; variable
12 S() : iS(i++), f1(vf++) {printf("S::S()\n");}
/external/clang/test/Sema/
H A Daltivec-init.c21 vector float vf; local
22 vf = (vector float)(1.0);
H A Dext_vector_casts.c99 float2 vf = f; local
115 vf = 1 + vf;
116 vf = l + vf;
117 vf = 2.0 + vf;
118 vf = d + vf; // expected-warning {{implicit conversion loses floating-point precision}}
119 vf
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_variance.h90 vp9_variance_fn_t vf; member in struct:vp9_variance_vtable
/external/eigen/test/eigen2/
H A Deigen2_mixingtypes.cpp37 Vec_f vf(size,1);
45 VERIFY_RAISES_ASSERT(vf=vd);
46 VERIFY_RAISES_ASSERT(vf+=vd);
53 mcf*vf; local
56 vcf = mcf*vf;
62 VERIFY_RAISES_ASSERT(vcf = mf*vf);
64 vf.eigen2_dot(vf);
65 VERIFY_RAISES_ASSERT(vd.eigen2_dot(vf));
66 VERIFY_RAISES_ASSERT(vcf.eigen2_dot(vf)); // yea
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dvariance.h106 vp8_variance_fn_t vf; member in struct:variance_vtable
/external/eigen/test/
H A Dmixingtypes.cpp43 Vec_f vf = Vec_f::Random(size,1); local
44 Vec_d vd = vf.template cast<double>();
56 VERIFY_RAISES_ASSERT(vf=vd);
57 VERIFY_RAISES_ASSERT(vf+=vd);
63 VERIFY_IS_APPROX(vf * scf , vf.template cast<complex<float> >() * scf);
67 vf.dot(vf);
69 VERIFY_RAISES_ASSERT(vd.dot(vf));
71 VERIFY_IS_APPROX(vcf.dot(vf), vc
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dvariance.h106 vp8_variance_fn_t vf; member in struct:variance_vtable
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_variance.h92 vp9_variance_fn_t vf; member in struct:vp9_variance_vtable
/external/pixman/test/
H A Dmatrix-test.c89 pixman_vector_f128_t vf, result_f; local
141 vf.v[j] = pixman_fixed_to_float128 (vi.v[j]);
148 if (pixman_transform_point_f128 (&tf, &vf, &result_f))
/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_secy_ops.c21 enum validate_frames vf)
23 kay->vf = vf;
226 kay->vf, kay->co);
20 secy_cp_control_validate_frames(struct ieee802_1x_kay *kay, enum validate_frames vf) argument
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_secy_ops.c21 enum validate_frames vf)
23 kay->vf = vf;
226 kay->vf, kay->co);
20 secy_cp_control_validate_frames(struct ieee802_1x_kay *kay, enum validate_frames vf) argument
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_secy_ops.c21 enum validate_frames vf)
23 kay->vf = vf;
226 kay->vf, kay->co);
20 secy_cp_control_validate_frames(struct ieee802_1x_kay *kay, enum validate_frames vf) argument
/external/clang/test/SemaCXX/
H A Daltivec.cpp16 vector float vf; local
31 int res12[vec_step(vf) == 4 ? 1 : -1];
62 vector float vf; local
63 vf++;
H A Ddestructor.cpp240 VF vf; use(vf); local
303 VF* vf = new VF(); local
304 delete vf;
341 simple_ptr<VF> vf(new VF());
342 use(*vf);
/external/eigen/bench/
H A Dbench_norm.cpp219 for (int i=0; i<iters; ++i) NRM(vf); \
239 VectorXf vf = VectorXf::Ones(s) * yf; local
243 std::cout << "sqsumNorm\t" << sqsumNorm(vf) << "\t" << sqsumNorm(vd) << "\n";
244 std::cout << "hypotNorm\t" << hypotNorm(vf) << "\t" << hypotNorm(vd) << "\n";
245 std::cout << "blueNorm\t" << blueNorm(vf) << "\t" << blueNorm(vd) << "\n";
246 std::cout << "pblueNorm\t" << pblueNorm(vf) << "\t" << pblueNorm(vd) << "\n";
247 std::cout << "lapackNorm\t" << lapackNorm(vf) << "\t" << lapackNorm(vd) << "\n";
248 std::cout << "twopassNorm\t" << twopassNorm(vf) << "\t" << twopassNorm(vd) << "\n";
249 std::cout << "bl2passNorm\t" << bl2passNorm(vf) << "\t" << bl2passNorm(vd) << "\n";
254 VectorXf vf(
319 VectorXf vf = VectorXf::Random(1024*1024*32) * y; local
334 VectorXf vf = VectorXf::Random(512) * y; local
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_arm64_helpers.c468 ULong vf = (cc_dep1 >> ARM64G_CC_SHIFT_V) & 1; local
469 return vf;
476 ULong vf = (ULong)(((res ^ argL) & (res ^ argR)) >> 31); local
477 return vf;
484 ULong vf = ((res ^ argL) & (res ^ argR)) >> 63; local
485 return vf;
492 ULong vf = (ULong)(((argL ^ argR) & (argL ^ res)) >> 31); local
493 return vf;
500 ULong vf = (((argL ^ argR) & (argL ^ res))) >> 63; local
501 return vf;
510 ULong vf = ((res ^ argL) & (res ^ argR)) >> 31; local
520 ULong vf = ((res ^ argL) & (res ^ argR)) >> 63; local
530 ULong vf = ((argL ^ argR) & (argL ^ res)) >> 31; local
540 ULong vf = ((argL ^ argR) & (argL ^ res)) >> 63; local
617 ULong nf, zf, vf, cf; local
[all...]
H A Dguest_arm_helpers.c363 UInt vf = (cc_dep1 >> ARMG_CC_SHIFT_V) & 1; local
364 return vf;
371 UInt vf = ((res ^ argL) & (res ^ argR)) >> 31; local
372 return vf;
379 UInt vf = ((argL ^ argR) & (argL ^ res)) >> 31; local
380 return vf;
389 UInt vf = ((res ^ argL) & (res ^ argR)) >> 31; local
390 return vf;
399 UInt vf = ((argL ^ argR) & (argL ^ res)) >> 31; local
400 return vf;
406 UInt vf = oldV; local
413 UInt vf = oldV; local
420 UInt vf = oldV; local
476 UInt nf, zf, vf, cf, inv; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpas_kay.c109 enum validate_frames vf,
113 conf_offset_val(co), vf);
107 wpas_create_receive_sc(void *wpa_s, u32 channel, struct ieee802_1x_mka_sci *sci, enum validate_frames vf, enum confidentiality_offset co) argument
/external/chromium_org/third_party/smhasher/src/
H A DCity.cpp185 uint64 vf = a + z; local
196 uint64 r = ShiftMix((vf + ws) * k2 + (wf + vs) * k0);
/external/openssl/crypto/srp/
H A Dsrp_vfy.c532 char *vf; local
579 if (((vf = OPENSSL_malloc(BN_num_bytes(v)*2)) == NULL))
581 t_tob64(vf, tmp, BN_num_bytes(v));
583 *verifier = vf;
590 OPENSSL_free(vf);

Completed in 1714 milliseconds

12