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

/barrelfish-master/usr/tests/msun/
H A Dinvtrig_test.c115 pio3 = 1.04719755119659774615421446109316766e+00L, variable
263 testall_tol(asin, sqrtl(3) / 2, pio3, 1, FE_INEXACT);
264 testall_tol(acos, sqrtl(3) / 2, pio3 / 2, 1, FE_INEXACT);
265 testall_tol(atan, sqrtl(3), pio3, 1, FE_INEXACT);
266 testall_tol(asin, -sqrtl(3) / 2, -pio3, 1, FE_INEXACT);
268 testall_tol(atan, -sqrtl(3), -pio3, 1, FE_INEXACT);
292 testall2_tol(atan2, sqrtl(3) * 0.5, 0.5, pio3, 1, FE_INEXACT);
293 testall2_tol(atan2, sqrtl(3) * 0.5, -0.5, pio3 * 2, 1, FE_INEXACT);
294 testall2_tol(atan2, -sqrtl(3) * 0.5, 0.5, -pio3, 1, FE_INEXACT);
295 testall2_tol(atan2, -sqrtl(3) * 0.5, -0.5, -pio3 *
[all...]

Completed in 78 milliseconds