Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dparallel.cpp65 #define HAVE_OPENMP macro
104 #elif defined HAVE_OPENMP
120 #elif defined HAVE_OPENMP
180 #elif defined HAVE_CSTRIPES || defined HAVE_OPENMP
212 #elif defined HAVE_OPENMP
275 #elif defined HAVE_OPENMP in parallel_for_()
344 #elif defined HAVE_OPENMP in getNumThreads()
391 #elif defined HAVE_OPENMP in setNumThreads()
445 #elif defined HAVE_OPENMP in getThreadNum()
/external/opencv3/cmake/
DOpenCVFindLibsPerf.cmake120 set(HAVE_OPENMP "${OPENMP_FOUND}") variable
124 if(NOT APPLE AND NOT HAVE_TBB AND NOT HAVE_OPENMP)
/external/valgrind/drd/tests/
DMakefile.am425 if HAVE_OPENMP
499 if HAVE_OPENMP
/external/opencv3/
DCMakeLists.txt1049 status(" Use OpenMP:" HAVE_OPENMP THEN YES ELSE NO)
/external/valgrind/
Dconfigure.ac3821 AM_CONDITIONAL([HAVE_OPENMP], [test x$ac_have_openmp = xyes]) condition