Home
last modified time | relevance | path

Searched refs:acoshf (Results 1 – 13 of 13) sorted by relevance

/external/llvm/test/CodeGen/X86/
D2007-03-24-InlineAsmVectorOp.ll8 define void @acoshf() {
/external/clang/test/CodeGen/
Dlibcall-declarations.c44 float acoshf(float);
270 F(acos), F(acosf), F(acosl), F(acosh), F(acoshf),
/external/mesa3d/src/mesa/main/
Dimports.h142 #define acoshf(f) ((float) acosh(f)) macro
152 static inline float acoshf(float x) { return logf(x + sqrtf(x * x - 1.0f)); } in acoshf() function
/external/ltrace/etc/
Dlibm.so.conf61 float acoshf(float);
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def175 /// float acoshf(float x);
176 TLI_DEFINE_ENUM_INTERNAL(acoshf)
177 TLI_DEFINE_STRING_INTERNAL("acoshf")
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp143 TLI.setUnavailable(LibFunc::acoshf); in initialize()
/external/llvm/test/Transforms/InstCombine/
Ddouble-float-shrink-1.ll35 ; CHECK: call float @acoshf(float %f)
/external/libcxx/include/
Dcmath157 float acoshf(float x);
1051 using ::acoshf;
1053 inline _LIBCPP_INLINE_VISIBILITY float acosh(float __lcpp_x) _NOEXCEPT {return acoshf(_…
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp334 static_assert((std::is_same<decltype(acoshf(0)), float>::value), ""); in test_acosh()
/external/clang/lib/Headers/
Dtgmath.h154 __tg_acosh(float __x) {return acoshf(__x);} in __tg_acosh()
/external/clang/include/clang/Basic/
DBuiltins.def909 LIBBUILTIN(acoshf, "ff", "fne", "math.h", ALL_LANGUAGES)
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp723 static_assert((std::is_same<decltype(std::acoshf(0)), float>::value), ""); in test_acosh()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1309 fun:acoshf=uninstrumented