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

1 2 3 4 56 7 8 91011>>

  /external/clang/test/OpenMP/
parallel_for_lastprivate_messages.cpp 12 class S2 {
16 S2() : a(0) {}
17 S2(S2 &s2) : a(s2.a) {}
18 S2 &operator=(const S2 &);
19 const S2 &operator=(const S2 &) const
    [all...]
parallel_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_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...]
target_parallel_for_lastprivate_messages.cpp 12 class S2 {
16 S2() : a(0) {}
17 S2(S2 &s2) : a(s2.a) {}
18 S2 &operator=(const S2 &);
19 const S2 &operator=(const S2 &) const
    [all...]
target_parallel_for_simd_lastprivate_messages.cpp 12 class S2 {
16 S2() : a(0) {}
17 S2(S2 &s2) : a(s2.a) {}
18 S2 &operator=(const S2 &);
19 const S2 &operator=(const S2 &) const
    [all...]
target_parallel_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...]
taskloop_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...]
parallel_sections_shared_messages.cpp 12 class S2 {
16 S2() : a(0) {}
17 S2(S2 &s2) : a(s2.a) {}
19 const S2 b;
20 const S2 ba[5];
target_parallel_shared_messages.cpp 12 class S2 {
15 S2():a(0) { }
16 S2(S2 &s2):a(s2.a) { }
18 const S2 b;
19 const S2 ba[5];
teams_shared_messages.cpp 12 class S2 {
15 S2():a(0) { }
16 S2(S2 &s2):a(s2.a) { }
18 const S2 b;
19 const S2 ba[5];
distribute_firstprivate_messages.cpp 12 class S2 {
16 S2() : a(0) {}
17 S2(const S2 &s2) : a(s2.a) {}
21 const float S2::S2sc = 0;
22 const S2 b;
23 const S2 ba[5];
114 #pragma omp distribute firstprivate(S2::S2s
    [all...]
parallel_sections_firstprivate_messages.cpp 12 class S2 {
16 S2() : a(0) {}
17 S2(const S2 &s2) : a(s2.a) {}
21 const float S2::S2sc = 0;
22 const S2 b;
23 const S2 ba[5];
236 #pragma omp parallel sections firstprivate(S2::S2s) // O
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
insns-c674x-reloc.s 37 addk .S2 $dpr_byte(ext2)+5,b3
39 addk .S2 w3-w4,b5
41 mvk .S2 $dpr_byte(ext2)+5,b3
43 mvk .S2 w3-w4,b5
45 mvkh .S2 $DPR_GOT(ext2)+2,b2
47 mvkh .S2 $DPR_HWORD(ext3)+4,b4
49 mvkh .S2 s1-s0,b6
51 mvklh .S2 $DPR_GOT(ext2)+2,b2
53 mvklh .S2 $DPR_HWORD(ext3)+4,b4
55 mvklh .S2 s1-s0,b
    [all...]
insns-c674x.s 18 [a0] absdp .S2 b3:b2,b5:b4
22 [b0] abssp .S2 b0,b7
44 add .S2 b17,b18,b19
48 [!b0] add .S2 15,b25,b11
89 [a1] adddp .S2 b13:b12,b25:b24,b29:b28
92 [!a1] addk .S2 32767,b4
99 [!a2] addsp .S2 b25,b24,b23
119 add2 .S2 b18,b17,b16
143 [a1] and .S2 b19,b23,b29
147 [!a1] and .S2 12,b20,b1
    [all...]
  /external/fec/
sumsq_mmx_assist.s 27 movq (%esi),%mm0 # S0 S1 S2 S3
28 pmaddwd %mm0,%mm0 # (S0^2+S1^2) (S2^2+S3^2)
31 paddd %mm6,%mm0 # (S0^2+S1^2+S4^2+S5^2)(S2^2+S3^2+S6^2+S7^2)
66 movq (%esi),%mm0 # S0 S1 S2 S3
67 pmaddwd %mm0,%mm0 # (S0*S0+S1*S1) (S2*S2+S3*S3)
  /external/llvm/include/llvm/ADT/
StringSwitch.h 105 const char (&S2)[N2], const T& Value) {
109 (N2-1 == Str.size() && std::memcmp(S2, Str.data(), N2-1) == 0))) {
119 const char (&S2)[N2], const char (&S3)[N3],
124 (N2-1 == Str.size() && std::memcmp(S2, Str.data(), N2-1) == 0) ||
135 const char (&S2)[N2], const char (&S3)[N3],
140 (N2-1 == Str.size() && std::memcmp(S2, Str.data(), N2-1) == 0) ||
  /external/clang/test/CodeGenCXX/
explicit-instantiation.cpp 135 struct S2 {
150 template void S<int>::S2::h();
155 template <typename T> void S<T>::S2::h() {}
  /external/clang/test/SemaCXX/
warn-reorder-ctor-initialization.cpp 10 : s2(1), // expected-warning {{field 's2' will be initialized after field 's1'}}
17 int s2; member in class:complex
91 struct S2: virtual S1 { };
94 struct S4: virtual S3, S2 {
95 S4() : S2(), // expected-warning {{base class 'T1::S2' will be initialized after base 'T1::S3'}}
  /frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
UT_vector.java 113 Short2 S2 = s.get_u8_2();
114 if (S2.x != 1 || S2.y != 2) {
117 S2.x = 2;
118 S2.y = 3;
119 s.set_u8_2(S2);
140 S2 = s.get_i16_2();
141 if (S2.x != 1 || S2.y != 2) {
144 S2.x = 2
    [all...]
  /frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_vector.java 113 Short2 S2 = s.get_u8_2();
114 if (S2.x != 1 || S2.y != 2) {
117 S2.x = 2;
118 S2.y = 3;
119 s.set_u8_2(S2);
140 S2 = s.get_i16_2();
141 if (S2.x != 1 || S2.y != 2) {
144 S2.x = 2
    [all...]
  /frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
UT_vector.java 113 Short2 S2 = s.get_u8_2();
114 if (S2.x != 1 || S2.y != 2) {
117 S2.x = 2;
118 S2.y = 3;
119 s.set_u8_2(S2);
140 S2 = s.get_i16_2();
141 if (S2.x != 1 || S2.y != 2) {
144 S2.x = 2
    [all...]
  /frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
UT_vector.java 113 Short2 S2 = s.get_u8_2();
114 if (S2.x != 1 || S2.y != 2) {
117 S2.x = 2;
118 S2.y = 3;
119 s.set_u8_2(S2);
140 S2 = s.get_i16_2();
141 if (S2.x != 1 || S2.y != 2) {
144 S2.x = 2
    [all...]
  /prebuilts/go/darwin-x86/test/interface/
struct.go 52 type S2 struct { i int }
53 func (p *S2) Get() int { return p.i }
54 func (p *S2) Put(i int) { p.i = i }
58 // s := S2{1}
66 s := S2{1}
74 s := &S2{1}
  /prebuilts/go/linux-x86/test/interface/
struct.go 52 type S2 struct { i int }
53 func (p *S2) Get() int { return p.i }
54 func (p *S2) Put(i int) { p.i = i }
58 // s := S2{1}
66 s := S2{1}
74 s := &S2{1}
  /external/clang/test/CodeGen/
xcore-stringtype.c 112 // CHECK: !"f{0}(s(S1){m(ps2){p(s(S2){m(ps3){p(s(S3){m(s1){s(S1){}}})}})}})"}
113 // CHECK: !{{[0-9]+}} = !{void (%struct.S2*)* @structureType2,
114 // CHECK: !"f{0}(s(S2){m(ps3){p(s(S3){m(s1){s(S1){m(ps2){p(s(S2){})}}}})}})"}
116 // CHECK: !"f{0}(s(S3){m(s1){s(S1){m(ps2){p(s(S2){m(ps3){p(s(S3){})}})}}}})"}
118 // CHECK: !"f{0}(s(S4){m(s1){s(S1){m(ps2){p(s(S2){m(ps3){p(s(S3){m(s1){s(S1){}}})}})}}}})"}
124 struct S2;
125 struct S1{struct S2 *ps2;};
127 struct S2{struct S3 *ps3;};
131 void structureType2(struct S2 s2){
    [all...]

Completed in 621 milliseconds

1 2 3 4 56 7 8 91011>>