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

1 2 3 4 5 6 7

  /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
  /ndk/sources/android/support/include/
math.h 56 long double sinl(long double);
  /prebuilts/ndk/9/sources/android/support/include/
math.h 56 long double sinl(long double);
  /external/stlport/stlport/stl/config/
_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/
_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/
_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/
_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/
_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/
_como.h 88 # define sinl sin macro
112 # define sinl sin macro
162 # define sinl sin macro
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_como.h 88 # define sinl sin macro
112 # define sinl sin macro
162 # define sinl sin macro
  /ndk/sources/android/support/src/
math_support.c 63 __attribute__((weak)) long double sinl(long double x) { return sin((double)x); } function
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 533 /// long double sinl(long double x);
534 sinl, enumerator in enum:llvm::LibFunc::Func
730 case LibFunc::sin: case LibFunc::sinf: case LibFunc::sinl:
  /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]]
  /external/llvm/include/llvm/Transforms/Utils/
VectorUtils.h 126 case LibFunc::sinl:
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 475 long double sinl(long double);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 475 long double sinl(long double);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 475 long double sinl(long double);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 475 long double sinl(long double);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 475 long double sinl(long double);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 475 long double sinl(long double);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 475 long double sinl(long double);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h 475 long double sinl(long double);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
math.h 475 long double sinl(long double);

Completed in 275 milliseconds

1 2 3 4 5 6 7