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

1 23

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
math.h 408 long double asinhl(long double);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
math.h 408 long double asinhl(long double);
  /bionic/libm/include/
math.h 460 long double asinhl(long double);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 100 /// long double asinhl(long double x);
101 asinhl, enumerator in enum:llvm::LibFunc::Func
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 66 "asinhl",
409 TLI.setUnavailable(LibFunc::asinhl);
  /bionic/tests/
math_test.cpp 336 TEST(math, asinhl) {
337 ASSERT_FLOAT_EQ(0.0, asinhl(0.0));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 341 static_assert((std::is_same<decltype(asinhl(0)), long double>::value), "");
  /external/clang/lib/Headers/
tgmath.h 191 __tg_asinh(long double __x) {return asinhl(__x);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 191 __tg_asinh(long double __x) {return asinhl(__x);}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp     [all...]

Completed in 236 milliseconds

1 23