/external/llvm-project/openmp/libomptarget/deviceRTLs/nvptx/test/parallel/ |
D | nested.c | 12 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 …]
|
D | thread_limit.c | 13 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()
|
D | num_threads.c | 13 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()
|
D | level.c | 16 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/ |
D | icmp.ll | 8 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/ |
D | du01.sh | 70 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/ |
D | icmp.ll | 8 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/ |
D | metafunctions.cpp | 30 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
|
D | deduction.cpp | 49 int check1[int_values<256, 12, 3>::value == 0? 1 : -1]; variable
|
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | metafunctions.cpp | 30 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
|
D | deduction.cpp | 49 int check1[int_values<256, 12, 3>::value == 0? 1 : -1]; variable
|
/external/clang/test/SemaCXX/ |
D | typo-correction-crash.cpp | 2 auto check1() { in check1() function
|
D | pragma-pack.cpp | 55 int check1[__alignof(X<int, true>) == 1 ? 1 : -1]; variable
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | Tnaf.java | 203 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/ |
D | Tnaf.java | 204 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/ |
D | Tnaf.java | 204 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/ |
D | p9.cpp | 16 int check1[X<1, 1>::value == 1? 1 : -1]; variable
|
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.class.spec/ |
D | p9.cpp | 16 int check1[X<1, 1>::value == 1? 1 : -1]; variable
|
/external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/ |
D | p2.cpp | 10 S<s> check1; // ok, s is value-dependent in T() local
|
D | p2-0x.cpp | 11 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/ |
D | p2.cpp | 12 S<s> check1; // ok, s is value-dependent in T() local
|
D | p2-0x.cpp | 11 S<s> check1; // ok, s is value-dependent in T() local
|
/external/clang/test/Parser/ |
D | cxx-attributes.cpp | 18 int check1[__alignof__(T1) == 1 ? 1 : -1]; variable
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
D | p21.cpp | 27 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/ |
D | p21.cpp | 27 int check1[X<int(int, float, double)>::value == 1? 1 : -1]; // uses partial specialization variable
|