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

1 2 3 4

  /ndk/sources/cxx-stl/llvm-libc++/include/support/android/
math.h 43 long double atanhl(long double);
  /bionic/libm/
fake_long_double.c 38 long double atanhl(long double a1) { return atanh(a1); } function
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 70 "atanhl",
406 TLI.setUnavailable(LibFunc::atanhl);
  /bionic/tests/
math_test.cpp 348 TEST(math, atanhl) {
349 ASSERT_FLOAT_EQ(0.0, atanhl(0.0));
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 108 /// long double atanhl(long double x);
109 atanhl, enumerator in enum:llvm::LibFunc::Func
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
cmath 40 #undef atanhl
161 using ::atanhl;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 40 #undef atanhl
161 using ::atanhl;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 40 #undef atanhl
161 using ::atanhl;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 40 #undef atanhl
161 using ::atanhl;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
cmath 40 #undef atanhl
161 using ::atanhl;
  /ndk/sources/cxx-stl/llvm-libc++/include/
cmath 166 long double atanhl(long double x);
1083 inline _LIBCPP_INLINE_VISIBILITY long double atanh(long double __x) _NOEXCEPT {return atanhl(__x);}
    [all...]
  /bionic/libm/include/
math.h 461 long double atanhl(long double);
  /development/ndk/platforms/android-3/include/
math.h 411 long double atanhl(long double);
  /development/ndk/platforms/android-9/include/
math.h 411 long double atanhl(long double);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 411 long double atanhl(long double);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 411 long double atanhl(long double);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 411 long double atanhl(long double);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 411 long double atanhl(long double);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 411 long double atanhl(long double);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 411 long double atanhl(long double);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 411 long double atanhl(long double);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h 411 long double atanhl(long double);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
math.h 411 long double atanhl(long double);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
math.h 411 long double atanhl(long double);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
math.h 411 long double atanhl(long double);

Completed in 785 milliseconds

1 2 3 4