Home
last modified time | relevance | path

Searched defs:KMP_MIN (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_runtime.cpp66 #define KMP_MIN(x, y) ((x) < (y) ? (x) : (y)) macro
Dkmp.h299 #define KMP_MIN(x, y) ((x) < (y) ? (x) : (y)) macro