Home
last modified time | relevance | path

Searched refs:check1 (Results 1 – 25 of 56) sorted by relevance

123

/external/llvm-project/openmp/libomptarget/deviceRTLs/nvptx/test/parallel/
Dnested.c12 int check1[MaxThreads]; in main() local
15 check1[i] = check2[i] = 0; in main()
18 #pragma omp target map(inParallel, numThreads, threadNum, check1[:], check2[:]) in main()
28 check1[id] += omp_get_num_threads() + omp_in_parallel(); in main()
55 if (check1[i] != Expected) { in main()
57 check1[i]); in main()
59 } else if (check1[i] != 0) { in main()
60 printf("invalid: check1[%d] should be 0, is %d\n", i, check1[i]); in main()
77 check1[i] = check2[i] = 0; in main()
80 #pragma omp target map(inParallel, numThreads, threadNum, check1[:], check2[:]) in main()
[all …]
Dthread_limit.c13 int check1[MaxThreads]; in main() local
17 check1[i] = check2[i] = check3[i] = 0; in main()
23 map(check1[:], check2[:], check3[:], threadLimit) in main()
31 check1[omp_get_thread_num()] += omp_get_num_threads(); in main()
52 if (check1[i] != ThreadLimit) { in main()
53 printf("invalid: check1[%d] should be %d, is %d\n", i, ThreadLimit, check1[i]); in main()
55 } else if (check1[i] != 0) { in main()
56 printf("invalid: check1[%d] should be 0, is %d\n", i, check1[i]); in main()
Dnum_threads.c13 int check1[MaxThreads]; in main() local
18 check1[i] = check2[i] = check3[i] = check4[i] = 0; in main()
25 #pragma omp target map(check1[:], check2[:], check3[:], check4[:]) \ in main()
30 check1[omp_get_thread_num()] += omp_get_num_threads(); in main()
69 if (check1[i] != NumThreads1) { in main()
70 printf("invalid: check1[%d] should be %d, is %d\n", i, NumThreads1, check1[i]); in main()
72 } else if (check1[i] != 0) { in main()
73 printf("invalid: check1[%d] should be 0, is %d\n", i, check1[i]); in main()
Dlevel.c16 int check1[MaxThreads]; in main() local
21 check1[i] = check2[i] = check3[i] = check4[i] = 0; in main()
26 map(check1[:], check2[:], check3[:], check4[:]) in main()
50 check1[id] += omp_get_level() * 5 + omp_get_active_level(); in main()
99 if (check1[i] != Expected1) { in main()
100 printf("invalid: check1[%d] should be %d, is %d\n", i, Expected1, check1[i]); in main()
102 } else if (check1[i] != 0) { in main()
103 printf("invalid: check1[%d] should be 0, is %d\n", i, check1[i]); in main()
/external/llvm-project/llvm/test/Transforms/CorrelatedValuePropagation/
Dicmp.ll8 declare void @check1(i1) #1
20 ; CHECK-NEXT: tail call void @check1(i1 false) [[ATTR1:#.*]]
32 tail call void @check1(i1 %tmp47) #4
56 ; CHECK-NEXT: tail call void @check1(i1 false)
77 tail call void @check1(i1 %tmp47) #0
632 ; CHECK-NEXT: call void @check1(i1 true)
633 ; CHECK-NEXT: call void @check1(i1 true)
637 ; CHECK-NEXT: call void @check1(i1 [[CMP4]])
639 ; CHECK-NEXT: call void @check1(i1 [[CMP5]])
649 call void @check1(i1 %cmp2)
[all …]
/external/ltp/testcases/commands/du/
Ddu01.sh70 check1="^10[2-3][0-9][0-9][[:space:]]\."
85 1) du_test "du" ${check1};;
97 13) du_test "du --max-depth=1" ${check1};;
99 15) du_test "du -k" ${check1};;
102 18) du_test "du -P" ${check1};;
103 19) du_test "du --no-dereference" ${check1};;
105 21) du_test "du -s" ${check1};;
106 22) du_test "du --summarize" ${check1};;
/external/llvm/test/Transforms/CorrelatedValuePropagation/
Dicmp.ll8 declare void @check1(i1) #1
15 ; CHECK: call void @check1(i1 false)
24 tail call void @check1(i1 %tmp47) #4
37 ; CHECK: call void @check1(i1 false)
55 tail call void @check1(i1 %tmp47) #0
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dmetafunctions.cpp30 int check1[count<int>::value == 1? 1 : -1]; variable
49 int check1[count<int>::value == 1? 1 : -1]; variable
83 int check1[is_same<square<1, 2, -3>::type, variable
200 int check1[is_same<apply_each_indirect<int, add_reference, add_pointer, variable
254 int check1[Arity<int(float, double)>::value == 2? 1 : -1]; variable
Ddeduction.cpp49 int check1[int_values<256, 12, 3>::value == 0? 1 : -1]; variable
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
Dmetafunctions.cpp30 int check1[count<int>::value == 1? 1 : -1]; variable
49 int check1[count<int>::value == 1? 1 : -1]; variable
83 int check1[is_same<square<1, 2, -3>::type, variable
200 int check1[is_same<apply_each_indirect<int, add_reference, add_pointer, variable
254 int check1[Arity<int(float, double)>::value == 2? 1 : -1]; variable
Ddeduction.cpp49 int check1[int_values<256, 12, 3>::value == 0? 1 : -1]; variable
/external/clang/test/SemaCXX/
Dtypo-correction-crash.cpp2 auto check1() { in check1() function
Dpragma-pack.cpp55 int check1[__alignof(X<int, true>) == 1 ? 1 : -1]; variable
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DTnaf.java203 SimpleBigDecimal check1; in round() local
207 check1 = eta0.subtract(threeEta1); in round()
213 check1 = eta0.add(threeEta1); in round()
223 if (check1.compareTo(MINUS_ONE) < 0) in round()
244 if (check1.compareTo(ECConstants.ONE) >= 0) in round()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/
DTnaf.java204 SimpleBigDecimal check1; in round() local
208 check1 = eta0.subtract(threeEta1); in round()
214 check1 = eta0.add(threeEta1); in round()
224 if (check1.compareTo(MINUS_ONE) < 0) in round()
245 if (check1.compareTo(ECConstants.ONE) >= 0) in round()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/
DTnaf.java204 SimpleBigDecimal check1; in round() local
208 check1 = eta0.subtract(threeEta1); in round()
214 check1 = eta0.add(threeEta1); in round()
224 if (check1.compareTo(MINUS_ONE) < 0) in round()
245 if (check1.compareTo(ECConstants.ONE) >= 0) in round()
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/
Dp9.cpp16 int check1[X<1, 1>::value == 1? 1 : -1]; variable
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.class.spec/
Dp9.cpp16 int check1[X<1, 1>::value == 1? 1 : -1]; variable
/external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/
Dp2.cpp10 S<s> check1; // ok, s is value-dependent in T() local
Dp2-0x.cpp11 S<s> check1; // ok, s is value-dependent in T() local
/external/llvm-project/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/
Dp2.cpp12 S<s> check1; // ok, s is value-dependent in T() local
Dp2-0x.cpp11 S<s> check1; // ok, s is value-dependent in T() local
/external/clang/test/Parser/
Dcxx-attributes.cpp18 int check1[__alignof__(T1) == 1 ? 1 : -1]; variable
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
Dp21.cpp27 int check1[X<int(int, float, double)>::value == 1? 1 : -1]; // uses partial specialization variable
/external/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
Dp21.cpp27 int check1[X<int(int, float, double)>::value == 1? 1 : -1]; // uses partial specialization variable

123