Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp.h516 #define PACK_REDUCTION_METHOD_AND_BARRIER(reduction_method, barrier_type) \ argument
517 ((reduction_method) | (barrier_type))
525 #define PACK_REDUCTION_METHOD_AND_BARRIER(reduction_method, barrier_type) \ argument
526 (reduction_method)