Home | History | Annotate | Download | only in OpenMP

Lines Matching refs:init1

29 void init1(BaseS1&, const BaseS1&);
34 #pragma omp declare reduction(&& : S<float>, S<int> : omp_out.f *= omp_in.f) initializer(init1(omp_priv, omp_orig))