Home
last modified time | relevance | path

Searched refs:arrayB (Results 1 – 25 of 94) sorted by relevance

1234

/dports/shells/bash/bash-5.1/tests/
H A Dnew-exp4.sub18 echo "Case01---${#arrayB[*]}---${arrayB[0]}:${arrayB[1]}:${arrayB[2]}---"
21 echo "Case02---${#arrayB[*]}---${arrayB[0]}:${arrayB[1]}:${arrayB[2]}---"
24 echo "Case03---${#arrayB[@]}---${arrayB[0]}:${arrayB[1]}:${arrayB[2]}---"
27 echo "Case04---${#arrayB[@]}---${arrayB[0]}:${arrayB[1]}:${arrayB[2]}---"
31 arrayB=( ${!xx} )
32 echo "Case05---${#arrayB[*]}---${arrayB[0]}:${arrayB[1]}:${arrayB[2]}---"
34 arrayB=( "${!xx}" )
35 echo "Case06---${#arrayB[*]}---${arrayB[0]}:${arrayB[1]}:${arrayB[2]}---"
39 arrayB=( ${!xx} )
40 echo "Case07---${#arrayB[@]}---${arrayB[0]}:${arrayB[1]}:${arrayB[2]}---"
[all …]
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/buckets/agent/
H A Dvalidate.c39 if (!arrayA || !arrayB) return 0; in arrayAinB()
41 arrayBHead = arrayB; in arrayAinB()
44 arrayB = arrayBHead; in arrayAinB()
45 while (*arrayB) in arrayAinB()
47 if (*arrayA == *arrayB) break; in arrayAinB()
48 arrayB++; in arrayAinB()
50 if (!*arrayB) return 0; in arrayAinB()
68 if (!arrayB) return 0; in intAinB()
70 while(*arrayB) in intAinB()
72 if (intA == *arrayB) return 1; in intAinB()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/test/Semantics/
H A Domp-ordered01.f908 real :: a, arrayA(10), arrayB(10), arrayC(10) variable
48 arrayB(i) = bar(arrayA(i), arrayB(i-1))
52 arrayC(i) = baz(arrayB(i-1))
64 arrayB(i) = bar(arrayA(i), arrayB(i-1))
H A Domp-nested-target.f909 real :: a, arrayA(512), arrayB(512), ai(10) variable
16 arrayA(i) = arrayB(i)
26 arrayA(i) = arrayB(i)
H A Domp-nested-distribute.f906 real(8) :: arrayA(256), arrayB(256) variable
10 arrayB = 3.14
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/sfm/src/libmv_light/libmv/correspondence/
H A Dfeature_matching.cc41 cv::Mat arrayB = FeatureSet::FeatureSetDescriptorsToContiguousArray(right); in FindCandidateMatches() local
43 matcherA.add(std::vector<cv::Mat>(1, arrayB)); in FindCandidateMatches()
47 matcherB.match(arrayB, matchesB); in FindCandidateMatches()
92 cv::Mat arrayB = FeatureSet::FeatureSetDescriptorsToContiguousArray(right); in FindCandidateMatches_Ratio() local
94 matcherA.add(std::vector<cv::Mat>(1, arrayB)); in FindCandidateMatches_Ratio()
128 cv::Mat arrayB = FeatureSet::FeatureSetDescriptorsToContiguousArray(right); in FindCorrespondences() local
130 matcherA.add(std::vector<cv::Mat>(1, arrayB)); in FindCorrespondences()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/test/Examples/
H A Domp-device-constructs.f9011 real(8) :: arrayA(256), arrayB(256) variable
15 arrayB = 3.14
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/test/Semantics/
H A Domp-nested-distribute.f907 real(8) :: arrayA(256), arrayB(256) variable
11 arrayB = 3.14
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/test/Semantics/
H A Domp-nested-distribute.f907 real(8) :: arrayA(256), arrayB(256) variable
11 arrayB = 3.14
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/test/Semantics/
H A Domp-nested-distribute.f907 real(8) :: arrayA(256), arrayB(256) variable
11 arrayB = 3.14
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/avr/torture/
H A Dtiny-absdata-1.c13 extern int arrayB[] __attribute__((absdata));
41 arrayB[3] = b; in put_2()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.target/avr/torture/
H A Dtiny-absdata-1.c13 extern int arrayB[] __attribute__((absdata));
41 arrayB[3] = b; in put_2()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/avr/torture/
H A Dtiny-absdata-2.c15 extern int arrayB[];
48 arrayB[3] = b; in put_2()
H A Dtiny-absdata-1.c13 extern int arrayB[] __attribute__((absdata));
41 arrayB[3] = b; in put_2()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/avr/torture/
H A Dtiny-absdata-1.c13 extern int arrayB[] __attribute__((absdata));
41 arrayB[3] = b; in put_2()
H A Dtiny-absdata-2.c15 extern int arrayB[];
48 arrayB[3] = b; in put_2()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/avr/torture/
H A Dtiny-absdata-2.c15 extern int arrayB[];
48 arrayB[3] = b; in put_2()
H A Dtiny-absdata-1.c13 extern int arrayB[] __attribute__((absdata));
41 arrayB[3] = b; in put_2()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/avr/torture/
H A Dtiny-absdata-1.c13 extern int arrayB[] __attribute__((absdata));
41 arrayB[3] = b; in put_2()
H A Dtiny-absdata-2.c15 extern int arrayB[];
48 arrayB[3] = b; in put_2()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/avr/torture/
H A Dtiny-absdata-2.c15 extern int arrayB[];
48 arrayB[3] = b; in put_2()
H A Dtiny-absdata-1.c13 extern int arrayB[] __attribute__((absdata));
41 arrayB[3] = b; in put_2()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/avr/torture/
H A Dtiny-absdata-1.c13 extern int arrayB[] __attribute__((absdata));
41 arrayB[3] = b; in put_2()
H A Dtiny-absdata-2.c15 extern int arrayB[];
48 arrayB[3] = b; in put_2()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.target/avr/torture/
H A Dtiny-absdata-2.c15 extern int arrayB[];
48 arrayB[3] = b; in put_2()

1234