Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dcv_cpu_dispatch.h159 # define CV_VSX 1 macro
226 # define CV_VSX 1 macro
350 #ifndef CV_VSX
351 # define CV_VSX 0 macro
H A Dvsx_utils.hpp16 #if CV_VSX
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/hal/
H A Dintrin_forward.hpp140 #if CV_VSX
151 #if CV_VSX
H A Dintrin.hpp197 # undef CV_VSX
203 #if (CV_SSE2 || CV_NEON || CV_VSX || CV_MSA || CV_WASM_SIMD || CV_RVV071 || CV_RVV) && !defined(CV_…
221 #elif CV_VSX && !defined(CV_FORCE_SIMD128_CPP)
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dsystem.cpp613 #if CV_VSX || defined _ARCH_PWR8 || defined __POWER9_VECTOR__ in initialize()