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

12 3 4 5 6 7 8

  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/lib/
libm.so 
  /development/ndk/platforms/android-3/arch-arm/symbols/
libm.so.functions.txt 89 atanhf
  /development/ndk/platforms/android-9/arch-mips/symbols/
libm.so.functions.txt 41 atanhf
  /development/ndk/platforms/android-9/arch-x86/symbols/
libm.so.functions.txt 42 atanhf
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 122 EXPORT_F32_FN_F32(atanhf)
192 { "_Z5atanhf", (void *)&atanhf, true },
  /bionic/tests/
math_test.cpp 344 TEST(math, atanhf) {
345 ASSERT_FLOAT_EQ(0.0f, atanhf(0.0f));
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 144 #define atanhf(f) ((float) atanh(f)) macro
153 static inline float atanhf(float x) { return (logf(1.0f + x) - logf(1.0f - x)) / 2.0f; } function
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 116 /// float atanhf(float x);
117 atanhf, enumerator in enum:llvm::LibFunc::Func
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 74 "atanhf",
411 TLI.setUnavailable(LibFunc::atanhf);
  /external/mesa3d/src/mesa/main/
imports.h 144 #define atanhf(f) ((float) atanh(f)) macro
153 static inline float atanhf(float x) { return (logf(1.0f + x) - logf(1.0f - x)) / 2.0f; } function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
cmath 39 #undef atanhf
160 using ::atanhf;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 39 #undef atanhf
160 using ::atanhf;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 39 #undef atanhf
160 using ::atanhf;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 39 #undef atanhf
160 using ::atanhf;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
cmath 39 #undef atanhf
160 using ::atanhf;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 165 float atanhf(float x);
1080 using ::atanhf;
1082 inline _LIBCPP_INLINE_VISIBILITY float atanh(float __x) _NOEXCEPT {return atanhf(__x);}
    [all...]
  /bionic/libm/include/
math.h 341 float atanhf(float);
  /development/ndk/platforms/android-3/include/
math.h 349 float atanhf(float);
  /development/ndk/platforms/android-9/include/
math.h 349 float atanhf(float);

Completed in 1700 milliseconds

12 3 4 5 6 7 8