Lines Matching refs:Red
49 Point Red; in foo() local
50 #pragma omp parallel for reduction(+: Red) in foo()
52 work(Red, I, Points); in foo()
54 #pragma omp parallel for reduction(-: Red) in foo()
56 work(Red, I, Points); in foo()
58 #pragma omp parallel for reduction(*: Red) in foo()
60 work(Red, I, Points); in foo()
62 #pragma omp parallel for reduction(&: Red) in foo()
64 work(Red, I, Points); in foo()
66 #pragma omp parallel for reduction(|: Red) in foo()
68 work(Red, I, Points); in foo()
70 #pragma omp parallel for reduction(^: Red) in foo()
72 work(Red, I, Points); in foo()
74 #pragma omp parallel for reduction(&&: Red) in foo()
76 work(Red, I, Points); in foo()
78 #pragma omp parallel for reduction(||: Red) in foo()
80 work(Red, I, Points); in foo()