Home | History | Annotate | Download | only in src

Lines Matching refs:CV_INLINE

81 CV_INLINE double icvSum_32f( const float* src, int len )
91 CV_INLINE double icvDotProduct_32f( const float* src1, const float* src2, int len )
102 CV_INLINE double icvDotProduct_64f( const double* src1, const double* src2, int len )
113 CV_INLINE void icvMulVectors_32f( const float* src1, const float* src2,
123 CV_INLINE void icvMulVectors_64d( const double* src1, const double* src2,
134 CV_INLINE void icvAddVector_32f( const float* src1, const float* src2,
144 CV_INLINE void icvAddVector_64d( const double* src1, const double* src2,
155 CV_INLINE void icvSubVector_32f( const float* src1, const float* src2,
165 CV_INLINE void icvSubVector_64d( const double* src1, const double* src2,
183 CV_INLINE void icvSetIdentity_32f( float* dst, int w, int h )
192 CV_INLINE void icvSetIdentity_64d( double* dst, int w, int h )
201 CV_INLINE void icvTrace_32f( const float* src, int w, int h, float* trace )
213 CV_INLINE void icvTrace_64d( const double* src, int w, int h, double* trace )
225 CV_INLINE void icvScaleVector_32f( const float* src, float* dst,
236 CV_INLINE void icvScaleVector_64d( const double* src, double* dst,
247 CV_INLINE void icvTransposeMatrix_32f( const float* src, int w, int h, float* dst )
258 CV_INLINE void icvTransposeMatrix_64d( const double* src, int w, int h, double* dst )
269 CV_INLINE void icvDetMatrix3x3_64d( const double* mat, double* det )
283 CV_INLINE void icvMulMatrix_32f( const float* src1, int w1, int h1,
308 CV_INLINE void icvMulMatrix_64d( const double* src1, int w1, int h1,
349 CV_INLINE void icvInvertMatrix_64d( double* A, int n, double* invA )
357 CV_INLINE void icvMulTransMatrixR_64d( double* src, int width, int height, double* dst )
365 CV_INLINE void icvMulTransMatrixL_64d( double* src, int width, int height, double* dst )
373 CV_INLINE void icvMulTransMatrixR_32f( float* src, int width, int height, float* dst )
381 CV_INLINE void icvMulTransMatrixL_32f( float* src, int width, int height, float* dst )
389 CV_INLINE void icvCvt_32f_64d( const float* src, double* dst, int len )
396 CV_INLINE void icvCvt_64d_32f( const double* src, float* dst, int len )