Searched refs:sin_theta (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/netbsd-tests/lib/libm/
H A Dt_sin.c78 double sin_theta = angles[i].y; local
81 if (sin_theta == 0) {
83 assert(sin_theta == 0);
86 assert(sin_theta != 0);
87 ok = (fabs((sin(theta) - sin_theta)/sin_theta) <= eps);
93 deg, theta, sin(theta), sin_theta);
182 float sin_theta = angles[i].fy; local
185 if (sin_theta == 999)
186 sin_theta
[all...]

Completed in 50 milliseconds