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

  /src/lib/libm/complex/
ccoshl.c 44 w = coshl(x) * cosl(y) + (sinhl(x) * sinl(y)) * I;
ccosl.c 44 w = cosl(creall(z)) * ch - (sinl(creall(z)) * sh) * I;
cexpl.c 45 w = r * cosl(y) + r * sinl(y) * I;
csinhl.c 44 w = sinhl(x) * cosl(y) + (coshl(x) * sinl(y)) * I;
csinl.c 44 w = sinl(creall(z)) * ch + (cosl(creall(z)) * sh) * 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;
cpowl.c 55 w = r * cosl(theta) + (r * sinl(theta)) * I;
  /src/lib/libm/src/
s_sinl.c 38 __weak_alias(sinl, _sinl)
57 sinl(long double x)
109 sinl(long double x)
namespace.h 98 #define sinl _sinl macro
  /src/lib/libm/arch/vax/
n_sincos.S 57 WEAK_ALIAS(sinl, _sinl)
  /src/lib/libm/noieee_src/
n_sincos.c 45 __weak_alias(sinl, _sinl)
  /src/include/
math.h 334 long double sinl(long double);
  /src/lib/libm/
Makefile 549 sin.3 sinl.3

Completed in 43 milliseconds