Searched refs:ld_pi_odd (Results 1 – 1 of 1) sorted by relevance
137 static const long double ld_pi_odd[] = { in run_reduction_tests() local151 static const long double ld_pi_odd[] = { in run_reduction_tests() local195 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 …]