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

12

  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/
math.h 347 float acoshf(float);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/
math.h 347 float acoshf(float);
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/
math.h 347 float acoshf(float);
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/
math.h 347 float acoshf(float);
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/
math.h 347 float acoshf(float);
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/
math.h 347 float acoshf(float);
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/
math.h 347 float acoshf(float);
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/
math.h 347 float acoshf(float);
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
math.h 347 float acoshf(float);
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
math.h 347 float acoshf(float);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
math.h 347 float acoshf(float);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
math.h 347 float acoshf(float);
  /bionic/libm/include/
math.h 339 float acoshf(float);
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 408 #define __ieee754_acoshf acoshf
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 76 /// float acoshf(float x);
77 acoshf, enumerator in enum:llvm::LibFunc::Func
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 54 "acoshf",
399 TLI.setUnavailable(LibFunc::acoshf);
  /bionic/tests/
math_test.cpp 320 TEST(math, acoshf) {
321 ASSERT_FLOAT_EQ(0.0f, acoshf(1.0f));
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
math_h.pass.cpp 332 static_assert((std::is_same<decltype(acoshf(0)), float>::value), "");
  /external/clang/lib/Headers/
tgmath.h 154 __tg_acosh(float __x) {return acoshf(__x);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 154 __tg_acosh(float __x) {return acoshf(__x);}
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/c.math/
cmath.pass.cpp     [all...]

Completed in 1556 milliseconds

12