Searched refs:s_sqrt3 (Results 1 – 2 of 2) sorted by relevance
53 const Scalar s_sqrt3 = internal::sqrt(Scalar(3.0)); in computeRoots() local81 roots(1) = c2_over_3 - rho*(cos_theta + s_sqrt3*sin_theta); in computeRoots()82 roots(2) = c2_over_3 - rho*(cos_theta - s_sqrt3*sin_theta); in computeRoots()
513 const Scalar s_sqrt3 = sqrt(Scalar(3.0));541 roots(0) = c2_over_3 - rho*(cos_theta + s_sqrt3*sin_theta); // == 2*rho*cos(theta+2pi/3)542 roots(1) = c2_over_3 - rho*(cos_theta - s_sqrt3*sin_theta); // == 2*rho*cos(theta+ pi/3)