Searched refs:c2_over_3 (Results 1 – 2 of 2) sorted by relevance
64 Scalar c2_over_3 = c2*s_inv3; in computeRoots() local65 Scalar a_over_3 = (c1 - c2*c2_over_3)*s_inv3; in computeRoots()69 Scalar half_b = Scalar(0.5)*(c0 + c2_over_3*(Scalar(2)*c2_over_3*c2_over_3 - c1)); in computeRoots()80 roots(0) = c2_over_3 + Scalar(2)*rho*cos_theta; in computeRoots()81 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()
512 Scalar c2_over_3 = c2*s_inv3;513 Scalar a_over_3 = (c1 - c2*c2_over_3)*s_inv3;517 Scalar half_b = Scalar(0.5)*(c0 + c2_over_3*(Scalar(2)*c2_over_3*c2_over_3 - c1));528 roots(0) = c2_over_3 + Scalar(2)*rho*cos_theta;529 roots(1) = c2_over_3 - rho*(cos_theta + s_sqrt3*sin_theta);530 roots(2) = c2_over_3 - rho*(cos_theta - s_sqrt3*sin_theta);