t_tan.c | 74 double tan_theta = angles[i].y; local in function:ATF_TC_BODY 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; local in function:ATF_TC_BODY 183 if (tan_theta == 999) 184 tan_theta = angles[i].y; 188 assert(tan_theta == 0) [all...] |