Home
last modified time | relevance | path

Searched refs:asinhf (Results 1 – 12 of 12) sorted by relevance

/external/clang/test/CodeGen/
Dlibcall-declarations.c50 float asinhf(float);
272 F(asinhf), F(asinhl), F(atan), F(atanf), F(atanl),
/external/mesa3d/src/mesa/main/
Dimports.h143 #define asinhf(f) ((float) asinh(f)) macro
151 static inline float asinhf(float x) { return logf(x + sqrtf(x * x + 1.0f)); } in asinhf() function
/external/ltrace/etc/
Dlibm.so.conf57 float asinhf(float);
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def193 /// float asinhf(float x);
194 TLI_DEFINE_ENUM_INTERNAL(asinhf)
195 TLI_DEFINE_STRING_INTERNAL("asinhf")
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp146 TLI.setUnavailable(LibFunc::asinhf); in initialize()
/external/llvm/test/Transforms/InstCombine/
Ddouble-float-shrink-1.ll69 ; CHECK: call float @asinhf(float %f)
/external/libcxx/include/
Dcmath161 float asinhf(float x);
1066 using ::asinhf;
1068 inline _LIBCPP_INLINE_VISIBILITY float asinh(float __lcpp_x) _NOEXCEPT {return asinhf(_…
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp342 static_assert((std::is_same<decltype(asinhf(0)), float>::value), ""); in test_asinh()
/external/clang/lib/Headers/
Dtgmath.h183 __tg_asinh(float __x) {return asinhf(__x);} in __tg_asinh()
/external/clang/include/clang/Basic/
DBuiltins.def917 LIBBUILTIN(asinhf, "ff", "fne", "math.h", ALL_LANGUAGES)
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp742 static_assert((std::is_same<decltype(std::asinhf(0)), float>::value), ""); in test_asinh()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1360 fun:asinhf=uninstrumented