Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/complex/
Dccoshl.c44 return (long double complex) (coshl(x) * cosl(y)) + (sinhl(x) * sinl(y)) * (long double complex) I; in ccoshl()
Dcsinhl.c44 return (long double complex) (sinhl(x) * cosl(y)) + (coshl(x) * sinl(y)) * (long double complex) I; in csinhl()
Dctanhl.c44 d = coshl(2.0L * x) + cosl(2.0L * y); in ctanhl()
Dctanl.c44 d = cosl(2.0L * creall(z)) + coshl(2.0L * cimagl(z)); in ctanl()
Dcephes_subrl.c45 *c = coshl(x); in _cchshl()
/picolibc-latest/newlib/libm/ld/ld80/
De_coshl.c37 coshl(long double x) in coshl() function
/picolibc-latest/newlib/libm/ld/ld128/
De_coshl.c53 coshl(long double x) in coshl() function
/picolibc-latest/newlib/libc/include/
Dmath.h600 extern long double coshl (long double);
/picolibc-latest/test/
Dmath-funcs.c282 l1 = coshl (l1); in main()
Dlong_double_vec.h16964 long double y = coshl(coshl_vec[i].x); in test_coshl()
/picolibc-latest/newlib/
DChangeLog-20156399 * libm/common/coshl.c: Likewise.
6494 (asinl, atan2l, coshl, sinhl, expl, ldexpl, logl, log10l, powl): Ditto.
6515 * libm/common/coshl.c: Likewise.