Home
last modified time | relevance | path

Searched refs:feature1 (Results 226 – 250 of 379) sorted by relevance

12345678910>>...16

/dports/emulators/qemu/qemu-6.2.0/roms/seabios-hppa/src/
H A Dmisc.c117 .feature1 = (
/dports/math/fcl/fcl-0.7.0/test/narrowphase/detail/convexity_based_algorithm/
H A Dtest_gjk_libccd-inl_epa.cpp883 std::unordered_set<T*>* feature1, std::unordered_set<T*>* feature2, in MapFeature1ToFeature2() argument
885 feature1->clear(); in MapFeature1ToFeature2()
890 auto it = feature1->find(f); in MapFeature1ToFeature2()
891 assert(it == feature1->end()); in MapFeature1ToFeature2()
892 feature1->emplace_hint(it, f); in MapFeature1ToFeature2()
899 EXPECT_EQ(feature1->size(), feature2->size()); in MapFeature1ToFeature2()
900 for (const auto& f1 : *feature1) { in MapFeature1ToFeature2()
918 EXPECT_EQ(map_feature1_to_feature2->size(), feature1->size()); in MapFeature1ToFeature2()
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/test/evosuite-tests/uk/ac/sanger/artemis/circular/
H A DTrack_ESTest.java317 uk.ac.sanger.artemis.Feature feature1 = feature0.getArtemisFeature(); in test21() local
318 boolean boolean0 = track0.isOnTrack(feature1); in test21()
332 uk.ac.sanger.artemis.Feature feature1 = feature0.getArtemisFeature(); in test22() local
333 boolean boolean0 = track0.isOnTrack(feature1); in test22()
/dports/lang/v8/v8-9.6.180.12/test/unittests/compiler/backend/
H A Dinstruction-selector-unittest.h77 Stream Build(CpuFeature feature1, CpuFeature feature2) { in Build() argument
78 return Build(InstructionSelector::Features(feature1, feature2)); in Build()
/dports/math/R-cran-sf/sf/man/
H A Dsf.Rd64 …ector like \code{c(feature1='constant', ...)} will set \code{agr} value to \code{'constant'} for t…
/dports/biology/p5-BioPerl/BioPerl-1.7.7/t/SearchIO/
H A Derpin.t64 isa_ok($hsp->feature1, 'Bio::SeqFeature::Similarity');
108 isa_ok($hsp->feature1, 'Bio::SeqFeature::Similarity');
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios-hppa/src/std/
H A Dbda.h171 u8 feature1, feature2, feature3, feature4, feature5; member
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios/src/std/
H A Dbda.h171 u8 feature1, feature2, feature3, feature4, feature5; member
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios/src/std/
H A Dbda.h171 u8 feature1, feature2, feature3, feature4, feature5; member
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios-hppa/src/std/
H A Dbda.h171 u8 feature1, feature2, feature3, feature4, feature5; member
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios-hppa/src/std/
H A Dbda.h171 u8 feature1, feature2, feature3, feature4, feature5; member
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios/src/std/
H A Dbda.h171 u8 feature1, feature2, feature3, feature4, feature5; member
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios/src/std/
H A Dbda.h171 u8 feature1, feature2, feature3, feature4, feature5; member
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios-hppa/src/std/
H A Dbda.h171 u8 feature1, feature2, feature3, feature4, feature5; member
/dports/misc/seabios/seabios-1.14.0/src/std/
H A Dbda.h171 u8 feature1, feature2, feature3, feature4, feature5; member
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios-hppa/src/std/
H A Dbda.h171 u8 feature1, feature2, feature3, feature4, feature5; member
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios/src/std/
H A Dbda.h171 u8 feature1, feature2, feature3, feature4, feature5; member
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios/src/std/
H A Dbda.h171 u8 feature1, feature2, feature3, feature4, feature5; member
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios-hppa/src/std/
H A Dbda.h171 u8 feature1, feature2, feature3, feature4, feature5; member
/dports/emulators/qemu/qemu-6.2.0/roms/seabios/src/std/
H A Dbda.h171 u8 feature1, feature2, feature3, feature4, feature5; member
/dports/emulators/qemu/qemu-6.2.0/roms/seabios-hppa/src/std/
H A Dbda.h171 u8 feature1, feature2, feature3, feature4, feature5; member
/dports/math/polymake/polymake-4.5/lib/core/include/internal/
H A Dcomparators.h106 feature1;
111 const TransformedContainerPair< masquerade_add_features<const Container1&, feature1>,
115 for ( ; !at_end1(it, mlist<feature1>()); ++it) {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/product/
H A DProduct.java799 public void swap(IProductFeature feature1, IProductFeature feature2) { in swap() argument
800 int index1 = fFeatures.indexOf(feature1); in swap()
806 fFeatures.set(index2, feature1); in swap()
809 fireStructureChanged(feature1, IModelChangedEvent.CHANGE); in swap()
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/Tools/
H A DPromoterwise.pm201 my $fp = Bio::SeqFeature::FeaturePair->new(-feature1=>$sf1,
H A DQRNA.pm396 $f->feature1($qf);

12345678910>>...16