Searched refs:norm_diff (Results 1 - 15 of 15) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxnorm.cpp971 double norm = 0, norm_diff = 0; local
1056 norm_diff += t*t;
1061 norm = norm_diff/(norm + DBL_EPSILON);
1063 norm = norm_diff;
1092 norm_diff += t*t;
1097 norm = norm_diff/(norm + DBL_EPSILON);
1099 norm = norm_diff;
1220 norm_diff += temp;
1235 norm_diff += temp;
1241 norm = norm_diff/(nor
[all...]
/external/eigen/bench/btl/actions/
H A Daction_aat_product.hh115 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
H A Daction_ata_product.hh115 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
H A Daction_axpby.hh101 STL_interface<typename Interface::real_type>::norm_diff(Y_stl,resu_stl);
H A Daction_axpy.hh113 STL_interface<typename Interface::real_type>::norm_diff(Y_stl,resu_stl);
H A Daction_lu_solve.hh111 STL_interface<typename Interface::real_type>::norm_diff(B_stl,B_new_stl);
H A Daction_trisolve.hh113 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
H A Daction_atv_product.hh102 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
H A Daction_ger.hh100 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
H A Daction_matrix_matrix_product.hh118 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
H A Daction_matrix_matrix_product_bis.hh126 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
H A Daction_matrix_vector_product.hh120 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
H A Daction_symv.hh109 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
H A Daction_syr2.hh103 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
/external/eigen/bench/btl/libs/STL/
H A DSTL_interface.hh203 static inline real norm_diff(const stl_vector & A, const stl_vector & B) function in class:STL_interface
217 static inline real norm_diff(const stl_matrix & A, const stl_matrix & B) function in class:STL_interface

Completed in 165 milliseconds