HomeSort by relevance Sort by last modified time
    Searched full:sinhl (Results 1 - 25 of 212) sorted by null

1 2 3 4 5 6 7 8 9

  /bionic/libm/upstream-netbsd/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);
  /prebuilts/ndk/r16/sources/android/support/include/
math.h 72 long double sinhl(long double);
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_sinh.c 78 __weak_reference(sinh, sinhl);
e_sinhl.c 85 sinhl(long double x) function
  /external/libcxx/include/
cmath 124 long double sinhl(long double x);
482 using ::sinhl;
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
cmath 124 long double sinhl(long double x);
486 using ::sinhl;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
cmath 124 long double sinhl(long double x);
482 using ::sinhl;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
cmath 124 long double sinhl(long double x);
482 using ::sinhl;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
cmath 124 long double sinhl(long double x);
482 using ::sinhl;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
cmath 124 long double sinhl(long double x);
482 using ::sinhl;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
cmath 124 long double sinhl(long double x);
482 using ::sinhl;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
cmath 124 long double sinhl(long double x);
482 using ::sinhl;
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
cmath 124 long double sinhl(long double x);
486 using ::sinhl;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
cmath 124 long double sinhl(long double x);
482 using ::sinhl;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
cmath 124 long double sinhl(long double x);
482 using ::sinhl;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
cmath 124 long double sinhl(long double x);
482 using ::sinhl;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
cmath 124 long double sinhl(long double x);
482 using ::sinhl;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
cmath 124 long double sinhl(long double x);
482 using ::sinhl;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
cmath 124 long double sinhl(long double x);
482 using ::sinhl;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
cmath 124 long double sinhl(long double x);
482 using ::sinhl;
  /bionic/libc/tools/
posix-2013.txt 967 sinhl

Completed in 1355 milliseconds

1 2 3 4 5 6 7 8 9