Home
last modified time | relevance | path

Searched defs:array1 (Results 176 – 200 of 3068) sorted by relevance

12345678910>>...123

/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/
H A D1.cc49 int array1[] = {4, 3, 2, 1, 0}; in test2() local
61 int array1[] = {4, 0, 1, 3, 2}; in test3() local
72 int array1[] = {4, 1, 3, 2, 0}; in test4() local
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/
H A D1.cc49 int array1[] = {4, 3, 2, 1, 0}; in test2() local
61 int array1[] = {4, 0, 1, 3, 2}; in test3() local
72 int array1[] = {4, 1, 3, 2, 0}; in test4() local
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/
H A D1.cc49 int array1[] = {4, 3, 2, 1, 0}; in test2() local
61 int array1[] = {4, 0, 1, 3, 2}; in test3() local
72 int array1[] = {4, 1, 3, 2, 0}; in test4() local
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/
H A D1.cc49 int array1[] = {4, 3, 2, 1, 0}; in test2() local
61 int array1[] = {4, 0, 1, 3, 2}; in test3() local
72 int array1[] = {4, 1, 3, 2, 0}; in test4() local
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/
H A D1.cc49 int array1[] = {4, 3, 2, 1, 0}; in test2() local
61 int array1[] = {4, 0, 1, 3, 2}; in test3() local
72 int array1[] = {4, 1, 3, 2, 0}; in test4() local
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/
H A D1.cc49 int array1[] = {4, 3, 2, 1, 0}; in test2() local
61 int array1[] = {4, 0, 1, 3, 2}; in test3() local
72 int array1[] = {4, 1, 3, 2, 0}; in test4() local
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/
H A D1.cc49 int array1[] = {4, 3, 2, 1, 0}; in test2() local
61 int array1[] = {4, 0, 1, 3, 2}; in test3() local
72 int array1[] = {4, 1, 3, 2, 0}; in test4() local
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/
H A D1.cc49 int array1[] = {4, 3, 2, 1, 0}; in test2() local
61 int array1[] = {4, 0, 1, 3, 2}; in test3() local
72 int array1[] = {4, 1, 3, 2, 0}; in test4() local
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/
H A D1.cc49 int array1[] = {4, 3, 2, 1, 0}; in test2() local
61 int array1[] = {4, 0, 1, 3, 2}; in test3() local
72 int array1[] = {4, 1, 3, 2, 0}; in test4() local
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/
H A D1.cc49 int array1[] = {4, 3, 2, 1, 0}; in test2() local
61 int array1[] = {4, 0, 1, 3, 2}; in test3() local
72 int array1[] = {4, 1, 3, 2, 0}; in test4() local
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/
H A D1.cc49 int array1[] = {4, 3, 2, 1, 0}; in test2() local
61 int array1[] = {4, 0, 1, 3, 2}; in test3() local
72 int array1[] = {4, 1, 3, 2, 0}; in test4() local
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/
H A D1.cc49 int array1[] = {4, 3, 2, 1, 0}; in test2() local
61 int array1[] = {4, 0, 1, 3, 2}; in test3() local
72 int array1[] = {4, 1, 3, 2, 0}; in test4() local
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/
H A D1.cc49 int array1[] = {4, 3, 2, 1, 0}; in test2() local
61 int array1[] = {4, 0, 1, 3, 2}; in test3() local
72 int array1[] = {4, 1, 3, 2, 0}; in test4() local
/dports/java/apache-commons-lang/commons-lang-2.6-src/src/test/java/org/apache/commons/lang/builder/
H A DEqualsBuilderTest.java556 long[][] array1 = new long[2][2]; in testMultiLongArray() local
571 int[][] array1 = new int[2][2]; in testMultiIntArray() local
601 char[][] array1 = new char[2][2]; in testMultiCharArray() local
682 long array1[][] = new long[2][]; in testRaggedArray() local
699 Object array1[] = new Object[2]; in testMixedArray() local
733 long[] array1 = new long[2]; in testLongArrayHiddenByObject() local
750 int[] array1 = new int[2]; in testIntArrayHiddenByObject() local
767 short[] array1 = new short[2]; in testShortArrayHiddenByObject() local
784 char[] array1 = new char[2]; in testCharArrayHiddenByObject() local
818 double[] array1 = new double[2]; in testDoubleArrayHiddenByObject() local
[all …]
/dports/games/residualvm/residualvm-0.3.1/test/common/
H A Darray.h203 Common::Array<int> array1, array2; in test_push_back() local
251 Common::Array<int> array1; in test_copy_constructor() local
273 Common::Array<int> array1; in test_equals() local
290 const int array1[] = { -3, 5, 9 }; in test_array_constructor() local
302 const char *array1[] = { "a", "b", "c" }; in test_array_constructor_str() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/nodes/
H A DArrayRegionEqualsNode.java61 @Input private ValueNode array1; field in ArrayRegionEqualsNode
71 …public ArrayRegionEqualsNode(ValueNode array1, ValueNode array2, ValueNode length, @ConstantNodePa… in ArrayRegionEqualsNode()
80 …public static native boolean regionEquals(Pointer array1, Pointer array2, int length, @ConstantNod… in regionEquals()
/dports/biology/avida/avida-2.12.4-src/libs/apto/unittests/core/
H A DArray.cc62 Apto::Array<int, Apto::Basic> array1(5); in TEST() local
82 Apto::Array<int, Apto::Basic> array1(5); in TEST() local
165 Apto::Array<int, Apto::Basic> array1(3); in TEST() local
181 Apto::Array<int, Apto::Basic> array1(3); in TEST() local
239 Apto::Array<int, Apto::Smart> array1(5); in TEST() local
259 Apto::Array<int, Apto::Smart> array1(5); in TEST() local
348 Apto::Array<int, Apto::Smart> array1(3); in TEST() local
364 Apto::Array<int, Apto::Smart> array1(3); in TEST() local
421 Apto::Array<int, Apto::ManagedPointer> array1(5); in TEST() local
441 Apto::Array<int, Apto::ManagedPointer> array1(5); in TEST() local
[all …]
/dports/science/cdo/cdo-2.0.0/src/
H A Dfield2_complex.cc18 auto &array1 = field1.vec_d; in field2_add_complex() local
39 auto &array1 = field1.vec_d; in field2_sub_complex() local
60 auto &array1 = field1.vec_d; in field2_mul_complex() local
84 auto &array1 = field1.vec_d; in field2_div_complex() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/vectorization/
H A DTestUnexpectedLoadOrdering.java37 double[] array1 = new double[1000]; in main() local
44 private static double test(double[] array1, double[] array2) { in test()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/vectorization/
H A DTestUnexpectedLoadOrdering.java37 double[] array1 = new double[1000]; in main() local
44 private static double test(double[] array1, double[] array2) { in test()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/vectorization/
H A DTestUnexpectedLoadOrdering.java37 double[] array1 = new double[1000]; in main() local
44 private static double test(double[] array1, double[] array2) { in test()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/vectorization/
H A DTestUnexpectedLoadOrdering.java37 double[] array1 = new double[1000]; in main() local
44 private static double test(double[] array1, double[] array2) { in test()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/vectorization/
H A DTestUnexpectedLoadOrdering.java37 double[] array1 = new double[1000]; in main() local
44 private static double test(double[] array1, double[] array2) { in test()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/vectorization/
H A DTestUnexpectedLoadOrdering.java37 double[] array1 = new double[1000]; in main() local
44 private static double test(double[] array1, double[] array2) { in test()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/vectorization/
H A DTestUnexpectedLoadOrdering.java37 double[] array1 = new double[1000]; in main() local
44 private static double test(double[] array1, double[] array2) { in test()

12345678910>>...123