Searched refs:epsB (Results 1 – 1 of 1) sorted by relevance
2819 double epsB = -(epsA - xa + TANGENT_TABLE_A[idx]); in atan() local2820 epsB += xb - TANGENT_TABLE_B[idx]; in atan()2822 double temp = epsA + epsB; in atan()2823 epsB = -(temp - epsA - epsB); in atan()2840 yb = epsB * denom; in atan()2865 yb += epsB / za; in atan()2870 epsB = yb; in atan()2900 yb += epsB / (1.0 + epsA * epsA); in atan()