Searched refs:costA (Results 1 – 1 of 1) sorted by relevance
1993 final double costA = COSINE_TABLE_A[idx]; in sinQ() local2041 t = costA * sinEpsA; in sinQ()2047 b = b + sintA * cosEpsB + costA * sinEpsB; in sinQ()2090 t = ((costA + costB) * (cosEpsA + cosEpsB) - in sinQ()2137 final double costA = COSINE_TABLE_A[idx]; in tanQ() local2185 t = costA*sinEpsA; in tanQ()2191 b = b + sintA*cosEpsB + costA*sinEpsB; in tanQ()2201 t = costA*cosEpsA; in tanQ()2213 b = b + costB*cosEpsA + costA*cosEpsB + costB*cosEpsB; in tanQ()