Searched refs:tanhl (Results 1 – 10 of 10) sorted by relevance
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 174 long double tanhl(long double); 296 F(tanf), F(tanl), F(tanh), F(tanhf), F(tanhl),
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 631 tanhl, enumerator
|
/external/ltrace/etc/ |
D | libm.so.conf | 54 ldouble tanhl(ldouble);
|
/external/llvm/lib/Target/ |
D | TargetLibraryInfo.cpp | 456 TLI.setUnavailable(LibFunc::tanhl); in initialize()
|
/external/libcxx/include/ |
D | cmath | 136 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/ |
D | math_h.disabled.cpp | 193 static_assert((std::is_same<decltype(tanhl(0)), long double>::value), ""); in test_tanh()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 394 __tg_tanh(long double __x) {return tanhl(__x);} in __tg_tanh()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 1055 LIBBUILTIN(tanhl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/numerics/c.math/ |
D | cmath.disabled.cpp | 438 static_assert((std::is_same<decltype(std::tanhl(0)), long double>::value), ""); in test_tanh()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1204_abilist.txt | 3322 fun:tanhl=uninstrumented
|