HomeSort by: relevance | last modified time | path
    Searched refs:coshl (Results 1 - 9 of 9) sorted by relevancy

  /src/lib/libm/complex/
ccoshl.c 44 w = coshl(x) * cosl(y) + (sinhl(x) * sinl(y)) * I;
csinhl.c 44 w = sinhl(x) * cosl(y) + (coshl(x) * sinl(y)) * I;
ctanhl.c 44 d = coshl(2.0L * x) + cosl(2.0L * y);
ctanl.c 46 d = cosl(2.0L * creall(z)) + coshl(2.0L * cimagl(z));
cephes_subrl.c 45 *c = coshl(x);
  /src/lib/libm/src/
e_coshl.c 24 __weak_alias(coshl, _coshl)
92 coshl(long double x) function in typeref:typename:long double
143 coshl(long double x)
namespace.h 31 #define coshl _coshl macro
  /src/include/
math.h 348 long double coshl(long double);
  /src/lib/libm/
Makefile 486 MLINKS+=cosh.3 coshl.3

Completed in 16 milliseconds