Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dmathfuncs.cpp1132 typedef void (*IPowFunc)( const uchar* src, uchar* dst, int len, int power ); typedef
1134 static IPowFunc ipowTab[] =
1136 (IPowFunc)iPow8u, (IPowFunc)iPow8s, (IPowFunc)iPow16u, (IPowFunc)iPow16s,
1137 (IPowFunc)iPow32s, (IPowFunc)iPow32f, (IPowFunc)iPow64f, 0
1257 IPowFunc func = ipowTab[depth]; in pow()