Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxmathfuncs.cpp1696 typedef CvStatus (CV_STDCALL * CvSqrtFunc)( const void* src, void* dst, int len ); typedef
1798 CvSqrtFunc sqrt_func = power < 0 ? in cvPow()
1799 (depth == CV_32F ? (CvSqrtFunc)icvInvSqrt_32f : (CvSqrtFunc)icvInvSqrt_64f) : in cvPow()
1800 (depth == CV_32F ? (CvSqrtFunc)icvSqrt_32f : (CvSqrtFunc)icvSqrt_64f); in cvPow()