HomeSort by relevance Sort by last modified time
    Searched refs:atanhf (Results 26 - 46 of 46) sorted by null

12

  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/
math.h 349 float atanhf(float);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/
math.h 349 float atanhf(float);
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/
math.h 349 float atanhf(float);
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/
math.h 349 float atanhf(float);
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/
math.h 349 float atanhf(float);
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/
math.h 349 float atanhf(float);
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/
math.h 349 float atanhf(float);
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/
math.h 349 float atanhf(float);
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
math.h 349 float atanhf(float);
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
math.h 349 float atanhf(float);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
math.h 349 float atanhf(float);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
math.h 349 float atanhf(float);
  /bionic/libm/include/
math.h 341 float atanhf(float);
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 410 #define __ieee754_atanhf atanhf
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 106 /// float atanhf(float x);
107 atanhf, enumerator in enum:llvm::LibFunc::Func
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 69 "atanhf",
405 TLI.setUnavailable(LibFunc::atanhf);
  /bionic/tests/
math_test.cpp 344 TEST(math, atanhf) {
345 ASSERT_FLOAT_EQ(0.0f, atanhf(0.0f));
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
math_h.pass.cpp 348 static_assert((std::is_same<decltype(atanhf(0)), float>::value), "");
  /external/clang/lib/Headers/
tgmath.h 212 __tg_atanh(float __x) {return atanhf(__x);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 212 __tg_atanh(float __x) {return atanhf(__x);}
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/c.math/
cmath.pass.cpp     [all...]

Completed in 688 milliseconds

12