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

1 2 3 4 5

  /bionic/libm/
sincos.c 49 *p_sinl = sinl(x);
fake_long_double.c 68 long double sinl(long double a1) { return sin(a1); } function
  /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 54 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
  /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/llvm/include/llvm/Target/
TargetLibraryInfo.h 492 /// long double sinl(long double x);
493 sinl, enumerator in enum:llvm::LibFunc::Func
689 case LibFunc::sin: case LibFunc::sinf: case LibFunc::sinl:
  /development/ndk/platforms/android-3/include/
math.h 475 long double sinl(long double);
  /development/ndk/platforms/android-9/include/
math.h 475 long double sinl(long double);
  /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 899 milliseconds

1 2 3 4 5