HomeSort by relevance Sort by last modified time
    Searched full:asinhf (Results 26 - 50 of 184) 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 83 asinhf
  /development/ndk/platforms/android-9/arch-mips/symbols/
libm.so.functions.txt 35 asinhf
  /development/ndk/platforms/android-9/arch-x86/symbols/
libm.so.functions.txt 36 asinhf
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_asinhf.c 28 asinhf(float x) function
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 119 EXPORT_F32_FN_F32(asinhf)
189 { "_Z5asinhf", (void *)&asinhf, true },
  /bionic/tests/
math_test.cpp 332 TEST(math, asinhf) {
333 ASSERT_FLOAT_EQ(0.0f, asinhf(0.0f));
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 143 #define asinhf(f) ((float) asinh(f)) macro
151 static inline float asinhf(float x) { return logf(x + sqrtf(x * x + 1.0f)); } function
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 98 /// float asinhf(float x);
99 asinhf, enumerator in enum:llvm::LibFunc::Func
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 65 "asinhf",
408 TLI.setUnavailable(LibFunc::asinhf);
  /external/mesa3d/src/mesa/main/
imports.h 143 #define asinhf(f) ((float) asinh(f)) macro
151 static inline float asinhf(float x) { return logf(x + sqrtf(x * x + 1.0f)); } function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
cmath 36 #undef asinhf
156 using ::asinhf;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 36 #undef asinhf
156 using ::asinhf;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 36 #undef asinhf
156 using ::asinhf;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 36 #undef asinhf
156 using ::asinhf;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
cmath 36 #undef asinhf
156 using ::asinhf;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 161 float asinhf(float x);
1065 using ::asinhf;
1067 inline _LIBCPP_INLINE_VISIBILITY float asinh(float __x) _NOEXCEPT {return asinhf(__x);}
    [all...]
  /bionic/libm/include/
math.h 340 float asinhf(float);
  /development/ndk/platforms/android-3/include/
math.h 348 float asinhf(float);

Completed in 660 milliseconds

12 3 4 5 6 7 8