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