Lines Matching defs:theta
83 long double theta = angles[i].x;
87 if (!(fabsl((cosl(theta) - cos_theta)/cos_theta) <= eps)) {
90 deg, theta, cosl(theta), cos_theta);
179 double theta = angles[i].x;
183 if (!(fabs((cos(theta) - cos_theta)/cos_theta) <= eps)) {
186 deg, theta, cos(theta), cos_theta);
275 float theta = angles[i].x;
288 volatile float result = cosf(theta);
296 " != %.8g", deg, theta, result, cos_theta);