Searched refs:cvExp (Results 1 – 8 of 8) sorted by relevance
/external/opencv/ml/src/ |
D | mlboost.cpp | 1123 cvExp( weak_eval, weak_eval ); in update_weights() 1158 cvExp( weak_eval, weak_eval ); in update_weights() 1189 cvExp( weak_eval, weak_eval ); in update_weights()
|
D | mlcnn.cpp | 378 cvExp( probs, probs ); 944 CV_CALL(cvExp( layer->exp2ssumWX, layer->exp2ssumWX )); 987 CV_CALL(cvExp( layer->exp2ssumWX, layer->exp2ssumWX ));
|
D | mlem.cpp | 285 CV_CALL( cvExp( &expo, &expo )); in predict() 951 CV_CALL(cvExp( probs, probs )); // exp( S_ik ) in run_em()
|
D | mlann_mlp.cpp | 439 cvExp( sums, sums ); in calc_activ_func() 515 cvExp( _xf, _xf ); in calc_activ_func_deriv()
|
D | mlsvm.cpp | 318 cvExp( &R, &R ); in calc_rbf()
|
/external/opencv/cv/include/ |
D | cvcompat.h | 319 cvExp( &mx, &my ); in cvbFastExp()
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 647 CVAPI(void) cvExp( const CvArr* src, CvArr* dst );
|
/external/opencv/cxcore/src/ |
D | cxmathfuncs.cpp | 1019 CV_IMPL void cvExp( const CvArr* srcarr, CvArr* dstarr ) in cvExp() function
|