Home
last modified time | relevance | path

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

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