HomeSort by relevance Sort by last modified time
    Searched refs:S2 (Results 251 - 275 of 560) sorted by null

<<11121314151617181920>>

  /external/clang/test/OpenMP/
distribute_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...]
distribute_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_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 for map(S2::S2s
    [all...]
target_parallel_for_simd_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 for simd map(S2::S2s
    [all...]
distribute_parallel_for_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];
268 #pragma omp distribute parallel for firstprivate(S2::S2s) // O
    [all...]
distribute_simd_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];
268 #pragma omp distribute simd firstprivate(S2::S2s) // O
    [all...]
for_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];
237 #pragma omp for firstprivate(S2::S2s) // O
    [all...]
for_simd_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];
234 #pragma omp for simd firstprivate(S2::S2s) // O
    [all...]
parallel_for_simd_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];
202 #pragma omp parallel for simd firstprivate(S2::S2s) // O
    [all...]
target_parallel_for_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];
200 #pragma omp target parallel for firstprivate(S2::S2s) // O
    [all...]
target_parallel_for_simd_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];
200 #pragma omp target parallel for simd firstprivate(S2::S2s) // O
    [all...]
taskloop_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];
237 #pragma omp taskloop firstprivate(S2::S2s) // O
    [all...]
taskloop_simd_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];
237 #pragma omp taskloop simd firstprivate(S2::S2s) // O
    [all...]
distribute_parallel_for_copyin_messages.cpp 11 class S2 {
15 S2() : a(0) {}
16 S2 &operator=(S2 &s2) { return *this; }
47 S2 k;
distribute_parallel_for_simd_copyin_messages.cpp 11 class S2 {
15 S2() : a(0) {}
16 S2 &operator=(S2 &s2) { return *this; }
47 S2 k;
single_copyprivate_messages.cpp 7 class S2 {
11 S2() : a(0) {}
12 S2 &operator=(S2 &s2) { return *this; }
38 S2 k;
  /external/clang/test/CodeGenCXX/
vtable-available-externally.cpp 379 struct S2 {
389 S2 *s2 = new S2; local
390 s2->doStuff();
  /external/eigen/Eigen/src/Eigenvalues/
GeneralizedEigenSolver.h 372 Matrix<RealScalar,2,2> S2 = mS.template block<2,2>(i,i) * Matrix<Scalar,2,1>(b,a).asDiagonal();
374 Scalar p = Scalar(0.5) * (S2.coeff(0,0) - S2.coeff(1,1));
375 Scalar z = sqrt(abs(p * p + S2.coeff(1,0) * S2.coeff(0,1)));
376 const ComplexScalar alpha = ComplexScalar(S2.coeff(1,1) + p, (beta > 0) ? z : -z);
  /prebuilts/go/darwin-x86/src/cmd/api/testdata/src/pkg/p1/
p1.go 60 type S2 struct {
103 func (s *S2) SMethod(x int8, y int16, z int64) {}
113 func (s *S2) unexported(x int8, y int16, z int64) {}
  /prebuilts/go/linux-x86/src/cmd/api/testdata/src/pkg/p1/
p1.go 60 type S2 struct {
103 func (s *S2) SMethod(x int8, y int16, z int64) {}
113 func (s *S2) unexported(x int8, y int16, z int64) {}
  /external/clang/test/Analysis/
reference.cpp 74 struct S2 {
90 S2 s2 = { a }; local
93 if (s2.x != a) return;
97 clang_analyzer_eval(s2.x[0] == 42); // expected-warning{{TRUE}}
  /external/clang/test/FixIt/
fixit-cxx0x.cpp 50 struct S2 {
55 void S2::f(int i) {
  /external/clang/test/SemaCXX/
empty-class-layout.cpp 45 struct S2 : virtual Derived<10> {
48 SA(7, sizeof(S2) == 24);
  /external/llvm/lib/Transforms/Utils/
SimplifyInstructions.cpp 40 SmallPtrSet<const Instruction*, 8> S1, S2, *ToSimplify = &S1, *Next = &S2;
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug417.go 21 type S2 struct {

Completed in 1152 milliseconds

<<11121314151617181920>>