Home
last modified time | relevance | path

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

/dragonfly/tools/regression/lib/libm/
H A Dtest-trig.c150 static const long double ld_pi_odd[] = { in run_reduction_tests() local
164 static const long double ld_pi_odd[] = { in run_reduction_tests() local
208 for (i = 0; i < LEN(ld_pi_odd); i++) { in run_reduction_tests()
209 assert(fabsl(sinl(ld_pi_odd[i])) < LDBL_EPSILON); in run_reduction_tests()
210 assert(cosl(ld_pi_odd[i]) == -1.0); in run_reduction_tests()
211 assert(fabsl(tanl(ld_pi_odd[i])) < LDBL_EPSILON); in run_reduction_tests()
213 assert(fabsl(sinl(-ld_pi_odd[i])) < LDBL_EPSILON); in run_reduction_tests()
214 assert(cosl(-ld_pi_odd[i]) == -1.0); in run_reduction_tests()
215 assert(fabsl(tanl(-ld_pi_odd[i])) < LDBL_EPSILON); in run_reduction_tests()
218 assert(cosl(ld_pi_odd[i] * 2) == 1.0); in run_reduction_tests()
[all …]