Searched refs:cosphi (Results 1 – 1 of 1) sorted by relevance
225 cosphi; in fEigenCompute10() local301 cosphi = 1.0F / sqrtf(1.0F + tanphi * tanphi); in fEigenCompute10()302 sinphi = tanphi * cosphi; in fEigenCompute10()305 tanhalfphi = sinphi / (1.0F + cosphi); in fEigenCompute10()398 cosphi; in fEigenCompute4() local476 cosphi = 1.0F / sqrtf(1.0F + tanphi * tanphi); in fEigenCompute4()477 sinphi = tanphi * cosphi; in fEigenCompute4()480 tanhalfphi = sinphi / (1.0F + cosphi); in fEigenCompute4()561 float cosphi; // cosine of jacobi rotation angle in fComputeEigSlice() local573 cosphi = 1.0F / sqrtf(1.0F + tanphi * tanphi); in fComputeEigSlice()[all …]