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

/external/eigen/test/eigen2/
H A Deigen2_mixingtypes.cpp39 Vec_cf vcf(size,1);
52 mf*vcf; local
56 vcf = mcf*vf;
62 VERIFY_RAISES_ASSERT(vcf = mf*vf);
66 VERIFY_RAISES_ASSERT(vcf.eigen2_dot(vf)); // yeah eventually we should allow this but i'm too lazy to make that change now in Dot.h
/external/eigen/test/
H A Dmixingtypes.cpp45 Vec_cf vcf = Vec_cf::Random(size,1); local
46 Vec_cd vcd = vcf.template cast<complex<double> >();
61 VERIFY_IS_APPROX(vcf * sf , vcf * complex<float>(sf));
71 VERIFY_IS_APPROX(vcf.dot(vf), vcf.dot(vf.template cast<complex<float> >()));
82 VERIFY_IS_APPROX((vf.transpose() * vcf).value(), (vf.template cast<complex<float> >().transpose() * vcf).value());
85 VERIFY_IS_APPROX((vf * vcf.transpose()).eval(), (vf.template cast<complex<float> >() * vcf
[all...]
/external/eigen/bench/
H A Dbench_norm.cpp229 for (int i=0; i<iters; ++i) NRM(vcf); \
321 VectorXcf vcf = VectorXcf::Random(1024*1024*32) * y; local
336 VectorXcf vcf = VectorXcf::Random(512) * y; local
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h537 mDNSu32 vcf; // Version, Traffic Class, Flow Label variable

Completed in 297 milliseconds