Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h571 #define PACK_REDUCTION_METHOD_AND_BARRIER(reduction_method, barrier_type) \ argument
572 ((reduction_method) | (barrier_type))
580 #define PACK_REDUCTION_METHOD_AND_BARRIER(reduction_method, barrier_type) \ argument
581 (reduction_method)