/external/clang/test/OpenMP/ |
D | parallel_reduction_messages.cpp | 78 #pragma omp parallel reduction // expected-error {{expected '(' after 'reduction'}} in tmain() 80 #pragma omp parallel reduction + // expected-error {{expected '(' after 'reduction'}} expected-warn… in tmain() 82 #pragma omp parallel reduction( // expected-error {{expected unqualified-id}} expected-warning {{mi… in tmain() 84 #pragma omp parallel reduction(- // expected-warning {{missing ':' after reduction identifier - ign… in tmain() 86 #pragma omp parallel reduction() // expected-error {{expected unqualified-id}} expected-warning {{m… in tmain() 88 #pragma omp parallel reduction(*) // expected-warning {{missing ':' after reduction identifier - ig… in tmain() 90 #pragma omp parallel reduction(\) // expected-error {{expected unqualified-id}} expected-warning {{… in tmain() 92 #pragma omp parallel reduction(& : argc // expected-error {{expected ')'}} expected-note {{to match… in tmain() 94 #pragma omp parallel reduction(| : argc, // expected-error {{expected expression}} expected-error {… in tmain() 96 #pragma omp parallel reduction(|| : argc ? i : argc) // expected-error 2 {{expected variable name}} in tmain() [all …]
|
D | parallel_sections_reduction_messages.cpp | 78 #pragma omp parallel sections reduction // expected-error {{expected '(' after 'reduction'}} in tmain() 82 #pragma omp parallel sections reduction + // expected-error {{expected '(' after 'reduction'}} expe… in tmain() 86 #pragma omp parallel sections reduction( // expected-error {{expected unqualified-id}} expected-war… in tmain() 90 #pragma omp parallel sections reduction(- // expected-warning {{missing ':' after reduction identif… in tmain() 94 #pragma omp parallel sections reduction() // expected-error {{expected unqualified-id}} expected-wa… in tmain() 98 #pragma omp parallel sections reduction(*) // expected-warning {{missing ':' after reduction identi… in tmain() 102 #pragma omp parallel sections reduction(\) // expected-error {{expected unqualified-id}} expected-w… in tmain() 106 #pragma omp parallel sections reduction(& : argc // expected-error {{expected ')'}} expected-note {… in tmain() 110 #pragma omp parallel sections reduction(| : argc, // expected-error {{expected expression}} expecte… in tmain() 114 #pragma omp parallel sections reduction(|| : argc ? i : argc) // expected-error 2 {{expected variab… in tmain() [all …]
|
D | sections_reduction_messages.cpp | 79 #pragma omp sections reduction // expected-error {{expected '(' after 'reduction'}} in tmain() 84 #pragma omp sections reduction + // expected-error {{expected '(' after 'reduction'}} expected-warn… in tmain() 89 #pragma omp sections reduction( // expected-error {{expected unqualified-id}} expected-warning {{mi… in tmain() 94 #pragma omp sections reduction(- // expected-warning {{missing ':' after reduction identifier - ign… in tmain() 99 #pragma omp sections reduction() // expected-error {{expected unqualified-id}} expected-warning {{m… in tmain() 104 #pragma omp sections reduction(*) // expected-warning {{missing ':' after reduction identifier - ig… in tmain() 109 #pragma omp sections reduction(\) // expected-error {{expected unqualified-id}} expected-warning {{… in tmain() 114 #pragma omp sections reduction(& : argc // expected-error {{expected ')'}} expected-note {{to match… in tmain() 119 #pragma omp sections reduction(| : argc, // expected-error {{expected expression}} expected-error {… in tmain() 124 #pragma omp sections reduction(|| : argc ? i : argc) // expected-error 2 {{expected variable name}} in tmain() [all …]
|
D | teams_reduction_messages.cpp | 79 #pragma omp teams reduction // expected-error {{expected '(' after 'reduction'}} in tmain() 82 #pragma omp teams reduction + // expected-error {{expected '(' after 'reduction'}} expected-warning… in tmain() 85 #pragma omp teams reduction( // expected-error {{expected unqualified-id}} expected-warning {{missi… in tmain() 88 #pragma omp teams reduction(- // expected-warning {{missing ':' after reduction identifier - ignori… in tmain() 91 #pragma omp teams reduction() // expected-error {{expected unqualified-id}} expected-warning {{miss… in tmain() 94 #pragma omp teams reduction(*) // expected-warning {{missing ':' after reduction identifier - ignor… in tmain() 97 #pragma omp teams reduction(\) // expected-error {{expected unqualified-id}} expected-warning {{mis… in tmain() 100 #pragma omp teams reduction(& : argc // expected-error {{expected ')'}} expected-note {{to match th… in tmain() 103 #pragma omp teams reduction(| : argc, // expected-error {{expected expression}} expected-error {{ex… in tmain() 106 #pragma omp teams reduction(|| : argc ? i : argc) // expected-error 2 {{expected variable name}} in tmain() [all …]
|
D | simd_reduction_messages.cpp | 78 #pragma omp simd reduction // expected-error {{expected '(' after 'reduction'}} in tmain() 81 #pragma omp simd reduction + // expected-error {{expected '(' after 'reduction'}} expected-warning … in tmain() 84 #pragma omp simd reduction( // expected-error {{expected unqualified-id}} expected-warning {{missin… in tmain() 87 #pragma omp simd reduction(- // expected-warning {{missing ':' after reduction identifier - ignorin… in tmain() 90 #pragma omp simd reduction() // expected-error {{expected unqualified-id}} expected-warning {{missi… in tmain() 93 #pragma omp simd reduction(*) // expected-warning {{missing ':' after reduction identifier - ignori… in tmain() 96 #pragma omp simd reduction(\) // expected-error {{expected unqualified-id}} expected-warning {{miss… in tmain() 99 #pragma omp simd reduction(& : argc // expected-error {{expected ')'}} expected-note {{to match thi… in tmain() 102 #pragma omp simd reduction(| : argc, // expected-error {{expected expression}} expected-error {{exp… in tmain() 105 #pragma omp simd reduction(|| : argc ? i : argc) // expected-error 2 {{expected variable name}} in tmain() [all …]
|
D | parallel_for_reduction_messages.cpp | 78 #pragma omp parallel for reduction // expected-error {{expected '(' after 'reduction'}} in tmain() 81 #pragma omp parallel for reduction + // expected-error {{expected '(' after 'reduction'}} expected-… in tmain() 84 #pragma omp parallel for reduction( // expected-error {{expected unqualified-id}} expected-warning … in tmain() 87 #pragma omp parallel for reduction(- // expected-warning {{missing ':' after reduction identifier -… in tmain() 90 #pragma omp parallel for reduction() // expected-error {{expected unqualified-id}} expected-warning… in tmain() 93 #pragma omp parallel for reduction(*) // expected-warning {{missing ':' after reduction identifier … in tmain() 96 #pragma omp parallel for reduction(\) // expected-error {{expected unqualified-id}} expected-warnin… in tmain() 99 #pragma omp parallel for reduction(& : argc // expected-error {{expected ')'}} expected-note {{to m… in tmain() 102 #pragma omp parallel for reduction(| : argc, // expected-error {{expected expression}} expected-err… in tmain() 105 #pragma omp parallel for reduction(|| : argc ? i : argc) // expected-error 2 {{expected variable na… in tmain() [all …]
|
D | for_reduction_messages.cpp | 79 #pragma omp for reduction // expected-error {{expected '(' after 'reduction'}} in tmain() 83 #pragma omp for reduction + // expected-error {{expected '(' after 'reduction'}} expected-warning {… in tmain() 87 #pragma omp for reduction( // expected-error {{expected unqualified-id}} expected-warning {{missing… in tmain() 91 #pragma omp for reduction(- // expected-warning {{missing ':' after reduction identifier - ignoring… in tmain() 95 #pragma omp for reduction() // expected-error {{expected unqualified-id}} expected-warning {{missin… in tmain() 99 #pragma omp for reduction(*) // expected-warning {{missing ':' after reduction identifier - ignorin… in tmain() 103 #pragma omp for reduction(\) // expected-error {{expected unqualified-id}} expected-warning {{missi… in tmain() 107 #pragma omp for reduction(& : argc // expected-error {{expected ')'}} expected-note {{to match this… in tmain() 111 #pragma omp for reduction(| : argc, // expected-error {{expected expression}} expected-error {{expe… in tmain() 115 #pragma omp for reduction(|| : argc ? i : argc) // expected-error 2 {{expected variable name}} in tmain() [all …]
|
D | for_simd_reduction_messages.cpp | 79 #pragma omp for simd reduction // expected-error {{expected '(' after 'reduction'}} in tmain() 83 #pragma omp for simd reduction + // expected-error {{expected '(' after 'reduction'}} expected-warn… in tmain() 87 #pragma omp for simd reduction( // expected-error {{expected unqualified-id}} expected-warning {{mi… in tmain() 91 #pragma omp for simd reduction(- // expected-warning {{missing ':' after reduction identifier - ign… in tmain() 95 #pragma omp for simd reduction() // expected-error {{expected unqualified-id}} expected-warning {{m… in tmain() 99 #pragma omp for simd reduction(*) // expected-warning {{missing ':' after reduction identifier - ig… in tmain() 103 #pragma omp for simd reduction(\) // expected-error {{expected unqualified-id}} expected-warning {{… in tmain() 107 #pragma omp for simd reduction(& : argc // expected-error {{expected ')'}} expected-note {{to match… in tmain() 111 #pragma omp for simd reduction(| : argc, // expected-error {{expected expression}} expected-error {… in tmain() 115 #pragma omp for simd reduction(|| : argc ? i : argc) // expected-error 2 {{expected variable name}} in tmain() [all …]
|
D | parallel_for_simd_reduction_messages.cpp | 78 #pragma omp parallel for simd reduction // expected-error {{expected '(' after 'reduction'}} in tmain() 81 #pragma omp parallel for simd reduction + // expected-error {{expected '(' after 'reduction'}} expe… in tmain() 84 #pragma omp parallel for simd reduction( // expected-error {{expected unqualified-id}} expected-war… in tmain() 87 #pragma omp parallel for simd reduction(- // expected-warning {{missing ':' after reduction identif… in tmain() 90 #pragma omp parallel for simd reduction() // expected-error {{expected unqualified-id}} expected-wa… in tmain() 93 #pragma omp parallel for simd reduction(*) // expected-warning {{missing ':' after reduction identi… in tmain() 96 #pragma omp parallel for simd reduction(\) // expected-error {{expected unqualified-id}} expected-w… in tmain() 99 #pragma omp parallel for simd reduction(& : argc // expected-error {{expected ')'}} expected-note {… in tmain() 102 #pragma omp parallel for simd reduction(| : argc, // expected-error {{expected expression}} expecte… in tmain() 105 #pragma omp parallel for simd reduction(|| : argc ? i : argc) // expected-error 2 {{expected variab… in tmain() [all …]
|
D | parallel_reduction_codegen.cpp | 38 #pragma omp parallel reduction(+:t_var) reduction(&:var) reduction(&& : var1) reduction(min: t_var1) in tmain() 57 #pragma omp parallel reduction(+:g) in main() 118 #pragma omp parallel reduction(-:g) in main() 175 #pragma omp parallel reduction(+:t_var) reduction(&:var) reduction(&& : var1) reduction(min: t_var1) in main()
|
D | task_messages.cpp | 69 #pragma omp parallel reduction(+ : r) in foo() 75 #pragma omp parallel reduction(+ : r) in foo() 80 #pragma omp parallel reduction(+ : r) in foo() 86 #pragma omp for reduction(+ : r) in foo() 94 #pragma omp for reduction(+ : r) in foo() 101 #pragma omp for reduction(+ : r) in foo() 110 #pragma omp for reduction(+ : r) in foo() 232 #pragma omp parallel reduction(+ : r) in main() 238 #pragma omp parallel reduction(+ : r) in main() 243 #pragma omp parallel reduction(+ : r) in main() [all …]
|
D | simd_misc_messages.c | 258 #pragma omp simd collapse(2) reduction(+ : i) in test_collapse() 265 #pragma omp for reduction(+ : i, j) in test_collapse() 570 #pragma omp simd reduction( in test_reduction() 575 #pragma omp simd reduction() in test_reduction() 580 #pragma omp simd reduction(x) in test_reduction() 584 #pragma omp simd reduction( : x) in test_reduction() 590 #pragma omp simd reduction(, in test_reduction() 596 #pragma omp simd reduction(+ in test_reduction() 603 #pragma omp simd reduction(+: in test_reduction() 607 #pragma omp simd reduction(+ :) in test_reduction() [all …]
|
D | teams_ast_print.cpp | 40 … teams default(none), private(argc,b) firstprivate(argv) shared (d) reduction(+:c) reduction(max:e) in tmain() 43 #pragma omp teams reduction(^:e, f) reduction(&& : g) in tmain() 104 #pragma omp teams default(none), private(argc,b) firstprivate(argv) reduction(| : c, d) reduction(*… in main()
|
D | parallel_ast_print.cpp | 38 …(d) if (argc > 0) num_threads(C) copyin(S<T>::TS) proc_bind(master) reduction(+:c) reduction(max:e) in tmain() 40 #pragma omp parallel if (C) num_threads(s) proc_bind(close) reduction(^:e, f) reduction(&& : g) in tmain() 89 …rgv) if (argc > 0) num_threads(ee) copyin(a) proc_bind(spread) reduction(| : c, d) reduction(* : e) in main()
|
D | parallel_sections_ast_print.cpp | 40 …argc > 0) num_threads(C) copyin(S < T > ::TS) proc_bind(master) reduction(+ : c) reduction(max : e) in tmain() 44 #pragma omp parallel sections if (C) num_threads(s) proc_bind(close) reduction(^ : e, f) reduction(… in tmain() 125 …gv) if (argc > 0) num_threads(ee) copyin(a) proc_bind(spread) reduction(| : c, d) reduction(* : e)… in main()
|
D | sections_ast_print.cpp | 17 #pragma omp sections private(argc, b), firstprivate(c, d), lastprivate(d, f) reduction(- : g) nowait in tmain() 34 #pragma omp sections private(argc, b), firstprivate(argv, c), lastprivate(d, f) reduction(+ : g) no… in main()
|
D | parallel_for_ast_print.cpp | 24 …(N) schedule(static, N) ordered if (argc) num_threads(N) default(shared) shared(e) reduction(+ : h) in tmain() 53 …lapse(2) schedule(auto) ordered if (argc) num_threads(a) default(shared) shared(e) reduction(+ : h) in main()
|
/external/v8/src/compiler/ |
D | simplified-operator-reducer-unittest.cc | 164 Reduction reduction = Reduce( in TEST_P() local 166 EXPECT_FALSE(reduction.Changed()); in TEST_P() 181 Reduction reduction = Reduce( in TEST_F() local 184 ASSERT_TRUE(reduction.Changed()); in TEST_F() 185 EXPECT_EQ(param0, reduction.replacement()); in TEST_F() 211 Reduction reduction = Reduce(graph()->NewNode( in TEST_F() local 214 ASSERT_TRUE(reduction.Changed()); in TEST_F() 215 EXPECT_EQ(param0, reduction.replacement()); in TEST_F() 220 Reduction reduction = Reduce( in TEST_F() local 222 ASSERT_TRUE(reduction.Changed()); in TEST_F() [all …]
|
D | machine-operator-reducer-unittest.cc | 234 Reduction reduction = in TEST_P() local 236 EXPECT_FALSE(reduction.Changed()); in TEST_P() 251 Reduction reduction = Reduce(graph()->NewNode( in TEST_F() local 253 ASSERT_TRUE(reduction.Changed()); in TEST_F() 254 EXPECT_THAT(reduction.replacement(), IsFloat64Constant(x)); in TEST_F() 266 Reduction reduction = Reduce(graph()->NewNode( in TEST_F() local 269 ASSERT_TRUE(reduction.Changed()); in TEST_F() 270 EXPECT_EQ(value, reduction.replacement()); in TEST_F() 276 Reduction reduction = Reduce(graph()->NewNode( in TEST_F() local 278 ASSERT_TRUE(reduction.Changed()); in TEST_F() [all …]
|
D | change-lowering-unittest.cc | 128 Reduction reduction = Reduce(node); in TARGET_TEST_P() local 129 ASSERT_TRUE(reduction.Changed()); in TARGET_TEST_P() 131 Node* phi = reduction.replacement(); in TARGET_TEST_P() 145 Reduction reduction = Reduce(node); in TARGET_TEST_P() local 146 ASSERT_TRUE(reduction.Changed()); in TARGET_TEST_P() 148 EXPECT_THAT(reduction.replacement(), IsWordEqual(val, IsTrueConstant())); in TARGET_TEST_P() 155 Reduction reduction = Reduce(node); in TARGET_TEST_P() local 156 ASSERT_TRUE(reduction.Changed()); in TARGET_TEST_P() 158 Node* finish = reduction.replacement(); in TARGET_TEST_P() 174 Reduction reduction = Reduce(node); in TARGET_TEST_P() local [all …]
|
D | js-builtin-reducer.cc | 18 static Reduction ReplaceWithPureReduction(Node* node, Reduction reduction) { in ReplaceWithPureReduction() argument 19 if (reduction.Changed()) { in ReplaceWithPureReduction() 20 NodeProperties::ReplaceWithValue(node, reduction.replacement()); in ReplaceWithPureReduction() 21 return reduction; in ReplaceWithPureReduction()
|
/external/skia/src/pathops/ |
D | SkReduceOrder.cpp | 16 static int coincident_line(const SkDQuad& quad, SkDQuad& reduction) { in coincident_line() argument 17 reduction[0] = reduction[1] = quad[0]; in coincident_line() 21 static int reductionLineCount(const SkDQuad& reduction) { in reductionLineCount() argument 22 return 1 + !reduction[0].approximatelyEqual(reduction[1]); in reductionLineCount() 25 static int vertical_line(const SkDQuad& quad, SkDQuad& reduction) { in vertical_line() argument 26 reduction[0] = quad[0]; in vertical_line() 27 reduction[1] = quad[2]; in vertical_line() 28 return reductionLineCount(reduction); in vertical_line() 31 static int horizontal_line(const SkDQuad& quad, SkDQuad& reduction) { in horizontal_line() argument 32 reduction[0] = quad[0]; in horizontal_line() [all …]
|
/external/v8/test/cctest/compiler/ |
D | test-machine-operator-reducer.cc | 101 Reduction reduction = reducer.Reduce(n); in CheckFoldBinop() local 102 CHECK(reduction.Changed()); in CheckFoldBinop() 103 CHECK_NE(n, reduction.replacement()); in CheckFoldBinop() 104 CHECK_EQ(expect, ValueOf<T>(reduction.replacement()->op())); in CheckFoldBinop() 113 Reduction reduction = reducer.Reduce(n); in CheckBinop() local 114 CHECK(reduction.Changed()); in CheckBinop() 115 CHECK_EQ(expect, reduction.replacement()); in CheckBinop() 125 Reduction reduction = reducer.Reduce(n); in CheckFoldBinop() local 126 CHECK(reduction.Changed()); in CheckFoldBinop() 127 CHECK_EQ(binop, reduction.replacement()->op()); in CheckFoldBinop() [all …]
|
/external/clang/include/clang/Basic/ |
D | OpenMPKinds.def | 108 OPENMP_CLAUSE(reduction, OMPReductionClause) 134 OPENMP_PARALLEL_CLAUSE(reduction) 144 OPENMP_SIMD_CLAUSE(reduction) 150 OPENMP_FOR_CLAUSE(reduction) 160 OPENMP_FOR_SIMD_CLAUSE(reduction) 172 OPENMP_SECTIONS_CLAUSE(reduction) 205 OPENMP_PARALLEL_FOR_CLAUSE(reduction) 220 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(reduction) 237 OPENMP_PARALLEL_SECTIONS_CLAUSE(reduction) 268 OPENMP_TEAMS_CLAUSE(reduction)
|
/external/skia/src/utils/win/ |
D | SkDWriteGeometrySink.cpp | 90 static bool check_quadratic(const Cubic& cubic, Quadratic& reduction) { in check_quadratic() argument 105 reduction[0] = cubic[0]; in check_quadratic() 106 reduction[1].x = midX; in check_quadratic() 107 reduction[1].y = midY; in check_quadratic() 108 reduction[2] = cubic[3]; in check_quadratic()
|