Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/X86/
D2007-03-24-InlineAsmVectorOp.ll8 define void @acoshf() {
/external/opencv3/modules/core/include/opencv2/core/cuda/
Dvec_math.hpp364 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(acosh, ::acoshf, uchar, float)
365 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(acosh, ::acoshf, char, float)
366 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(acosh, ::acoshf, ushort, float)
367 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(acosh, ::acoshf, short, float)
368 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(acosh, ::acoshf, int, float)
369 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(acosh, ::acoshf, uint, float)
370 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(acosh, ::acoshf, float, float)
/external/opencv3/modules/cudev/include/opencv2/cudev/util/
Dvec_math.hpp375 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(acosh, ::acoshf, uchar, float)
376 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(acosh, ::acoshf, char, float)
377 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(acosh, ::acoshf, ushort, float)
378 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(acosh, ::acoshf, short, float)
379 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(acosh, ::acoshf, int, float)
380 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(acosh, ::acoshf, uint, float)
381 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(acosh, ::acoshf, float, float)
/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.def255 /// float acoshf(float x);
256 TLI_DEFINE_ENUM_INTERNAL(acoshf)
257 TLI_DEFINE_STRING_INTERNAL("acoshf")
/external/llvm/test/Transforms/InstCombine/
Ddouble-float-shrink-1.ll35 ; CHECK: call float @acoshf(float %f)
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp153 TLI.setUnavailable(LibFunc::acoshf); in initialize()
/external/libcxx/include/
Dcmath157 float acoshf(float x);
1055 using ::acoshf;
1057 inline _LIBCPP_INLINE_VISIBILITY float acosh(float __lcpp_x) _NOEXCEPT {return acoshf(_…
/external/llvm/test/Transforms/LoopVectorize/X86/
Dveclib-calls.ll587 declare float @acoshf(float) nounwind readnone
597 %call = tail call float @acoshf(float %0) nounwind readnone
/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.def910 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