Lines Matching refs:rd
13 int x, cond, fp, rd, lin, step, map; in xxx() local
49 #pragma omp parallel if(cond) firstprivate(fp) reduction(min:rd) in xxx()
64 #pragma omp parallel sections if(cond) firstprivate(fp) reduction(&&:rd) in xxx()
91 : argc) if(cond) firstprivate(fp) reduction(-:rd) in xxx()
108 #pragma omp target parallel if(cond) firstprivate(fp) reduction(+:rd) map(to:map) in xxx()
125 #pragma omp target teams if(cond) firstprivate(fp) reduction(+:rd) map(tofrom:map) in xxx()
169 #pragma omp teams firstprivate(fp) reduction(+:rd) in xxx()
176 int x, cond, fp, rd, lin, step, map; in dpf() local
191 #pragma omp distribute parallel for if(parallel:cond) firstprivate(fp) reduction(+:rd) in dpf()
198 int x, cond, fp, rd, lin, step, map; in dpfs() local
213 #pragma omp distribute parallel for simd if(cond) firstprivate(fp) reduction(-:rd) in dpfs()
220 int x, cond, fp, rd, lin, step, map; in ds() local
237 int x, cond, fp, rd, lin, step, map; in for_fn() local
257 int x, cond, fp, rd, lin, step, map; in fs() local
277 int x, cond, fp, rd, lin, step, map; in ord() local
298 int x, cond, fp, rd, lin, step, map; in pf() local
316 #pragma omp parallel for if(cond) firstprivate(fp) reduction(&:rd) linear(lin: step) in pf()
323 int x, cond, fp, rd, lin, step, map; in pfs() local
341 #pragma omp parallel for simd if(cond) firstprivate(fp) reduction(|:rd) linear(lin: step) in pfs()
348 int x, cond, fp, rd, lin, step, map; in simd() local
368 int x, cond, fp, rd, lin, step, map; in tpf() local
389 #pragma omp target parallel for if(parallel:cond) firstprivate(fp) reduction(max:rd) linear(lin: st… in tpf()
396 int x, cond, fp, rd, lin, step, map; in tpfs() local
417 #pragma omp target parallel for simd if(target:cond) firstprivate(fp) reduction(*:rd) linear(lin: s… in tpfs()
424 int x, cond, fp, rd, lin, step, map; in ts() local
444 #pragma omp target simd if(cond) firstprivate(fp) reduction(+:rd) linear(lin: step) map(alloc:map) in ts()
451 int x, cond, fp, rd, lin, step, map; in ttd() local
468 #pragma omp target teams distribute if(cond) firstprivate(fp) reduction(+:rd) map(alloc:map) in ttd()
475 int x, cond, fp, rd, lin, step, map; in ttdpf() local
492 #pragma omp target teams distribute parallel for if(cond) firstprivate(fp) reduction(+:rd) map(allo… in ttdpf()
499 int x, cond, fp, rd, lin, step, map; in ttdpfs() local
516 …teams distribute parallel for simd if(parallel:cond) firstprivate(fp) reduction(+:rd) map(from:map) in ttdpfs()
523 int x, cond, fp, rd, lin, step, map; in ttds() local
541 #pragma omp target teams distribute simd if(cond) firstprivate(fp) reduction(+:rd) map(map) in ttds()
548 int x, cond, fp, rd, lin, step, map; in tl() local
565 #pragma omp taskloop if(cond) firstprivate(fp) reduction(+:rd) in tl()
572 int x, cond, fp, rd, lin, step, map; in tls() local
592 #pragma omp taskloop simd if(cond) firstprivate(fp) reduction(+:rd) linear(lin: step) in tls()
599 int x, cond, fp, rd, lin, step, map; in tdpf() local
621 #pragma omp teams distribute parallel for if(cond) firstprivate(fp) reduction(+:rd) in tdpf()
628 int x, cond, fp, rd, lin, step, map; in tdpfs() local
650 #pragma omp teams distribute parallel for simd if(cond) firstprivate(fp) reduction(+:rd) in tdpfs()
657 int x, cond, fp, rd, lin, step, map; in tds() local
675 #pragma omp teams distribute simd firstprivate(fp) reduction(+:rd) in tds()