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

1 2 3

  /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/r16/sources/android/support/include/
math.h 54 long double cosl(long double);
  /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/libm/x86/
s_cos.S 317 ALIAS_SYMBOL(cosl, cos);
  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 249 case LibFunc::cos: case LibFunc::cosf: case LibFunc::cosl:
  /bionic/tests/headers/posix/
math_h.c 164 FUNCTION(cosl, long double (*f)(long double));
  /bionic/libc/include/
math.h 96 long double cosl(long double __x) __RENAME_LDBL(cos, 3, 21);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 520 /* Define to 1 if you have the `cosl' function. */
1413 # define cosl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 520 /* Define to 1 if you have the `cosl' function. */
1413 # define cosl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
c++config.h 520 /* Define to 1 if you have the `cosl' function. */
1413 # define cosl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
c++config.h 520 /* Define to 1 if you have the `cosl' function. */
1413 # define cosl macro
    [all...]
  /bionic/tests/
math_test.cpp 484 TEST(MATH_TEST, cosl) {
485 ASSERT_DOUBLE_EQ(1.0L, cosl(0.0L));
    [all...]
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 133 TLI.setUnavailable(LibFunc::cosl);
    [all...]
  /external/clang/lib/Headers/
tgmath.h 249 __tg_cos(long double __x) {return cosl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 249 __tg_cos(long double __x) {return cosl(__x);}

Completed in 337 milliseconds

1 2 3