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

  /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
  /bionic/libm/include/
math.h 475 long double sinl(long double);
  /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);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
math.h 475 long double sinl(long double);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
math.h 475 long double sinl(long double);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
math.h 475 long double sinl(long double);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
math.h 475 long double sinl(long double);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
math.h 475 long double sinl(long double);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
math.h 475 long double sinl(long double);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
c++config.h 628 /* Define to 1 if you have the `sinl' function. */
1388 # define sinl macro
    [all...]
  /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 776 milliseconds