HomeSort by relevance Sort by last modified time
    Searched refs:sinl (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 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/r16/sources/android/support/include/
math.h 73 long double sinl(long double);
  /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/libm/x86/
s_sin.S 324 ALIAS_SYMBOL(sinl, sin);
  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 248 case LibFunc::sin: case LibFunc::sinf: case LibFunc::sinl:
  /bionic/tests/headers/posix/
math_h.c 320 FUNCTION(sinl, long double (*f)(long double));
  /bionic/libc/include/
math.h 100 long double sinl(long double __x) __RENAME_LDBL(sin, 3, 21);
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
k_expl.h 326 sinl(y) * exp_x * scale1 * scale2));
  /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 799 /* Define to 1 if you have the `sinl' function. */
1623 # define sinl 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 799 /* Define to 1 if you have the `sinl' function. */
1623 # define sinl 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 799 /* Define to 1 if you have the `sinl' function. */
1623 # define sinl 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 799 /* Define to 1 if you have the `sinl' function. */
1623 # define sinl macro
    [all...]
  /bionic/tests/
math_test.cpp 496 TEST(MATH_TEST, sinl) {
497 ASSERT_DOUBLE_EQ(0.0L, sinl(0.0L));
    [all...]
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 148 TLI.setUnavailable(LibFunc::sinl);
    [all...]
  /external/clang/lib/Headers/
tgmath.h 278 __tg_sin(long double __x) {return sinl(__x);}

Completed in 280 milliseconds

1 2 3