HomeSort by relevance Sort by last modified time
    Searched refs:sinl (Results 1 - 25 of 194) sorted by null

1 2 3 4 5 6 7 8

  /bionic/libm/upstream-netbsd/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;
  /bionic/libm/
sincos.c 49 *p_sinl = sinl(x);
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_sin.c 88 __weak_reference(sin, sinl);
s_sinl.c 46 sinl(long double x) function
  /prebuilts/ndk/r10/sources/android/support/include/
math.h 56 long double sinl(long double);
  /prebuilts/ndk/r11/sources/android/support/include/
math.h 56 long double sinl(long double);
  /prebuilts/ndk/r13/sources/android/support/include/
math.h 56 long double sinl(long double);
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 88 # define sinl sin macro
112 # define sinl sin macro
162 # define sinl sin macro
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 88 # define sinl sin macro
112 # define sinl sin macro
162 # define sinl sin macro
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 88 # define sinl sin macro
112 # define sinl sin macro
162 # define sinl sin macro
  /prebuilts/ndk/r11/sources/android/support/src/
math_support.c 63 __attribute__((weak)) long double sinl(long double x) { return sin((double)x); } function
  /prebuilts/ndk/r13/sources/android/support/src/
math_support.c 63 __attribute__((weak)) long double sinl(long double x) { return sin((double)x); } function
  /external/clang/test/CodeGen/
libcall-declarations.c 162 long double sinl(long double);
294 F(sin), F(sinf), F(sinl), F(sinh), F(sinhf),
461 // CHECK-NOERRNO: declare x86_fp80 @sinl(x86_fp80) [[NUW]]
  /bionic/libc/include/
math.h 294 long double sinl(long double) __INTRODUCED_IN(21);
  /bionic/libm/x86/
s_sin.S 324 ALIAS_SYMBOL(sinl, sin);
  /development/ndk/platforms/android-13/include/
math.h 478 long double sinl(long double);
  /development/ndk/platforms/android-18/include/
math.h 481 long double sinl(long double);
  /development/ndk/platforms/android-9/include/
math.h 473 long double sinl(long double);

Completed in 538 milliseconds

1 2 3 4 5 6 7 8