Searched refs:cosh (Results 1 – 12 of 12) sorted by relevance
/math/ |
A D | auto-libm-test-out-cosh | 1 cosh 0 26 cosh -0 51 cosh 0.75 214 cosh 22 239 cosh 23 264 cosh 24 714 cosh -1 739 cosh 50 958 cosh max 1027 cosh -max [all …]
|
A D | auto-libm-test-in | 4455 cosh 0 4456 cosh -0 4457 cosh 0.75 4460 cosh 22 4461 cosh 23 4462 cosh 24 4476 cosh -1 4477 cosh 50 4484 cosh max 4485 cosh -max [all …]
|
A D | libm-test-cosh.inc | 1 /* Test cosh. 23 TEST_f_f (cosh, plus_infty, plus_infty, ERRNO_UNCHANGED), 24 TEST_f_f (cosh, minus_infty, plus_infty, ERRNO_UNCHANGED), 25 TEST_f_f (cosh, qnan_value, qnan_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 26 TEST_f_f (cosh, -qnan_value, qnan_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 27 TEST_f_f (cosh, snan_value, qnan_value, INVALID_EXCEPTION), 28 TEST_f_f (cosh, -snan_value, qnan_value, INVALID_EXCEPTION), 30 AUTO_TESTS_f_f (cosh), 36 ALL_RM_TEST (cosh, 0, cosh_test_data, RUN_TEST_LOOP_f_f, END);
|
A D | test-tgmath.c | 241 a = cosh (cosh (x)); in F() 322 d = cosh (cosh (z)); in F() 354 a = cosh (y); in F() 429 d = cosh ((const complex TYPE) z); in F() 509 (F(cosh)) (TYPE x) in TYPE() argument
|
A D | tgmath.h | 745 #define cosh(Val) __TGMATH_UNARY_REAL_IMAG (Val, cosh, ccosh) macro
|
A D | Makefile | 288 cexp clog clog10 cos cosh cpow csin csinh csqrt ctan \ 382 sin tan cosh sinh tanh exp log pow sqrt fabs carg cimag conj \
|
A D | w_cosh_compat.c | 33 libm_alias_double (__cosh, cosh)
|
A D | w_coshf_compat.c | 35 libm_alias_float (__cosh, cosh)
|
A D | w_coshl_compat.c | 35 libm_alias_ldouble (__cosh, cosh)
|
A D | w_cosh_template.c | 38 declare_mgen_alias (__cosh, cosh)
|
A D | Versions | 51 coshf; cosh; coshl;
|
/math/bits/ |
A D | mathcalls.h | 71 __MATHCALL (cosh,, (_Mdouble_ __x));
|
Completed in 60 milliseconds