Searched refs:tanphi (Results 1 – 1 of 1) sorted by relevance
223 tanphi, in fEigenCompute10() local294 tanphi = 1.0F / (fabsf(cot2phi) + sqrtf(1.0F + cot2phi * cot2phi)); in fEigenCompute10()297 tanphi = -tanphi; in fEigenCompute10()301 cosphi = 1.0F / sqrtf(1.0F + tanphi * tanphi); in fEigenCompute10()302 sinphi = tanphi * cosphi; in fEigenCompute10()308 ftmp = tanphi * A[i][j]; in fEigenCompute10()396 tanphi, in fEigenCompute4() local469 tanphi = 1.0F / (fabsf(cot2phi) + sqrtf(1.0F + cot2phi * cot2phi)); in fEigenCompute4()472 tanphi = -tanphi; in fEigenCompute4()476 cosphi = 1.0F / sqrtf(1.0F + tanphi * tanphi); in fEigenCompute4()[all …]