HomeSort by relevance Sort by last modified time
    Searched refs:cosl (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 44 d = coshl(2.0L * x) + cosl(2.0L * y);
ctanl.c 46 d = cosl(2.0L * creall(z)) + coshl(2.0L * cimagl(z));
cpowl.c 55 w = r * cosl(theta) + (r * sinl(theta)) * I;
  /bionic/libm/
sincos.c 50 *p_cosl = cosl(x);
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cos.c 88 __weak_reference(cos, cosl);
s_cosl.c 51 cosl(long double x) function
  /prebuilts/ndk/r10/sources/android/support/include/
math.h 51 long double cosl(long double);
  /prebuilts/ndk/r11/sources/android/support/include/
math.h 51 long double cosl(long double);
  /prebuilts/ndk/r13/sources/android/support/include/
math.h 51 long double cosl(long double);
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 87 # define cosl cos macro
116 # define cosl cos macro
161 # define cosl cos macro
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 87 # define cosl cos macro
116 # define cosl cos macro
161 # define cosl cos macro
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 87 # define cosl cos macro
116 # define cosl cos macro
161 # define cosl cos macro
  /prebuilts/ndk/r11/sources/android/support/src/
math_support.c 58 __attribute__((weak)) long double cosl(long double x) { return cos((double)x); } function
  /prebuilts/ndk/r13/sources/android/support/src/
math_support.c 58 __attribute__((weak)) long double cosl(long double x) { return cos((double)x); } function
  /external/clang/test/CodeGen/
libcall-declarations.c 66 long double cosl(long double);
275 F(cosf), F(cosl), F(cosh), F(coshf), F(coshl),
365 // CHECK-NOERRNO: declare x86_fp80 @cosl(x86_fp80) [[NUW]]
  /bionic/libc/include/
math.h 251 long double cosl(long double) __INTRODUCED_IN(21);
  /bionic/libm/x86/
s_cos.S 317 ALIAS_SYMBOL(cosl, cos);
  /development/ndk/platforms/android-13/include/
math.h 420 long double cosl(long double);
  /development/ndk/platforms/android-18/include/
math.h 422 long double cosl(long double);
  /development/ndk/platforms/android-9/include/
math.h 417 long double cosl(long double);

Completed in 435 milliseconds

1 2 3 4 5 6 7 8