/external/llvm-project/openmp/libomptarget/deviceRTLs/nvptx/test/parallel/ |
D | nested.c | 13 int check2[MaxThreads]; in main() local 15 check1[i] = check2[i] = 0; in main() 18 #pragma omp target map(inParallel, numThreads, threadNum, check1[:], check2[:]) in main() 40 check2[id] += nestedInParallel + nestedNumThreads + nestedThreadNum; in main() 65 if (check2[i] != 2) { in main() 66 printf("invalid: check2[%d] should be 2, is %d\n", i, check2[i]); in main() 68 } else if (check2[i] != 0) { in main() 69 printf("invalid: check2[%d] should be 0, is %d\n", i, check2[i]); in main() 77 check1[i] = check2[i] = 0; in main() 80 #pragma omp target map(inParallel, numThreads, threadNum, check1[:], check2[:]) in main() [all …]
|
D | level.c | 17 int check2[MaxThreads]; in main() local 21 check1[i] = check2[i] = check3[i] = check4[i] = 0; in main() 26 map(check1[:], check2[:], check3[:], check4[:]) in main() 53 check2[id] += omp_get_ancestor_thread_num(0) + 5 * omp_get_team_size(0); in main() 55 check2[id] += (omp_get_ancestor_thread_num(1) - id); in main() 57 check2[id] += 3 * omp_get_team_size(1); in main() 59 check2[id] += omp_get_ancestor_thread_num(2) + omp_get_team_size(2); in main() 109 if (check2[i] != Expected2) { in main() 110 printf("invalid: check2[%d] should be %d, is %d\n", i, Expected2, check2[i]); in main() 112 } else if (check2[i] != 0) { in main() [all …]
|
D | thread_limit.c | 14 int check2[MaxThreads]; in main() local 17 check1[i] = check2[i] = check3[i] = 0; in main() 23 map(check1[:], check2[:], check3[:], threadLimit) in main() 37 check2[omp_get_thread_num()] += omp_get_num_threads(); in main() 60 if (check2[i] != ThreadLimit) { in main() 61 printf("invalid: check2[%d] should be %d, is %d\n", i, ThreadLimit, check2[i]); in main() 63 } else if (check2[i] != 0) { in main() 64 printf("invalid: check2[%d] should be 0, is %d\n", i, check2[i]); in main()
|
D | num_threads.c | 14 int check2[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() 39 check2[omp_get_thread_num()] += omp_get_num_threads(); in main() 77 if (check2[i] != NumThreads2) { in main() 78 printf("invalid: check2[%d] should be %d, is %d\n", i, NumThreads2, check2[i]); in main() 80 } else if (check2[i] != 0) { in main() 81 printf("invalid: check2[%d] should be 0, is %d\n", i, check2[i]); in main()
|
/external/llvm/test/Transforms/CorrelatedValuePropagation/ |
D | icmp.ll | 11 declare void @check2(i1) #1 16 ; CHECK: call void @check2(i1 true) 29 tail call void @check2(i1 %tmp48) #4 38 ; CHECK: call void @check2(i1 true) 60 tail call void @check2(i1 %tmp48) #4
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | metafunctions.cpp | 31 int check2[count<float, double>::value == 2? 1 : -1]; variable 50 int check2[count<float, double>::value == 2? 1 : -1]; variable 93 int check2[is_same<square_tuple<int_tuple<1, 2, -3> >::type, variable 230 int check2[is_same<apply_each_nested<int, add_reference_meta, variable 255 int check2[Arity<int(float...)>::value == 1? 1 : -1]; variable
|
D | deduction.cpp | 50 int check2[int_values<3, 12, 3>::value == 1? 1 : -1]; variable
|
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | metafunctions.cpp | 31 int check2[count<float, double>::value == 2? 1 : -1]; variable 50 int check2[count<float, double>::value == 2? 1 : -1]; variable 93 int check2[is_same<square_tuple<int_tuple<1, 2, -3> >::type, variable 230 int check2[is_same<apply_each_nested<int, add_reference_meta, variable 255 int check2[Arity<int(float...)>::value == 1? 1 : -1]; variable
|
D | deduction.cpp | 50 int check2[int_values<3, 12, 3>::value == 1? 1 : -1]; variable
|
/external/clang/test/SemaCXX/ |
D | pragma-pack.cpp | 20 namespace check2 { namespace 56 int check2[__alignof(X<long double, true>) == 2 ? 1 : -1]; variable
|
D | typo-correction-crash.cpp | 8 auto check2() { in check2() function
|
/external/llvm-project/clang/test/SemaCXX/ |
D | pragma-pack.cpp | 20 namespace check2 { namespace 56 int check2[__alignof(X<long double, true>) == 2 ? 1 : -1]; variable
|
/external/llvm-project/lld/include/lld/Common/ |
D | ErrorHandler.h | 171 T check2(ErrorOr<T> e, llvm::function_ref<std::string()> prefix) { in check2() function 178 T check2(Expected<T> e, llvm::function_ref<std::string()> prefix) { in check2() function 187 #define CHECK(E, S) check2((E), [&] { return toString(S); })
|
/external/ltp/testcases/commands/du/ |
D | du01.sh | 71 check2="^10[2-3][0-9][0-9][[:space:]]testfile" 86 2) du_test "du testfile" ${check2};;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | Tnaf.java | 204 SimpleBigDecimal check2; in round() local 208 check2 = eta0.add(fourEta1); in round() 214 check2 = eta0.subtract(fourEta1); in round() 235 if (check2.compareTo(ECConstants.TWO) >= 0) in round() 256 if (check2.compareTo(MINUS_TWO) < 0) in round()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/ |
D | Tnaf.java | 205 SimpleBigDecimal check2; in round() local 209 check2 = eta0.add(fourEta1); in round() 215 check2 = eta0.subtract(fourEta1); in round() 236 if (check2.compareTo(ECConstants.TWO) >= 0) in round() 257 if (check2.compareTo(MINUS_TWO) < 0) in round()
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/ |
D | Tnaf.java | 205 SimpleBigDecimal check2; in round() local 209 check2 = eta0.add(fourEta1); in round() 215 check2 = eta0.subtract(fourEta1); in round() 236 if (check2.compareTo(ECConstants.TWO) >= 0) in round() 257 if (check2.compareTo(MINUS_TWO) < 0) in round()
|
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/ |
D | p9.cpp | 27 int check2[int_values<256, 12, 3>::value == 0? 1 : -1]; variable
|
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.class.spec/ |
D | p9.cpp | 27 int check2[int_values<256, 12, 3>::value == 0? 1 : -1]; variable
|
/external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/ |
D | p2.cpp | 12 typename S<n>::T check2; // ok, n is value-dependent in T() local
|
D | p2-0x.cpp | 13 typename S<n>::T check2; // ok, n is value-dependent in T() local
|
/external/llvm-project/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/ |
D | p2.cpp | 14 typename S<n>::T check2; // ok, n is value-dependent in T() local
|
D | p2-0x.cpp | 13 typename S<n>::T check2; // ok, n is value-dependent in T() local
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
D | p21.cpp | 28 int check2[X<int(float, int)>::value == 0? 1 : -1]; // uses primary template variable
|
/external/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
D | p21.cpp | 28 int check2[X<int(float, int)>::value == 0? 1 : -1]; // uses primary template variable
|