HomeSort by relevance Sort by last modified time
    Searched refs:asinhf (Results 51 - 61 of 61) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
math.h 348 float asinhf(float);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
math.h 348 float asinhf(float);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
math.h 348 float asinhf(float);
  /bionic/libm/include/
math.h 340 float asinhf(float);
  /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);
  /bionic/tests/
math_test.cpp 332 TEST(math, asinhf) {
333 ASSERT_FLOAT_EQ(0.0f, asinhf(0.0f));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 340 static_assert((std::is_same<decltype(asinhf(0)), float>::value), "");
  /external/clang/lib/Headers/
tgmath.h 183 __tg_asinh(float __x) {return asinhf(__x);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 183 __tg_asinh(float __x) {return asinhf(__x);}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp     [all...]

Completed in 743 milliseconds

1 23