Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dlibcall-declarations.c56 float atanhf(float);
273 F(atanh), F(atanhf), F(atanhl), F(cbrt), F(cbrtf),
/external/mesa3d/src/mesa/main/
Dimports.h144 #define atanhf(f) ((float) atanh(f)) macro
153 static inline float atanhf(float x) { return (logf(1.0f + x) - logf(1.0f - x)) / 2.0f; } in atanhf() function
/external/ltrace/etc/
Dlibm.so.conf65 float atanhf(float);
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def220 /// float atanhf(float x);
221 TLI_DEFINE_ENUM_INTERNAL(atanhf)
222 TLI_DEFINE_STRING_INTERNAL("atanhf")
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp149 TLI.setUnavailable(LibFunc::atanhf); in initialize()
/external/llvm/test/Transforms/InstCombine/
Ddouble-float-shrink-1.ll102 ; CHECK: call float @atanhf(float %f)
/external/libcxx/include/
Dcmath165 float atanhf(float x);
1081 using ::atanhf;
1083 inline _LIBCPP_INLINE_VISIBILITY float atanh(float __lcpp_x) _NOEXCEPT {return atanhf(_…
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp350 static_assert((std::is_same<decltype(atanhf(0)), float>::value), ""); in test_atanh()
/external/clang/lib/Headers/
Dtgmath.h212 __tg_atanh(float __x) {return atanhf(__x);} in __tg_atanh()
/external/clang/include/clang/Basic/
DBuiltins.def925 LIBBUILTIN(atanhf, "ff", "fne", "math.h", ALL_LANGUAGES)
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp761 static_assert((std::is_same<decltype(std::atanhf(0)), float>::value), ""); in test_atanh()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1371 fun:atanhf=uninstrumented