HomeSort by: relevance | last modified time | path
    Searched refs:sinhl (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 45 w = sinhl(2.0L * x) / d + (sinl(2.0L * y) / d) * I;
ctanl.c 57 w = sinl(2.0L * creall(z)) / d + (sinhl(2.0L * cimagl(z)) / d) * I;
cephes_subrl.c 46 *s = sinhl(x);
  /src/lib/libm/src/
e_sinhl.c 23 __weak_alias(sinhl, _sinhl)
91 sinhl(long double x) function in typeref:typename:long double
146 sinhl(long double x)
namespace.h 97 #define sinhl _sinhl macro
  /src/include/
math.h 349 long double sinhl(long double);
  /src/lib/libm/
Makefile 551 MLINKS+=sinh.3 sinhl.3

Completed in 17 milliseconds