Home
last modified time | relevance | path

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

/external/opencv3/modules/hal/include/opencv2/hal/
Ddefs.h103 #define CV_CPU_FMA3 12 macro
/external/opencv3/modules/core/src/
Dsystem.cpp272 f.have[CV_CPU_FMA3] = (cpuid_data[2] & (1<<12)) != 0; in initialize()
/external/opencv3/modules/ts/src/
Dts_func.cpp3032 if (checkHardwareSupport(CV_CPU_FMA3)) cpu_features += " fma3"; in printVersionInfo()