Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h565 #define PACK_REDUCTION_METHOD_AND_BARRIER(reduction_method, barrier_type) \ argument
566 ((reduction_method) | (barrier_type))
574 #define PACK_REDUCTION_METHOD_AND_BARRIER(reduction_method, barrier_type) \ argument
575 (reduction_method)