Home
last modified time | relevance | path

Searched refs:ld_pi_odd (Results 1 – 1 of 1) sorted by relevance

/NextBSD/lib/msun/tests/
HDtrig_test.c137 static const long double ld_pi_odd[] = { in run_reduction_tests() local
151 static const long double ld_pi_odd[] = { in run_reduction_tests() local
195 for (i = 0; i < nitems(ld_pi_odd); i++) { in run_reduction_tests()
196 assert(fabsl(sinl(ld_pi_odd[i])) < LDBL_EPSILON); in run_reduction_tests()
197 assert(cosl(ld_pi_odd[i]) == -1.0); in run_reduction_tests()
198 assert(fabsl(tanl(ld_pi_odd[i])) < LDBL_EPSILON); in run_reduction_tests()
200 assert(fabsl(sinl(-ld_pi_odd[i])) < LDBL_EPSILON); in run_reduction_tests()
201 assert(cosl(-ld_pi_odd[i]) == -1.0); in run_reduction_tests()
202 assert(fabsl(tanl(-ld_pi_odd[i])) < LDBL_EPSILON); in run_reduction_tests()
204 assert(fabsl(sinl(ld_pi_odd[i] * 2)) < LDBL_EPSILON); in run_reduction_tests()
[all …]