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

1 2 3 4 5 6

  /ndk/sources/cxx-stl/llvm-libc++/include/support/android/
math.h 39 long double tanl(long double);
  /external/clang/test/CodeGen/
libcall-declarations.c 72 long double tanl(long double);
86 sqrtf, tan, tanl, tanf, trunc, truncl, truncf
156 // CHECK-NOERRNO: declare x86_fp80 @tanl(x86_fp80) [[NUW]]
  /bionic/libm/
fake_long_double.c 71 long double tanl(long double a1) { return tan(a1); } function
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_tan.c 82 __weak_reference(tan, tanl);
s_tanl.c 52 tanl(long double x) function
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
SunCalculator.java 201 double tanL = Math.tan(Math.toRadians(sunTrueLong));
203 double innerParens = Math.toDegrees(tanL) * 0.91764;
  /external/bison/darwin-lib/
math.h 2243 # undef tanl macro
    [all...]
  /external/bison/lib/
math.in.h 1925 # undef tanl macro
1929 _GL_CXXALIASWARN (tanl); variable
1931 # undef tanl macro
    [all...]
  /external/bison/linux-lib/
math.h 2243 # undef tanl macro
    [all...]
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 303 "tanl",
394 TLI.setUnavailable(LibFunc::tanl);
  /external/bison/m4/
math_h.m4 53 tanf tanl tanhf trunc truncf truncl])
  /bionic/tests/
math_test.cpp 312 TEST(math, tanl) {
313 ASSERT_FLOAT_EQ(0.0, tanl(0.0));
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 579 /// long double tanl(long double x);
580 tanl, enumerator in enum:llvm::LibFunc::Func
  /external/icu4c/i18n/
astro.cpp 792 // double tanL = ::tan(fLatitude);
793 // double H = ::acos(-tanL * ::tan(pos1.declination));
796 // H = ::acos(-tanL * ::tan(pos2.declination));
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/include/
cmath 132 long double tanl(long double x);
1023 inline _LIBCPP_INLINE_VISIBILITY long double tan(long double __x) _NOEXCEPT {return tanl(__x);}
    [all...]
  /bionic/libm/include/
math.h 439 long double tanl(long double);
  /development/ndk/platforms/android-3/include/
math.h 478 long double tanl(long double);
  /development/ndk/platforms/android-9/include/
math.h 478 long double tanl(long double);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 478 long double tanl(long double);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 478 long double tanl(long double);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 478 long double tanl(long double);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 478 long double tanl(long double);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 478 long double tanl(long double);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 478 long double tanl(long double);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 478 long double tanl(long double);

Completed in 1504 milliseconds

1 2 3 4 5 6