Searched refs:CV_PROC_IA64 (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxswitcher.cpp75 #define CV_PROC_IA64 2 macro
211 cpu_info->model = CV_PROC_IA64;
222 cpu_info->model = CV_PROC_IA64;
557 const char** ipp_suffix = arch == CV_PROC_IA64 ? ipp_sfx_ia64 :
559 const char** mkl_suffix = arch == CV_PROC_IA64 ? mkl_sfx_ia64 :
589 (arch == CV_PROC_IA32_GENERIC || arch == CV_PROC_IA64 || arch == CV_PROC_EM64T) )

Completed in 28 milliseconds