Home | History | Annotate | Download | only in test

Lines Matching refs:thres

164         const double thres = 1e-5;
165 if (norm(rvec3_exp, rvec3) > thres || norm(tvec3_exp, tvec3) > thres)
179 if (norm(dr3_dr1, dr3dr1) > thres || norm(dt3_dr1, dt3dr1) > thres)
188 if (norm(dr3_dr2, dr3dr2) > thres || norm(dt3_dr2, dt3dr2) > thres)
197 if (norm(dr3_dt1, dr3dt1) > thres || norm(dt3_dt1, dt3dt1) > thres)
206 if (norm(dr3_dt2, dr3dt2) > thres || norm(dt3_dt2, dt3dt2) > thres)