Searched refs:norm_diff (Results 1 – 15 of 15) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxnorm.cpp | 971 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/ |
D | STL_interface.hh | 203 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/ |
D | action_aat_product.hh | 115 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
|
D | action_ata_product.hh | 115 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
|
D | action_axpby.hh | 101 STL_interface<typename Interface::real_type>::norm_diff(Y_stl,resu_stl); in check_result()
|
D | action_axpy.hh | 113 STL_interface<typename Interface::real_type>::norm_diff(Y_stl,resu_stl); in check_result()
|
D | action_trisolve.hh | 113 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
|
D | action_lu_solve.hh | 111 STL_interface<typename Interface::real_type>::norm_diff(B_stl,B_new_stl); in calculate()
|
D | action_matrix_vector_product.hh | 120 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
|
D | action_symv.hh | 109 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
|
D | action_ger.hh | 100 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
|
D | action_syr2.hh | 103 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
|
D | action_atv_product.hh | 102 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
|
D | action_matrix_matrix_product.hh | 118 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
|
D | action_matrix_matrix_product_bis.hh | 126 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in calculate()
|