Searched refs:vcf (Results 1 - 5 of 5) sorted by relevance

/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/libmtp/examples/
H A Devolution-sync.sh19 # tab, sort by size (it should be small files, extension .ics and .vcf)
21 # 6651416 with the ics and vcf extensions, respectively.
23 CONTACTS_FILE="6651416.vcf"
33 # $SYNC_HOME/contacts/Evolution_contacts.vcf
44 # in some extra .vcf files here as well if you like.
73 --output=$SYNC_HOME/contacts/Evolution_contacts.vcf \
80 cat $SYNC_HOME/contacts/*.vcf > $SYNC_HOME/$CONTACTS_FILE
87 # You can now upload the ics and vcf files to you My Organizer folder
89 # Sending the vcf file is only supported in CVS version at this time
92 $SENDFILE -f "My Organizer" -t vcf
[all...]
/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/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 127 milliseconds