HomeSort by relevance Sort by last modified time
    Searched refs:S2 (Results 176 - 200 of 506) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/clang/test/OpenMP/
distribute_private_messages.cpp 12 class S2 {
15 S2():a(0) { }
18 const S2 b;
19 const S2 ba[5];
78 #pragma omp distribute private(S2::S2s) // expected-error {{shared variable cannot be private}}
distribute_parallel_for_lastprivate_messages.cpp 12 class S2 {
16 S2() : a(0) {}
17 S2(S2 &s2) : a(s2.a) {}
18 const S2 &operator =(const S2&) const;
19 S2 &operator =(const S2&)
    [all...]
distribute_parallel_for_simd_lastprivate_messages.cpp 12 class S2 {
16 S2() : a(0) {}
17 S2(S2 &s2) : a(s2.a) {}
18 const S2 &operator =(const S2&) const;
19 S2 &operator =(const S2&)
    [all...]
distribute_simd_lastprivate_messages.cpp 12 class S2 {
16 S2() : a(0) {}
17 S2(S2 &s2) : a(s2.a) {}
18 const S2 &operator =(const S2&) const;
19 S2 &operator =(const S2&)
    [all...]
for_reduction_messages.cpp 14 class S2 {
16 S2 &operator+(const S2 &arg) { return (*this); } // expected-note 3 {{implicitly declared private here}}
19 S2() : a(0) {}
20 S2(S2 &s2) : a(s2.a) {}
24 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}}
25 S2 b; // expected-note 3 {{'b' defined here}
    [all...]
for_simd_reduction_messages.cpp 14 class S2 {
16 S2 &operator+(const S2 &arg) { return (*this); } // expected-note 3 {{implicitly declared private here}}
19 S2() : a(0) {}
20 S2(S2 &s2) : a(s2.a) {}
24 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}}
25 S2 b; // expected-note 3 {{'b' defined here}
    [all...]
parallel_for_reduction_messages.cpp 14 class S2 {
16 S2 &operator+(const S2 &arg) { return (*this); } // expected-note 3 {{implicitly declared private here}}
19 S2() : a(0) {}
20 S2(S2 &s2) : a(s2.a) {}
24 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}}
25 S2 b; // expected-note 3 {{'b' defined here}
    [all...]
parallel_for_simd_reduction_messages.cpp 14 class S2 {
16 S2 &operator+(const S2 &arg) { return (*this); } // expected-note 3 {{implicitly declared private here}}
19 S2() : a(0) {}
20 S2(S2 &s2) : a(s2.a) {}
24 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}}
25 S2 b; // expected-note 3 {{'b' defined here}
    [all...]
sections_reduction_messages.cpp 14 class S2 {
16 S2 &operator+(const S2 &arg) { return (*this); } // expected-note 3 {{implicitly declared private here}}
19 S2() : a(0) {}
20 S2(S2 &s2) : a(s2.a) {}
24 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}}
25 S2 b; // expected-note 3 {{'b' defined here}
    [all...]
simd_reduction_messages.cpp 14 class S2 {
16 S2 &operator+(const S2 &arg) { return (*this); } // expected-note 3 {{implicitly declared private here}}
19 S2() : a(0) {}
20 S2(S2 &s2) : a(s2.a) {}
24 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}}
25 S2 b; // expected-note 3 {{'b' defined here}
    [all...]
target_parallel_for_reduction_messages.cpp 14 class S2 {
16 S2 &operator+(const S2 &arg) { return (*this); } // expected-note 3 {{implicitly declared private here}}
19 S2() : a(0) {}
20 S2(S2 &s2) : a(s2.a) {}
24 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}}
25 S2 b; // expected-note 3 {{'b' defined here}
    [all...]
target_parallel_for_simd_reduction_messages.cpp 14 class S2 {
16 S2 &operator+(const S2 &arg) { return (*this); } // expected-note 3 {{implicitly declared private here}}
19 S2() : a(0) {}
20 S2(S2 &s2) : a(s2.a) {}
24 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}}
25 S2 b; // expected-note 3 {{'b' defined here}
    [all...]
target_parallel_map_messages.cpp 12 class S2 {
15 S2():a(0) { }
16 S2(S2 &s2):a(s2.a) { }
20 const float S2::S2sc = 0;
21 const S2 b;
22 const S2 ba[5];
93 #pragma omp target parallel map(S2::S2s
    [all...]
taskloop_simd_lastprivate_messages.cpp 12 class S2 {
16 S2() : a(0) {}
17 S2(S2 &s2) : a(s2.a) {}
18 const S2 &operator =(const S2&) const;
19 S2 &operator =(const S2&)
    [all...]
teams_reduction_messages.cpp 14 class S2 {
16 S2 &operator+(const S2 &arg) { return (*this); } // expected-note 3 {{implicitly declared private here}}
19 S2() : a(0) {}
20 S2(S2 &s2) : a(s2.a) {}
24 const float S2::S2sc = 0; // expected-note 2 {{'S2sc' defined here}}
25 S2 b; // expected-note 3 {{'b' defined here}
    [all...]
  /external/clang/test/SemaCXX/
warn-unused-local-typedef.cpp 41 struct S2 {
50 S2::Foo s2foo;
89 struct S2 {
97 typename S2::Foo s2foo;
100 typedef typename S2::Foo3 TTSF; // expected-warning {{unused typedef 'TTSF'}}
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP192K1Point.java 99 int[] U2, S2;
103 S2 = Y2.x;
107 S2 = t3;
108 SecP192K1Field.square(Z1.x, S2);
111 SecP192K1Field.multiply(S2, X2.x, U2);
113 SecP192K1Field.multiply(S2, Z1.x, S2);
114 SecP192K1Field.multiply(S2, Y2.x, S2);
140 SecP192K1Field.subtract(S1, S2, R)
    [all...]
SecP192R1Point.java 98 int[] U2, S2;
102 S2 = Y2.x;
106 S2 = t3;
107 SecP192R1Field.square(Z1.x, S2);
110 SecP192R1Field.multiply(S2, X2.x, U2);
112 SecP192R1Field.multiply(S2, Z1.x, S2);
113 SecP192R1Field.multiply(S2, Y2.x, S2);
139 SecP192R1Field.subtract(S1, S2, R)
    [all...]
SecP224K1Point.java 99 int[] U2, S2;
103 S2 = Y2.x;
107 S2 = t3;
108 SecP224K1Field.square(Z1.x, S2);
111 SecP224K1Field.multiply(S2, X2.x, U2);
113 SecP224K1Field.multiply(S2, Z1.x, S2);
114 SecP224K1Field.multiply(S2, Y2.x, S2);
140 SecP224K1Field.subtract(S1, S2, R)
    [all...]
SecP224R1Point.java 97 int[] U2, S2;
101 S2 = Y2.x;
105 S2 = t3;
106 SecP224R1Field.square(Z1.x, S2);
109 SecP224R1Field.multiply(S2, X2.x, U2);
111 SecP224R1Field.multiply(S2, Z1.x, S2);
112 SecP224R1Field.multiply(S2, Y2.x, S2);
138 SecP224R1Field.subtract(S1, S2, R)
    [all...]
SecP256K1Point.java 99 int[] U2, S2;
103 S2 = Y2.x;
107 S2 = t3;
108 SecP256K1Field.square(Z1.x, S2);
111 SecP256K1Field.multiply(S2, X2.x, U2);
113 SecP256K1Field.multiply(S2, Z1.x, S2);
114 SecP256K1Field.multiply(S2, Y2.x, S2);
140 SecP256K1Field.subtract(S1, S2, R)
    [all...]
SecP256R1Point.java 97 int[] U2, S2;
101 S2 = Y2.x;
105 S2 = t3;
106 SecP256R1Field.square(Z1.x, S2);
109 SecP256R1Field.multiply(S2, X2.x, U2);
111 SecP256R1Field.multiply(S2, Z1.x, S2);
112 SecP256R1Field.multiply(S2, Y2.x, S2);
138 SecP256R1Field.subtract(S1, S2, R)
    [all...]
SecP384R1Point.java 97 int[] U2, S2;
101 S2 = Y2.x;
105 S2 = t3;
106 SecP384R1Field.square(Z1.x, S2);
109 SecP384R1Field.multiply(S2, X2.x, U2);
111 SecP384R1Field.multiply(S2, Z1.x, S2);
112 SecP384R1Field.multiply(S2, Y2.x, S2);
138 SecP384R1Field.subtract(S1, S2, R)
    [all...]
SecP521R1Point.java 95 int[] U2, S2;
99 S2 = Y2.x;
103 S2 = t3;
104 SecP521R1Field.square(Z1.x, S2);
107 SecP521R1Field.multiply(S2, X2.x, U2);
109 SecP521R1Field.multiply(S2, Z1.x, S2);
110 SecP521R1Field.multiply(S2, Y2.x, S2);
136 SecP521R1Field.subtract(S1, S2, R)
    [all...]
  /external/pcre/dist2/src/sljit/
sljitNativeSPARC_32.c 36 #define ARG2(flags, src2) ((flags & SRC2_IMM) ? IMM(src2) : S2(src2))
50 return push_inst(compiler, OR | D(dst) | S1(0) | S2(src2), DR(dst));
79 return push_inst(compiler, XNOR | (flags & SET_FLAGS) | D(dst) | S1(0) | S2(src2), DR(dst) | (flags & SET_FLAGS));
84 FAIL_IF(push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(src2) | S2(0), SET_FLAGS));
85 FAIL_IF(push_inst(compiler, OR | D(TMP_REG1) | S1(0) | S2(src2), DR(TMP_REG1)));
91 FAIL_IF(push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(TMP_REG1) | S2(0), SET_FLAGS));
114 return push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(TMP_REG1) | S2(TMP_LINK), MOVABLE_INS | SET_FLAGS);
127 return !(flags & SET_FLAGS) ? SLJIT_SUCCESS : push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(dst) | S2(0), SET_FLAGS);
131 return !(flags & SET_FLAGS) ? SLJIT_SUCCESS : push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(dst) | S2(0), SET_FLAGS);
135 return !(flags & SET_FLAGS) ? SLJIT_SUCCESS : push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(dst) | S2(0), SET_FLAGS)
    [all...]

Completed in 439 milliseconds

1 2 3 4 5 6 78 91011>>