Home | History | Annotate | Download | only in libm

Lines Matching defs:tan_theta

74 		double tan_theta = angles[i].y;
79 assert(tan_theta == 0);
82 assert(tan_theta != 0);
83 ok = (fabs((tan(theta) - tan_theta)/tan_theta) <= eps);
89 deg, theta, tan(theta), tan_theta);
180 float tan_theta = angles[i].fy;
183 if (tan_theta == 999)
184 tan_theta = angles[i].y;
188 assert(tan_theta == 0);
191 assert(tan_theta != 0);
192 ok = (fabsf((tanf(theta) - tan_theta)/tan_theta)
198 deg, tanf(theta), tan_theta);