Home | History | Annotate | Download | only in OpenMP

Lines Matching refs:S2

12 class S2 {
15 S2():a(0) { }
16 S2(const S2 &s2):a(s2.a) { }
20 const float S2::S2sc = 0;
21 const S2 b;
22 const S2 ba[5];
79 #pragma omp parallel firstprivate(S2::S2s)
80 #pragma omp parallel firstprivate(S2::S2sc)