Searched refs:db_SafeSqrt (Results 1 – 3 of 3) sorted by relevance
180 return(db_SafeSqrt(db_SafeDivision(k1,1.0-db_sqr(H[8])))); in db_FocalFromCamRotFocalHomography()184 return(db_SafeSqrt(db_SafeDivision(1.0-db_sqr(H[8]),k2))); in db_FocalFromCamRotFocalHomography()284 s=db_SafeSqrt(1.0-db_sqr(c)); in db_MultiplyRotationOntoImageHomography()
209 inline double db_SafeSqrt(double a) in db_SafeSqrt() function
639 double error = db_SafeSqrt(m_sq_cost[c]); in ComputeCostHistogram()