Home
last modified time | relevance | path

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

/external/opencv/ml/src/
Dmlboost.cpp1123 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()
Dmlcnn.cpp378 cvExp( probs, probs );
944 CV_CALL(cvExp( layer->exp2ssumWX, layer->exp2ssumWX ));
987 CV_CALL(cvExp( layer->exp2ssumWX, layer->exp2ssumWX ));
Dmlem.cpp285 CV_CALL( cvExp( &expo, &expo )); in predict()
951 CV_CALL(cvExp( probs, probs )); // exp( S_ik ) in run_em()
Dmlann_mlp.cpp439 cvExp( sums, sums ); in calc_activ_func()
515 cvExp( _xf, _xf ); in calc_activ_func_deriv()
Dmlsvm.cpp318 cvExp( &R, &R ); in calc_rbf()
/external/opencv/cv/include/
Dcvcompat.h319 cvExp( &mx, &my ); in cvbFastExp()
/external/opencv/cxcore/include/
Dcxcore.h647 CVAPI(void) cvExp( const CvArr* src, CvArr* dst );
/external/opencv/cxcore/src/
Dcxmathfuncs.cpp1019 CV_IMPL void cvExp( const CvArr* srcarr, CvArr* dstarr ) in cvExp() function