/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
|
/cts/tests/tests/bionic/ |
bionic-unit-tests-cts_list.txt | 281 tanl
|
/ndk/sources/android/support/include/ |
math.h | 57 long double tanl(long double);
|
/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/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 | 591 /// long double tanl(long double x); 592 tanl, enumerator in enum:llvm::LibFunc::Func
|
/external/llvm/lib/Target/ |
TargetLibraryInfo.cpp | 309 "tanl", 400 TLI.setUnavailable(LibFunc::tanl);
|
/external/chromium_org/third_party/icu/source/i18n/ |
astro.cpp | 787 // double tanL = ::tan(fLatitude); 788 // double H = ::acos(-tanL * ::tan(pos1.declination)); 791 // H = ::acos(-tanL * ::tan(pos2.declination)); [all...] |
/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++/libcxx/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);
|