Lines Matching refs:c_1
388 const T c_1 = c_2 * c - s_2 * s; in twoSidedJacobiRotation() local
402 const T d_1 = c_1*(w*c_2 - x*s_2) - s_1*(y*c_2 - z*s_2); in twoSidedJacobiRotation()
403 const T d_2 = s_1*(w*s_2 + x*c_2) + c_1*(y*s_2 + z*c_2); in twoSidedJacobiRotation()
422 A[j][l] = c_1 * tau1 - s_1 * tau2; in twoSidedJacobiRotation()
423 A[k][l] = s_1 * tau1 + c_1 * tau2; in twoSidedJacobiRotation()
450 jacobiRotateRight<T, j, k> (U, c_1, s_1); in twoSidedJacobiRotation()
529 const T c_1 = c_2 * c - s_2 * s; in twoSidedJacobiRotation() local
543 const T d_1 = c_1*(w*c_2 - x*s_2) - s_1*(y*c_2 - z*s_2); in twoSidedJacobiRotation()
544 const T d_2 = s_1*(w*s_2 + x*c_2) + c_1*(y*s_2 + z*c_2); in twoSidedJacobiRotation()
573 A[j][l] = c_1 * tau1 - s_1 * tau2; in twoSidedJacobiRotation()
574 A[k][l] = s_1 * tau1 + c_1 * tau2; in twoSidedJacobiRotation()
612 jacobiRotateRight (U, j, k, c_1, s_1); in twoSidedJacobiRotation()