Searched refs:catanh (Results 1 – 9 of 9) sorted by relevance
/math/ |
A D | auto-libm-test-out-catanh | 1 catanh 0 0 26 catanh -0 0 51 catanh 0 -0 76 catanh -0 -0 101 catanh 0 1.0 126 catanh -0 1.0 151 catanh 0 -1.0 176 catanh -0 -1.0 201 catanh 0x1p50 0.0 301 catanh 0.0 0x1p50 [all …]
|
A D | auto-libm-test-in | 3446 catanh 0 0 3447 catanh -0 0 3448 catanh 0 -0 3449 catanh -0 -0 3451 catanh 0 1.0 3452 catanh -0 1.0 3453 catanh 0 -1.0 3454 catanh -0 -1.0 3456 catanh 0x1p50 0.0 3861 catanh 0.75 1.25 [all …]
|
A D | libm-test-catanh.inc | 1 /* Test catanh. 28 TEST_c_c (catanh, plus_infty, plus_infty, 0.0, lit_pi_2_d), 37 TEST_c_c (catanh, 0, plus_infty, 0.0, lit_pi_2_d), 38 TEST_c_c (catanh, 0, minus_infty, 0.0, -lit_pi_2_d), 39 TEST_c_c (catanh, 0.1L, plus_infty, 0.0, lit_pi_2_d), 40 TEST_c_c (catanh, 0.1L, minus_infty, 0.0, -lit_pi_2_d), 47 TEST_c_c (catanh, plus_infty, 0, 0.0, lit_pi_2_d), 49 TEST_c_c (catanh, plus_infty, 0.5, 0.0, lit_pi_2_d), 50 TEST_c_c (catanh, plus_infty, -0.5, 0.0, -lit_pi_2_d), 52 TEST_c_c (catanh, 0, qnan_value, 0.0, qnan_value), [all …]
|
A D | s_catanh_template.c | 135 declare_mgen_alias (__catanh, catanh)
|
A D | Versions | 130 catanh; catanhf; catanhl;
|
A D | test-tgmath.c | 1109 (F(catanh)) (complex TYPE x) in TYPE() argument
|
A D | tgmath.h | 742 #define atanh(Val) __TGMATH_UNARY_REAL_IMAG (Val, atanh, catanh)
|
A D | Makefile | 287 cacosh carg casin casinh catan catanh cbrt ccos ccosh \
|
/math/bits/ |
A D | cmathcalls.h | 76 __MATHCALL (catanh, (_Mdouble_complex_ __z));
|
Completed in 576 milliseconds