Home
last modified time | relevance | path

Searched refs:secondIndex (Results 1 – 25 of 195) sorted by relevance

12345678

/dports/textproc/libkomparediff2/libkomparediff2-21.12.3/src/
H A Dstringlistpair.cpp69 bool StringListPair::equal(unsigned int firstIndex, unsigned int secondIndex) const in equal()
71 if (m_hashesFirst[firstIndex] != m_hashesSecond[secondIndex]) { in equal()
74 if (firstIndex == 0 || secondIndex == 0) { in equal()
75 return firstIndex == 0 && secondIndex == 0; in equal()
77 return m_first[firstIndex - 1] == m_second[secondIndex - 1]; in equal()
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/Extensions/
H A DListExtensions.cs18 public static void Swap<T>(this IList list, int firstIndex, int secondIndex) in Swap() argument
30 if (firstIndex > list.Count - 1 || secondIndex < 0) in Swap()
32 throw new IndexOutOfRangeException("Second Index: " + secondIndex); in Swap()
36 list[firstIndex] = list[secondIndex]; in Swap()
37 list[secondIndex] = temp; in Swap()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/runnable/
H A Dtraits_getVirtualIndex.d79 ptrdiff_t secondIndex = getIndex!(VirtualIndexBase, "foo", 1); in main() local
80 assert(firstIndex > 0 && secondIndex > 0); in main()
82 assert(secondIndex == firstIndex + 1); in main()
88 assert(getIndex!(VirtualIndexDerived, "foo", 1) == secondIndex); in main()
92 assert(newOverloadIndex == secondIndex + 1); in main()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/runnable/
H A Dtraits_getVirtualIndex.d79 ptrdiff_t secondIndex = getIndex!(VirtualIndexBase, "foo", 1); in main() local
80 assert(firstIndex > 0 && secondIndex > 0); in main()
82 assert(secondIndex == firstIndex + 1); in main()
88 assert(getIndex!(VirtualIndexDerived, "foo", 1) == secondIndex); in main()
92 assert(newOverloadIndex == secondIndex + 1); in main()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/runnable/
H A Dtraits_getVirtualIndex.d79 ptrdiff_t secondIndex = getIndex!(VirtualIndexBase, "foo", 1); in main() local
80 assert(firstIndex > 0 && secondIndex > 0); in main()
82 assert(secondIndex == firstIndex + 1); in main()
88 assert(getIndex!(VirtualIndexDerived, "foo", 1) == secondIndex); in main()
92 assert(newOverloadIndex == secondIndex + 1); in main()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gdc.test/runnable/
H A Dtraits_getVirtualIndex.d79 ptrdiff_t secondIndex = getIndex!(VirtualIndexBase, "foo", 1); in main() local
80 assert(firstIndex > 0 && secondIndex > 0); in main()
82 assert(secondIndex == firstIndex + 1); in main()
88 assert(getIndex!(VirtualIndexDerived, "foo", 1) == secondIndex); in main()
92 assert(newOverloadIndex == secondIndex + 1); in main()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/runnable/
H A Dtraits_getVirtualIndex.d79 ptrdiff_t secondIndex = getIndex!(VirtualIndexBase, "foo", 1); in main() local
80 assert(firstIndex > 0 && secondIndex > 0); in main()
82 assert(secondIndex == firstIndex + 1); in main()
88 assert(getIndex!(VirtualIndexDerived, "foo", 1) == secondIndex); in main()
92 assert(newOverloadIndex == secondIndex + 1); in main()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gdc.test/runnable/
H A Dtraits_getVirtualIndex.d79 ptrdiff_t secondIndex = getIndex!(VirtualIndexBase, "foo", 1); in main() local
80 assert(firstIndex > 0 && secondIndex > 0); in main()
82 assert(secondIndex == firstIndex + 1); in main()
88 assert(getIndex!(VirtualIndexDerived, "foo", 1) == secondIndex); in main()
92 assert(newOverloadIndex == secondIndex + 1); in main()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gdc.test/runnable/
H A Dtraits_getVirtualIndex.d79 ptrdiff_t secondIndex = getIndex!(VirtualIndexBase, "foo", 1); in main() local
80 assert(firstIndex > 0 && secondIndex > 0); in main()
82 assert(secondIndex == firstIndex + 1); in main()
88 assert(getIndex!(VirtualIndexDerived, "foo", 1) == secondIndex); in main()
92 assert(newOverloadIndex == secondIndex + 1); in main()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gdc.test/runnable/
H A Dtraits_getVirtualIndex.d79 ptrdiff_t secondIndex = getIndex!(VirtualIndexBase, "foo", 1); in main() local
80 assert(firstIndex > 0 && secondIndex > 0); in main()
82 assert(secondIndex == firstIndex + 1); in main()
88 assert(getIndex!(VirtualIndexDerived, "foo", 1) == secondIndex); in main()
92 assert(newOverloadIndex == secondIndex + 1); in main()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gdc.test/runnable/
H A Dtraits_getVirtualIndex.d79 ptrdiff_t secondIndex = getIndex!(VirtualIndexBase, "foo", 1); in main() local
80 assert(firstIndex > 0 && secondIndex > 0); in main()
82 assert(secondIndex == firstIndex + 1); in main()
88 assert(getIndex!(VirtualIndexDerived, "foo", 1) == secondIndex); in main()
92 assert(newOverloadIndex == secondIndex + 1); in main()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gdc.test/runnable/
H A Dtraits_getVirtualIndex.d79 ptrdiff_t secondIndex = getIndex!(VirtualIndexBase, "foo", 1); in main() local
80 assert(firstIndex > 0 && secondIndex > 0); in main()
82 assert(secondIndex == firstIndex + 1); in main()
88 assert(getIndex!(VirtualIndexDerived, "foo", 1) == secondIndex); in main()
92 assert(newOverloadIndex == secondIndex + 1); in main()
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmTypeDef.cpp304 if (firstIndex == secondIndex) { in isTypeIndexEquivalent()
316 if (isArrayType(firstIndex) && isArrayType(secondIndex)) { in isTypeIndexEquivalent()
317 return isArrayEquivalent(firstIndex, secondIndex, cache); in isTypeIndexEquivalent()
330 if (cache->isEquivalent(firstIndex, secondIndex)) { in isStructEquivalent()
335 const StructType& superType = structType(secondIndex); in isStructEquivalent()
344 if (!cache->markEquivalent(firstIndex, secondIndex)) { in isStructEquivalent()
352 cache->unmarkEquivalent(firstIndex, secondIndex); in isStructEquivalent()
373 if (cache->isEquivalent(firstIndex, secondIndex)) { in isArrayEquivalent()
378 const ArrayType& superType = arrayType(secondIndex); in isArrayEquivalent()
382 if (!cache->markEquivalent(firstIndex, secondIndex)) { in isArrayEquivalent()
[all …]
/dports/math/eigen3/eigen-3.3.9/bench/btl/libs/blitz/
H A Dblitz_interface.hh88 secondIndex j; in matrix_matrix_product()
96 secondIndex j; in ata_product()
104 secondIndex j; in aat_product()
112 secondIndex j; in matrix_vector_product()
119 secondIndex j; in atv_product()
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/bench/btl/libs/blitz/
H A Dblitz_interface.hh88 secondIndex j; in matrix_matrix_product()
96 secondIndex j; in ata_product()
104 secondIndex j; in aat_product()
112 secondIndex j; in matrix_vector_product()
119 secondIndex j; in atv_product()
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/bench/btl/libs/blitz/
H A Dblitz_interface.hh88 secondIndex j; in matrix_matrix_product()
96 secondIndex j; in ata_product()
104 secondIndex j; in aat_product()
112 secondIndex j; in matrix_vector_product()
119 secondIndex j; in atv_product()
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/bench/btl/libs/blitz/
H A Dblitz_interface.hh88 secondIndex j; in matrix_matrix_product()
96 secondIndex j; in ata_product()
104 secondIndex j; in aat_product()
112 secondIndex j; in matrix_vector_product()
119 secondIndex j; in atv_product()
/dports/misc/opennn/opennn-5.0.5/eigen/bench/btl/libs/blitz/
H A Dblitz_interface.hh88 secondIndex j; in matrix_matrix_product()
96 secondIndex j; in ata_product()
104 secondIndex j; in aat_product()
112 secondIndex j; in matrix_vector_product()
119 secondIndex j; in atv_product()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/bench/btl/libs/blitz/
H A Dblitz_interface.hh88 secondIndex j; in matrix_matrix_product()
96 secondIndex j; in ata_product()
104 secondIndex j; in aat_product()
112 secondIndex j; in matrix_vector_product()
119 secondIndex j; in atv_product()
/dports/biology/ncbi-toolkit/ncbi/algo/blast/core/
H A Dphi_lookup.c397 Int4 secondIndex; /*second index into pattern*/ in SPHIPatternSearchBlkNew() local
473 secondIndex = charIndex; in SPHIPatternSearchBlkNew()
476 while (pattern[secondIndex] != ',' && in SPHIPatternSearchBlkNew()
477 pattern[secondIndex] != ')') in SPHIPatternSearchBlkNew()
478 secondIndex++; in SPHIPatternSearchBlkNew()
479 if (pattern[secondIndex] == ')') { in SPHIPatternSearchBlkNew()
622 for (secondIndex = charIndex + 1; secondIndex < posIndex; in SPHIPatternSearchBlkNew()
623 secondIndex++) { in SPHIPatternSearchBlkNew()
624 if (multiword_items->inputPatternMasked[secondIndex] > 0) in SPHIPatternSearchBlkNew()
627 for (; secondIndex < posIndex; secondIndex++, charIndex++) { in SPHIPatternSearchBlkNew()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/core/
H A Dphi_lookup.c397 Int4 secondIndex; /*second index into pattern*/ in SPHIPatternSearchBlkNew() local
473 secondIndex = charIndex; in SPHIPatternSearchBlkNew()
476 while (pattern[secondIndex] != ',' && in SPHIPatternSearchBlkNew()
477 pattern[secondIndex] != ')') in SPHIPatternSearchBlkNew()
478 secondIndex++; in SPHIPatternSearchBlkNew()
479 if (pattern[secondIndex] == ')') { in SPHIPatternSearchBlkNew()
622 for (secondIndex = charIndex + 1; secondIndex < posIndex; in SPHIPatternSearchBlkNew()
623 secondIndex++) { in SPHIPatternSearchBlkNew()
624 if (multiword_items->inputPatternMasked[secondIndex] > 0) in SPHIPatternSearchBlkNew()
627 for (; secondIndex < posIndex; secondIndex++, charIndex++) { in SPHIPatternSearchBlkNew()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/core/
H A Dphi_lookup.c397 Int4 secondIndex; /*second index into pattern*/ in SPHIPatternSearchBlkNew() local
473 secondIndex = charIndex; in SPHIPatternSearchBlkNew()
476 while (pattern[secondIndex] != ',' && in SPHIPatternSearchBlkNew()
477 pattern[secondIndex] != ')') in SPHIPatternSearchBlkNew()
478 secondIndex++; in SPHIPatternSearchBlkNew()
479 if (pattern[secondIndex] == ')') { in SPHIPatternSearchBlkNew()
622 for (secondIndex = charIndex + 1; secondIndex < posIndex; in SPHIPatternSearchBlkNew()
623 secondIndex++) { in SPHIPatternSearchBlkNew()
624 if (multiword_items->inputPatternMasked[secondIndex] > 0) in SPHIPatternSearchBlkNew()
627 for (; secondIndex < posIndex; secondIndex++, charIndex++) { in SPHIPatternSearchBlkNew()
[all …]
/dports/sysutils/k3b/k3b-21.12.3/tests/
H A Dk3bmetaitemmodeltest.cpp92 QModelIndex secondIndex = model.index( 1, 0 ); in testAddSubModel() local
93 QVERIFY( secondIndex.isValid() ); in testAddSubModel()
94 QCOMPARE( model.rowCount( secondIndex ), 2 ); in testAddSubModel()
162 QModelIndex secondIndex = model.index( 1, 0 ); in testDynamicChanges() local
165 QCOMPARE( model.rowCount( secondIndex ), 2 ); in testDynamicChanges()
172 QCOMPARE( arguments.at( 0 ).value<QModelIndex>(), secondIndex ); in testDynamicChanges()
178 QCOMPARE( arguments.at( 0 ).value<QModelIndex>(), secondIndex ); in testDynamicChanges()
181 QCOMPARE( model.rowCount( secondIndex ), 1 ); in testDynamicChanges()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Visualization/VTK/Widgets/Testing/Cpp/
H A DctkVTKTransferFunctionRepresentationTest1.cpp48 int secondIndex = defaultCTF.insertControlPoint(secondPos); in ctkVTKTransferFunctionRepresentationTest1() local
49 std::cout << "Index :" << firstIndex << " " << secondIndex << std::endl; in ctkVTKTransferFunctionRepresentationTest1()
52 defaultControlPoint = defaultCTF.controlPoint(secondIndex); in ctkVTKTransferFunctionRepresentationTest1()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/dbtests/
H A Dquery_stage_merge_sort.cpp143 BSONObj secondIndex = BSON("b" << 1 << "c" << 1); in run() local
146 addIndex(secondIndex); in run()
165 params.descriptor = getIndex(secondIndex, coll); in run()
217 addIndex(secondIndex); in run()
236 params.descriptor = getIndex(secondIndex, coll); in run()
286 addIndex(secondIndex); in run()
306 params.descriptor = getIndex(secondIndex, coll); in run()
359 addIndex(secondIndex); in run()
430 addIndex(secondIndex); in run()
773 addIndex(secondIndex); in run()
[all …]

12345678