HomeSort by relevance Sort by last modified time
    Searched full:cosl (Results 26 - 50 of 242) sorted by null

12 3 4 5 6 7 8 910

  /external/bison/lib/
math.in.h 501 # undef cosl macro
502 _GL_FUNCDECL_SYS (cosl, long double, (long double x));
504 _GL_CXXALIAS_SYS (cosl, long double, (long double x));
505 _GL_CXXALIASWARN (cosl); variable
507 # undef cosl macro
509 _GL_WARN_ON_USE (cosl, "cosl is unportable - "
510 "use gnulib module cosl for portability");
    [all...]
  /external/bison/linux-lib/
math.h 813 # undef cosl
814 _GL_FUNCDECL_SYS (cosl, long double, (long double x));
816 _GL_CXXALIAS_SYS (cosl, long double, (long double x));
817 _GL_CXXALIASWARN (cosl);
819 # undef cosl macro
821 _GL_WARN_ON_USE (cosl, "cosl is unportable - "
822 "use gnulib module cosl for portability");
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 174 /// long double cosl(long double x);
175 cosl, enumerator in enum:llvm::LibFunc::Func
690 case LibFunc::cos: case LibFunc::cosf: case LibFunc::cosl:
  /external/llvm/test/CodeGen/Mips/
mips64-f128.ll 276 ; CHECK: ld $25, %call16(cosl)
281 %call = tail call fp128 @cosl(fp128 %0) nounwind
285 declare fp128 @cosl(fp128) #2
  /external/bison/m4/
math_h.m4 42 cbrt cbrtf cbrtl ceilf ceill copysign copysignf copysignl cosf cosl coshf
  /external/llvm/test/CodeGen/AArch64/
illegal-float-ops.ll 24 ; CHECK: bl cosl
  /bionic/tests/
math_test.cpp 288 TEST(math, cosl) {
289 ASSERT_FLOAT_EQ(1.0, cosl(0.0));
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 103 "cosl",
386 TLI.setUnavailable(LibFunc::cosl);
  /external/chromium_org/third_party/icu/source/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...]
  /external/icu4c/i18n/
astro.cpp 469 double cosL = cos(eclipLong);
475 result.set(atan2(sinL*cosE - tanB*sinE, cosL),
510 double cosL = cos(fLatitude);
512 double altitude = asin(sinD*sinL + cosD*cosL*cosH);
513 double azimuth = atan2(-cosD*cosL*sinH, sinD - sinL * ::sin(altitude));
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 72 long double cosl(long double x);
764 inline _LIBCPP_INLINE_VISIBILITY long double cos(long double __x) _NOEXCEPT {return cosl(__x);}
    [all...]
  /bionic/libm/include/
math.h 405 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);
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 447 Name == "cosl" || Name == "sqrt" || Name == "sqrtf" || Name == "sqrtl")
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 419 long double cosl(long double);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 419 long double cosl(long double);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 419 long double cosl(long double);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 419 long double cosl(long double);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 419 long double cosl(long double);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 419 long double cosl(long double);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 419 long double cosl(long double);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h 419 long double cosl(long double);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
math.h 419 long double cosl(long double);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
math.h 419 long double cosl(long double);

Completed in 1057 milliseconds

12 3 4 5 6 7 8 910