Lines Matching defs:theta
114 long double theta = sin_angles[i].x;
119 sincosl(theta, &s, &c);
124 deg, theta, s, sin_theta);
129 deg, theta, c, cos_theta);
230 double theta = sin_angles[i].x;
235 sincos(theta, &s, &c);
240 deg, theta, s, sin_theta);
245 deg, theta, c, cos_theta);
346 float theta = sin_angles[i].x;
351 sincosf(theta, &s, &c);
360 deg, theta, s, sin_theta);
365 deg, theta, c, cos_theta);