Searched refs:coshl (Results 1 - 9 of 9) sorted by relevance

/src/lib/libm/complex/
H A Dccoshl.c44 w = coshl(x) * cosl(y) + (sinhl(x) * sinl(y)) * I;
H A Dcsinhl.c44 w = sinhl(x) * cosl(y) + (coshl(x) * sinl(y)) * I;
H A Dctanhl.c44 d = coshl(2.0L * x) + cosl(2.0L * y);
H A Dctanl.c46 d = cosl(2.0L * creall(z)) + coshl(2.0L * cimagl(z));
H A Dcephes_subrl.c45 *c = coshl(x);
/src/lib/libm/src/
H A De_coshl.c24 __weak_alias(coshl, _coshl)
92 coshl(long double x) function in typeref:typename:long double
143 coshl(long double x)
H A Dnamespace.h31 #define coshl _coshl macro
/src/include/
H A Dmath.h348 long double coshl(long double);
/src/lib/libm/
H A DMakefile486 MLINKS+=cosh.3 coshl.3

Completed in 18 milliseconds