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

1 2 3

  /external/llvm/test/CodeGen/X86/
sincos.ll 32 declare x86_fp80 @cosl(x86_fp80) readonly
45 %Y = call x86_fp80 @cosl(x86_fp80 %X) readonly
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_android.h 53 // sinl, cosl, etc
_como.h 87 # define cosl cos macro
116 # define cosl cos macro
161 # define cosl cos macro
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_android.h 53 // sinl, cosl, etc
_como.h 87 # define cosl cos macro
116 # define cosl cos macro
161 # define cosl cos macro
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_android.h 53 // sinl, cosl, etc
_como.h 87 # define cosl cos macro
116 # define cosl cos macro
161 # define cosl cos macro
  /external/stlport/stlport/stl/config/
_como.h 87 # define cosl cos macro
116 # define cosl cos macro
161 # define cosl cos macro
_android.h 53 // sinl, cosl, etc
  /external/icu4c/i18n/
astro.cpp 470 double cosL = cos(eclipLong);
476 result.set(atan2(sinL*cosE - tanB*sinE, cosL),
511 double cosL = cos(fLatitude);
513 double altitude = asin(sinD*sinL + cosD*cosL*cosH);
514 double azimuth = atan2(-cosD*cosL*sinH, sinD - sinL * ::sin(altitude));
    [all...]
  /bionic/libm/include/
math.h 422 long double cosl(long double);
  /development/ndk/platforms/android-3/include/
math.h 419 long double cosl(long double);
  /development/ndk/platforms/android-9/include/
math.h 419 long double cosl(long double);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
math.h 419 long double cosl(long double);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
math.h 419 long double cosl(long double);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
math.h 419 long double cosl(long double);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
math.h 419 long double cosl(long double);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
math.h 419 long double cosl(long double);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
math.h 419 long double cosl(long double);
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
math.h 419 long double cosl(long double);
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/
math.h 419 long double cosl(long double);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
math.h 419 long double cosl(long double);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
math.h 419 long double cosl(long double);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/
math.h 419 long double cosl(long double);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/
math.h 419 long double cosl(long double);

Completed in 3555 milliseconds

1 2 3