Home
last modified time | relevance | path

Searched defs:arr2 (Results 1 – 25 of 2440) sorted by relevance

12345678910>>...98

/dports/math/combblas/CombBLAS_beta_16_2/include/CombBLAS/
H A DDeleter.h54 void DeleteAll(A arr1, B arr2) in DeleteAll()
61 void DeleteAll(A arr1, B arr2, C arr3) in DeleteAll()
68 void DeleteAll(A arr1, B arr2, C arr3, D arr4) in DeleteAll()
76 void DeleteAll(A arr1, B arr2, C arr3, D arr4, E arr5) in DeleteAll()
83 void DeleteAll(A arr1, B arr2, C arr3, D arr4, E arr5, F arr6) in DeleteAll()
/dports/devel/php-ice37/ice-3.7.2/js/test/typescript/Ice/stream/
H A DClient.ts228 const arr2 = Ice.BoolSeqHelper.read(inS); constant
246 const arr2 = Ice.ByteSeqHelper.read(inS); constant
264 const arr2 = Ice.ShortSeqHelper.read(inS); constant
282 const arr2 = Ice.IntSeqHelper.read(inS); constant
300 const arr2 = Ice.LongSeqHelper.read(inS); constant
318 const arr2 = Ice.FloatSeqHelper.read(inS); constant
336 const arr2 = Ice.DoubleSeqHelper.read(inS); constant
354 const arr2 = Ice.StringSeqHelper.read(inS); constant
372 const arr2 = Test.MyEnumSHelper.read(inS); constant
436 const arr2 = Test.MyClassSHelper.read(inS); constant
[all …]
/dports/devel/ice37/ice-3.7.2/js/test/typescript/Ice/stream/
H A DClient.ts228 const arr2 = Ice.BoolSeqHelper.read(inS); constant
246 const arr2 = Ice.ByteSeqHelper.read(inS); constant
264 const arr2 = Ice.ShortSeqHelper.read(inS); constant
282 const arr2 = Ice.IntSeqHelper.read(inS); constant
300 const arr2 = Ice.LongSeqHelper.read(inS); constant
318 const arr2 = Ice.FloatSeqHelper.read(inS); constant
336 const arr2 = Ice.DoubleSeqHelper.read(inS); constant
354 const arr2 = Ice.StringSeqHelper.read(inS); constant
372 const arr2 = Test.MyEnumSHelper.read(inS); constant
436 const arr2 = Test.MyClassSHelper.read(inS); constant
[all …]
/dports/devel/py-ice37/ice-3.7.2/js/test/typescript/Ice/stream/
H A DClient.ts228 const arr2 = Ice.BoolSeqHelper.read(inS); constant
246 const arr2 = Ice.ByteSeqHelper.read(inS); constant
264 const arr2 = Ice.ShortSeqHelper.read(inS); constant
282 const arr2 = Ice.IntSeqHelper.read(inS); constant
300 const arr2 = Ice.LongSeqHelper.read(inS); constant
318 const arr2 = Ice.FloatSeqHelper.read(inS); constant
336 const arr2 = Ice.DoubleSeqHelper.read(inS); constant
354 const arr2 = Ice.StringSeqHelper.read(inS); constant
372 const arr2 = Test.MyEnumSHelper.read(inS); constant
436 const arr2 = Test.MyClassSHelper.read(inS); constant
[all …]
/dports/devel/aws-c-common/aws-c-common-0.6.15/include/aws/common/
H A Dpredicates.h14 # define AWS_BYTES_EQ(arr1, arr2, len) … argument
21 # define AWS_BYTES_EQ(arr1, arr2, len) (memcmp(arr1, arr2, len) == 0) argument
24 # define AWS_BYTES_EQ(arr1, arr2, len) (1) argument
/dports/misc/mxnet/incubator-mxnet-1.9.0/scala-package/core/src/test/scala/org/apache/mxnet/
H A DNDArraySuite.scala129 val arr2 = Array(1.0f, 1.0f, 1.0f, 1.0f) constant
347 val arr2 = NDArray.array(Array(3f, 4f), shape = Shape(2, 1)) constant
459 var arr2 = NDArray.array(Array(1f, 4f, 3f, 6f), shape = Shape(2, 2)) variable
705 val arr2 = NDArray.array(Array(4f, 1f, 3.5f), shape = Shape(3, 1)) constant
724 val arr2 = NDArray.array(Array(4f, 1f, 3.5f), shape = Shape(3, 1)) constant
751 val arr2 = NDArray.array(Array(8f, 7f, 6f), shape = Shape(1, 3)) constant
765 val arr2 = NDArray.array(Array(5f, 6f), shape = Shape(2, 1)) constant
883 val arr2 = arr.slice(1, 3) constant
913 val arr2 = NDArray.ones(1, 2) constant
934 val arr2 = NDArray.ones(1, 2) constant
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/scala-package/core/src/test/scala/org/apache/mxnet/
H A DNDArraySuite.scala129 val arr2 = Array(1.0f, 1.0f, 1.0f, 1.0f) constant
347 val arr2 = NDArray.array(Array(3f, 4f), shape = Shape(2, 1)) constant
459 var arr2 = NDArray.array(Array(1f, 4f, 3f, 6f), shape = Shape(2, 2)) variable
705 val arr2 = NDArray.array(Array(4f, 1f, 3.5f), shape = Shape(3, 1)) constant
724 val arr2 = NDArray.array(Array(4f, 1f, 3.5f), shape = Shape(3, 1)) constant
751 val arr2 = NDArray.array(Array(8f, 7f, 6f), shape = Shape(1, 3)) constant
765 val arr2 = NDArray.array(Array(5f, 6f), shape = Shape(2, 1)) constant
883 val arr2 = arr.slice(1, 3) constant
913 val arr2 = NDArray.ones(1, 2) constant
934 val arr2 = NDArray.ones(1, 2) constant
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dused_before_typed_1.f909 SUBROUTINE test1 (n, arr, m, arr2, k, arr3, a) ! { dg-error "has no IMPLICIT" } argument
14 INTEGER :: m, arr2(m) ! { dg-bogus "used before it is typed" } local
27 SUBROUTINE test2 (n, arr, m, arr2) argument
32 INTEGER :: m, arr2(m) ! { dg-bogus "already has an IMPLICIT type" } local
35 SUBROUTINE test3 (n, arr, m, arr2) argument
39 INTEGER :: m, arr2(m) ! { dg-bogus "must be of INTEGER type" } local
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dused_before_typed_1.f909 SUBROUTINE test1 (n, arr, m, arr2, k, arr3, a) ! { dg-error "has no IMPLICIT" } argument
14 INTEGER :: m, arr2(m) ! { dg-bogus "used before it is typed" } local
27 SUBROUTINE test2 (n, arr, m, arr2) argument
32 INTEGER :: m, arr2(m) ! { dg-bogus "already has an IMPLICIT type" } local
35 SUBROUTINE test3 (n, arr, m, arr2) argument
39 INTEGER :: m, arr2(m) ! { dg-bogus "must be of INTEGER type" } local
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dused_before_typed_1.f909 SUBROUTINE test1 (n, arr, m, arr2, k, arr3, a) ! { dg-error "has no IMPLICIT" } argument
14 INTEGER :: m, arr2(m) ! { dg-bogus "used before it is typed" } local
27 SUBROUTINE test2 (n, arr, m, arr2) argument
32 INTEGER :: m, arr2(m) ! { dg-bogus "already has an IMPLICIT type" } local
35 SUBROUTINE test3 (n, arr, m, arr2) argument
39 INTEGER :: m, arr2(m) ! { dg-bogus "must be of INTEGER type" } local
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dused_before_typed_1.f909 SUBROUTINE test1 (n, arr, m, arr2, k, arr3, a) ! { dg-error "has no IMPLICIT" } argument
14 INTEGER :: m, arr2(m) ! { dg-bogus "used before it is typed" } local
27 SUBROUTINE test2 (n, arr, m, arr2) argument
32 INTEGER :: m, arr2(m) ! { dg-bogus "already has an IMPLICIT type" } local
35 SUBROUTINE test3 (n, arr, m, arr2) argument
39 INTEGER :: m, arr2(m) ! { dg-bogus "must be of INTEGER type" } local
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dused_before_typed_1.f909 SUBROUTINE test1 (n, arr, m, arr2, k, arr3, a) ! { dg-error "has no IMPLICIT" } argument
14 INTEGER :: m, arr2(m) ! { dg-bogus "used before it is typed" } local
27 SUBROUTINE test2 (n, arr, m, arr2) argument
32 INTEGER :: m, arr2(m) ! { dg-bogus "already has an IMPLICIT type" } local
35 SUBROUTINE test3 (n, arr, m, arr2) argument
39 INTEGER :: m, arr2(m) ! { dg-bogus "must be of INTEGER type" } local
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dused_before_typed_1.f909 SUBROUTINE test1 (n, arr, m, arr2, k, arr3, a) ! { dg-error "has no IMPLICIT" } argument
14 INTEGER :: m, arr2(m) ! { dg-bogus "used before it is typed" } local
27 SUBROUTINE test2 (n, arr, m, arr2) argument
32 INTEGER :: m, arr2(m) ! { dg-bogus "already has an IMPLICIT type" } local
35 SUBROUTINE test3 (n, arr, m, arr2) argument
39 INTEGER :: m, arr2(m) ! { dg-bogus "must be of INTEGER type" } local
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dused_before_typed_1.f909 SUBROUTINE test1 (n, arr, m, arr2, k, arr3, a) ! { dg-error "has no IMPLICIT" } argument
14 INTEGER :: m, arr2(m) ! { dg-bogus "used before it is typed" } local
27 SUBROUTINE test2 (n, arr, m, arr2) argument
32 INTEGER :: m, arr2(m) ! { dg-bogus "already has an IMPLICIT type" } local
35 SUBROUTINE test3 (n, arr, m, arr2) argument
39 INTEGER :: m, arr2(m) ! { dg-bogus "must be of INTEGER type" } local
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dused_before_typed_1.f909 SUBROUTINE test1 (n, arr, m, arr2, k, arr3, a) ! { dg-error "has no IMPLICIT" } argument
14 INTEGER :: m, arr2(m) ! { dg-bogus "used before it is typed" } local
27 SUBROUTINE test2 (n, arr, m, arr2) argument
32 INTEGER :: m, arr2(m) ! { dg-bogus "already has an IMPLICIT type" } local
35 SUBROUTINE test3 (n, arr, m, arr2) argument
39 INTEGER :: m, arr2(m) ! { dg-bogus "must be of INTEGER type" } local
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dused_before_typed_1.f909 SUBROUTINE test1 (n, arr, m, arr2, k, arr3, a) ! { dg-error "has no IMPLICIT" } argument
14 INTEGER :: m, arr2(m) ! { dg-bogus "used before it is typed" } local
27 SUBROUTINE test2 (n, arr, m, arr2) argument
32 INTEGER :: m, arr2(m) ! { dg-bogus "already has an IMPLICIT type" } local
35 SUBROUTINE test3 (n, arr, m, arr2) argument
39 INTEGER :: m, arr2(m) ! { dg-bogus "must be of INTEGER type" } local
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dused_before_typed_1.f909 SUBROUTINE test1 (n, arr, m, arr2, k, arr3, a) ! { dg-error "has no IMPLICIT" } argument
14 INTEGER :: m, arr2(m) ! { dg-bogus "used before it is typed" } local
27 SUBROUTINE test2 (n, arr, m, arr2) argument
32 INTEGER :: m, arr2(m) ! { dg-bogus "already has an IMPLICIT type" } local
35 SUBROUTINE test3 (n, arr, m, arr2) argument
39 INTEGER :: m, arr2(m) ! { dg-bogus "must be of INTEGER type" } local
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gfortran.dg/
H A Dused_before_typed_1.f909 SUBROUTINE test1 (n, arr, m, arr2, k, arr3, a) ! { dg-error "has no IMPLICIT" } argument
14 INTEGER :: m, arr2(m) ! { dg-bogus "used before it is typed" } local
27 SUBROUTINE test2 (n, arr, m, arr2) argument
32 INTEGER :: m, arr2(m) ! { dg-bogus "already has an IMPLICIT type" } local
35 SUBROUTINE test3 (n, arr, m, arr2) argument
39 INTEGER :: m, arr2(m) ! { dg-bogus "must be of INTEGER type" } local
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gfortran.dg/
H A Dused_before_typed_1.f909 SUBROUTINE test1 (n, arr, m, arr2, k, arr3, a) ! { dg-error "has no IMPLICIT" } argument
14 INTEGER :: m, arr2(m) ! { dg-bogus "used before it is typed" } local
27 SUBROUTINE test2 (n, arr, m, arr2) argument
32 INTEGER :: m, arr2(m) ! { dg-bogus "already has an IMPLICIT type" } local
35 SUBROUTINE test3 (n, arr, m, arr2) argument
39 INTEGER :: m, arr2(m) ! { dg-bogus "must be of INTEGER type" } local
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dused_before_typed_1.f909 SUBROUTINE test1 (n, arr, m, arr2, k, arr3, a) ! { dg-error "has no IMPLICIT" } argument
14 INTEGER :: m, arr2(m) ! { dg-bogus "used before it is typed" } local
27 SUBROUTINE test2 (n, arr, m, arr2) argument
32 INTEGER :: m, arr2(m) ! { dg-bogus "already has an IMPLICIT type" } local
35 SUBROUTINE test3 (n, arr, m, arr2) argument
39 INTEGER :: m, arr2(m) ! { dg-bogus "must be of INTEGER type" } local
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dused_before_typed_1.f909 SUBROUTINE test1 (n, arr, m, arr2, k, arr3, a) ! { dg-error "has no IMPLICIT" } argument
14 INTEGER :: m, arr2(m) ! { dg-bogus "used before it is typed" } local
27 SUBROUTINE test2 (n, arr, m, arr2) argument
32 INTEGER :: m, arr2(m) ! { dg-bogus "already has an IMPLICIT type" } local
35 SUBROUTINE test3 (n, arr, m, arr2) argument
39 INTEGER :: m, arr2(m) ! { dg-bogus "must be of INTEGER type" } local
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dused_before_typed_1.f909 SUBROUTINE test1 (n, arr, m, arr2, k, arr3, a) ! { dg-error "has no IMPLICIT" } argument
14 INTEGER :: m, arr2(m) ! { dg-bogus "used before it is typed" } local
27 SUBROUTINE test2 (n, arr, m, arr2) argument
32 INTEGER :: m, arr2(m) ! { dg-bogus "already has an IMPLICIT type" } local
35 SUBROUTINE test3 (n, arr, m, arr2) argument
39 INTEGER :: m, arr2(m) ! { dg-bogus "must be of INTEGER type" } local
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Dused_before_typed_1.f909 SUBROUTINE test1 (n, arr, m, arr2, k, arr3, a) ! { dg-error "has no IMPLICIT" } argument
14 INTEGER :: m, arr2(m) ! { dg-bogus "used before it is typed" } local
27 SUBROUTINE test2 (n, arr, m, arr2) argument
32 INTEGER :: m, arr2(m) ! { dg-bogus "already has an IMPLICIT type" } local
35 SUBROUTINE test3 (n, arr, m, arr2) argument
39 INTEGER :: m, arr2(m) ! { dg-bogus "must be of INTEGER type" } local
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dused_before_typed_1.f909 SUBROUTINE test1 (n, arr, m, arr2, k, arr3, a) ! { dg-error "has no IMPLICIT" } argument
14 INTEGER :: m, arr2(m) ! { dg-bogus "used before it is typed" } local
27 SUBROUTINE test2 (n, arr, m, arr2) argument
32 INTEGER :: m, arr2(m) ! { dg-bogus "already has an IMPLICIT type" } local
35 SUBROUTINE test3 (n, arr, m, arr2) argument
39 INTEGER :: m, arr2(m) ! { dg-bogus "must be of INTEGER type" } local
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Dused_before_typed_1.f909 SUBROUTINE test1 (n, arr, m, arr2, k, arr3, a) ! { dg-error "has no IMPLICIT" } argument
14 INTEGER :: m, arr2(m) ! { dg-bogus "used before it is typed" } local
27 SUBROUTINE test2 (n, arr, m, arr2) argument
32 INTEGER :: m, arr2(m) ! { dg-bogus "already has an IMPLICIT type" } local
35 SUBROUTINE test3 (n, arr, m, arr2) argument
39 INTEGER :: m, arr2(m) ! { dg-bogus "must be of INTEGER type" } local

12345678910>>...98