Searched defs:norm_diff (Results 1 - 2 of 2) sorted by relevance

/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
/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...]

Completed in 178 milliseconds