Home
last modified time | relevance | path

Searched defs:pow_func (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/cudev/include/opencv2/cudev/functional/
Dfunctional.hpp646 template <typename T> struct pow_func : binary_function<T, float, float> struct
648 __device__ __forceinline__ float operator ()(T val, float power) const in operator ()()
653 template <> struct pow_func<double> : binary_function<double, double, double> struct
655 __device__ __forceinline__ double operator ()(double val, double power) const in operator ()()
/external/opencv/cxcore/src/
Dcxmathfuncs.cpp1784 CvIPowFunc pow_func = (CvIPowFunc)ipow_tab.fn_2d[depth]; in cvPow() local