Searched refs:j1 (Results 1 – 11 of 11) sorted by relevance
/math/ |
A D | auto-libm-test-out-j1 | 1 j1 -1.0 26 j1 0.0 51 j1 -0 76 j1 0.125 101 j1 0.75 126 j1 1.0 151 j1 1.5 176 j1 2.0 201 j1 8.0 226 j1 10.0 [all …]
|
A D | libm-test-j1.inc | 1 /* Test j1. 23 /* j1 is the Bessel function of the first kind of order 1 */ 24 TEST_f_f (j1, qnan_value, qnan_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 25 TEST_f_f (j1, -qnan_value, qnan_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 26 TEST_f_f (j1, snan_value, qnan_value, INVALID_EXCEPTION), 27 TEST_f_f (j1, -snan_value, qnan_value, INVALID_EXCEPTION), 28 TEST_f_f (j1, plus_infty, 0, ERRNO_UNCHANGED|IGNORE_ZERO_INF_SIGN), 29 TEST_f_f (j1, minus_infty, minus_zero, ERRNO_UNCHANGED|IGNORE_ZERO_INF_SIGN), 31 AUTO_TESTS_f_f (j1), 37 ALL_RM_TEST (j1, 0, j1_test_data, RUN_TEST_LOOP_f_f, END);
|
A D | auto-libm-test-in | 5855 j1 -1.0 5856 j1 0.0 5857 j1 -0 5859 j1 0.75 5860 j1 1.0 5861 j1 1.5 5862 j1 2.0 5863 j1 8.0 5864 j1 10.0 5890 j1 min [all …]
|
A D | w_j1_template.c | 34 declare_mgen_alias (__j1, j1) in declare_mgen_alias() argument
|
A D | w_j1_compat.c | 37 libm_alias_double (__j1, j1) in libm_alias_double() argument
|
A D | w_j1l_compat.c | 37 libm_alias_ldouble (__j1, j1) in libm_alias_ldouble() argument
|
A D | w_j1f_compat.c | 38 libm_alias_float (__j1, j1) in libm_alias_float() argument
|
A D | libm-test-jn.inc | 32 /* jn (1, x) == j1 (x) */
|
A D | Versions | 67 j1; j1f; j1l;
|
A D | Makefile | 289 ctanh erf erfc exp exp10 exp2 expm1 fma hypot j0 j1 jn \
|
/math/bits/ |
A D | mathcalls.h | 221 __MATHCALL (j1,, (_Mdouble_));
|
Completed in 23 milliseconds