Lines Matching defs:theta
73 double theta = angles[i].x;
77 if (theta == 0) {
80 ok = (tan(theta) == 0);
83 ok = (fabs((tan(theta) - tan_theta)/tan_theta) <= eps);
89 deg, theta, tan(theta), tan_theta);
179 float theta = angles[i].x;
186 if (theta == 0) {
189 ok = (tan(theta) == 0);
192 ok = (fabsf((tanf(theta) - tan_theta)/tan_theta)
198 deg, tanf(theta), tan_theta);