Home
last modified time | relevance | path

Searched refs:reduction_method (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h551 #define PACK_REDUCTION_METHOD_AND_BARRIER(reduction_method, barrier_type) \ argument
552 ((reduction_method) | (barrier_type))
560 #define PACK_REDUCTION_METHOD_AND_BARRIER(reduction_method, barrier_type) \ argument
561 (reduction_method)