Home
last modified time | relevance | path

Searched refs:tanhl (Results 1 – 10 of 10) sorted by relevance

/external/clang/test/CodeGen/
Dlibcall-declarations.c174 long double tanhl(long double);
296 F(tanf), F(tanl), F(tanh), F(tanhf), F(tanhl),
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h631 tanhl, enumerator
/external/ltrace/etc/
Dlibm.so.conf54 ldouble tanhl(ldouble);
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp456 TLI.setUnavailable(LibFunc::tanhl); in initialize()
/external/libcxx/include/
Dcmath136 long double tanhl(long double x);
1039 inline _LIBCPP_INLINE_VISIBILITY long double tanh(long double __x) _NOEXCEPT {return tanhl(__x);}
1639 using ::tanhl;
/external/libcxx/test/depr/depr.c.headers/
Dmath_h.disabled.cpp193 static_assert((std::is_same<decltype(tanhl(0)), long double>::value), ""); in test_tanh()
/external/clang/lib/Headers/
Dtgmath.h394 __tg_tanh(long double __x) {return tanhl(__x);} in __tg_tanh()
/external/clang/include/clang/Basic/
DBuiltins.def1055 LIBBUILTIN(tanhl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
/external/libcxx/test/numerics/c.math/
Dcmath.disabled.cpp438 static_assert((std::is_same<decltype(std::tanhl(0)), long double>::value), ""); in test_tanh()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1204_abilist.txt3322 fun:tanhl=uninstrumented