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

/freebsd-12-stable/lib/msun/tests/
H A Dinvtrig_test.c116 c3pi = 9.42477796076937971538793014983850839e+00L, variable
164 testall2(atan2, INFINITY, -INFINITY, c3pi / 4, FE_INEXACT);
165 testall2(atan2, -INFINITY, -INFINITY, -c3pi / 4, FE_INEXACT);
260 testall_tol(acos, -sqrtl(2) / 2, c3pi / 4, 1, FE_INEXACT);
282 testall2(atan2, 1.0, -1.0, c3pi / 4, FE_INEXACT);
284 testall2(atan2, -1.0, -1.0, -c3pi / 4, FE_INEXACT);
H A Dinvctrig_test.c123 c3pi = 9.42477796076937971538793014983850839L; variable
241 testall_tol(cacosh, -z, CMPLXL(INFINITY, -c3pi / 4), 1);
243 testall_tol(cacos, -z, CMPLXL(c3pi / 4, INFINITY), 1);

Completed in 50 milliseconds