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

1 2 3 4 5 6 7

  /external/llvm/test/CodeGen/X86/
2008-01-09-LongDoubleSin.ll 1 ; RUN: llc < %s -o - | grep sinl
7 %tmp2 = tail call x86_fp80 @sinl( x86_fp80 %x ) nounwind readonly ; <x86_fp80> [#uses=1]
11 declare x86_fp80 @sinl(x86_fp80) nounwind readonly
sincos-opt.ll 51 ; GNU_SINCOS: callq sinl
54 %call = tail call x86_fp80 @sinl(x86_fp80 %x) nounwind
65 declare x86_fp80 @sinl(x86_fp80)
sincos.ll 10 declare x86_fp80 @sinl(x86_fp80) readonly
38 %Y = call x86_fp80 @sinl(x86_fp80 %X) readonly
  /external/llvm/test/CodeGen/AArch64/
sincos-expansion.ll 22 %sin = call fp128 @sinl(fp128 %f) readnone
26 ; CHECK: bl sinl
32 declare fp128 @sinl(fp128) readonly
  /bionic/libm/
sincos.c 49 *p_sinl = sinl(x);
fake_long_double.c 68 long double sinl(long double a1) { return sin(a1); } function
  /external/stlport/stlport/stl/config/
_android.h 53 // sinl, cosl, etc
_como.h 88 # define sinl sin macro
112 # define sinl sin macro
162 # define sinl sin macro
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_android.h 54 // sinl, cosl, etc
_como.h 88 # define sinl sin macro
112 # define sinl sin macro
162 # define sinl sin macro
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_android.h 53 // sinl, cosl, etc
_como.h 88 # define sinl sin macro
112 # define sinl sin macro
162 # define sinl sin macro
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_android.h 53 // sinl, cosl, etc
_como.h 88 # define sinl sin macro
112 # define sinl sin macro
162 # define sinl sin macro
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_android.h 53 // sinl, cosl, etc
_como.h 88 # define sinl sin macro
112 # define sinl sin macro
162 # define sinl sin macro
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_android.h 53 // sinl, cosl, etc
_como.h 88 # define sinl sin macro
112 # define sinl sin macro
162 # define sinl sin macro
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_sinl.c 46 sinl(long double x) function
s_sin.c 88 __weak_reference(sin, sinl);
  /ndk/sources/cxx-stl/llvm-libc++/include/support/android/
math.h 36 long double sinl(long double);
  /external/clang/test/CodeGen/
libcall-declarations.c 66 long double sinl(long double);
85 rint, rintl, rintf, round, roundl, roundf, sin, sinl, sinf, sqrt, sqrtl,
150 // CHECK-NOERRNO: declare x86_fp80 @sinl(x86_fp80) [[NUW]]
  /external/neven/Embedded/common/src/b_BasicEm/
Phase.c 145 int32 sinL = bbs_sin32_table1G[ indexL ] + oL * bbs_sin32_table1G[ indexL + 1 ];
149 return -sinL;
153 return sinL;
161 int32 sinL = bbs_sin32_table2G[ indexL ] + ( ( o1L * bbs_sin32_table2G[ indexL + 1 ] ) << 3 ) + o2L * bbs_sin32_table2G[ indexL + 2 ];
165 return -sinL >> 6;
169 return sinL >> 6;
  /external/stlport/stlport/stl/
_cmath.h 95 inline long double sinl(long double v) { return __sinl(v); } function
229 // long double support and both e.g. sinl(long double) and sinf(float)
254 // long double support and e.g. sinf(float) but not e.g. sinl(long double)
271 // long double support and e.g. sinl(long double) but not e.g. sinf(float)
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 95 inline long double sinl(long double v) { return __sinl(v); } function
229 // long double support and both e.g. sinl(long double) and sinf(float)
254 // long double support and e.g. sinf(float) but not e.g. sinl(long double)
271 // long double support and e.g. sinl(long double) but not e.g. sinf(float)

Completed in 348 milliseconds

1 2 3 4 5 6 7