Home
last modified time | relevance | path

Searched refs:asinhf (Results 1 – 14 of 14) 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.def273 /// float asinhf(float x);
274 TLI_DEFINE_ENUM_INTERNAL(asinhf)
275 TLI_DEFINE_STRING_INTERNAL("asinhf")
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp156 TLI.setUnavailable(LibFunc::asinhf); in initialize()
/external/llvm/test/Transforms/InstCombine/
Ddouble-float-shrink-1.ll69 ; CHECK: call float @asinhf(float %f)
/external/llvm/test/Transforms/LoopVectorize/X86/
Dveclib-calls.ll562 declare float @asinhf(float) nounwind readnone
572 %call = tail call float @asinhf(float %0) nounwind readnone
/external/libcxx/include/
Dcmath161 float asinhf(float x);
1070 using ::asinhf;
1072 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/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
Dtgmath.h183 __tg_asinh(float __x) {return asinhf(__x);} in __tg_asinh()
/external/clang/lib/Headers/
Dtgmath.h183 __tg_asinh(float __x) {return asinhf(__x);} in __tg_asinh()
/external/clang/include/clang/Basic/
DBuiltins.def918 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