Searched refs:vcf (Results 1 – 6 of 6) sorted by relevance
/external/eigen/test/ |
D | mixingtypes.cpp | 59 Vec_cf vcf = Vec_cf::Random(size,1); in mixingtypes() local 60 Vec_cd vcd = vcf.template cast<complex<double> >(); in mixingtypes() 84 VERIFY_MIX_SCALAR(vcf * sf , vcf * complex<float>(sf)); in mixingtypes() 89 VERIFY_MIX_SCALAR(vcf * 2 , vcf * complex<float>(2)); in mixingtypes() 90 VERIFY_MIX_SCALAR(vcf * 2.1 , vcf * complex<float>(2.1)); in mixingtypes() 91 VERIFY_MIX_SCALAR(2 * vcf, vcf * complex<float>(2)); in mixingtypes() 92 VERIFY_MIX_SCALAR(2.1 * vcf , vcf * complex<float>(2.1)); in mixingtypes() 95 VERIFY_MIX_SCALAR(vcf / sf , vcf / complex<float>(sf)); in mixingtypes() 101 VERIFY_MIX_SCALAR(vcf.array() + sf , vcf.array() + complex<float>(sf)); in mixingtypes() 107 VERIFY_MIX_SCALAR(vcf.array() - sf , vcf.array() - complex<float>(sf)); in mixingtypes() [all …]
|
/external/libmtp/examples/ |
D | evolution-sync.sh | 73 --output=$SYNC_HOME/contacts/Evolution_contacts.vcf \ 80 cat $SYNC_HOME/contacts/*.vcf > $SYNC_HOME/$CONTACTS_FILE 92 $SENDFILE -f "My Organizer" -t vcf $SYNC_HOME/$CONTACTS_FILE
|
/external/eigen/bench/ |
D | bench_norm.cpp | 334 VectorXcf vcf = VectorXcf::Random(s1) * y; in main() local 350 VectorXcf vcf = VectorXcf::Random(512) * y; in main() local
|
/external/libmtp/ |
D | README | 670 and VCard (.vcf) files from programs like for example 685 - Contact (.vcf) files should be stored in the folder "My Contacts" 692 Contacts: My Organizer/6651416.vcf 698 Evolution can easily export .ics an .vcf files, but you currently
|
/external/mdnsresponder/mDNSCore/ |
D | mDNSEmbeddedAPI.h | 548 mDNSu32 vcf; // Version, Traffic Class, Flow Label
|
/external/python/cpython3/Lib/test/ |
D | mime.types | 1432 text/x-vcard vcf
|