Searched refs:atanhf (Results 1 – 14 of 14) sorted by relevance
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 56 float atanhf(float); 273 F(atanh), F(atanhf), F(atanhl), F(cbrt), F(cbrtf),
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | imports.h | 144 #define atanhf(f) ((float) atanh(f)) macro 154 static inline float atanhf(float x) { return (logf(1.0f + x) - logf(1.0f - x)) / 2.0f; } in atanhf() function
|
/external/mesa3d/src/mesa/main/ |
D | imports.h | 144 #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/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 140 atanhf, enumerator
|
/external/ltrace/etc/ |
D | libm.so.conf | 65 float atanhf(float);
|
/external/chromium_org/third_party/cython/src/Cython/Includes/numpy/ |
D | math.pxd | 78 float atanhf "npy_atanhf"(float x)
|
/external/llvm/lib/Target/ |
D | TargetLibraryInfo.cpp | 466 TLI.setUnavailable(LibFunc::atanhf); in initialize()
|
/external/llvm/test/Transforms/InstCombine/ |
D | double-float-shrink-1.ll | 96 ; CHECK: call float @atanhf(float %f)
|
/external/libcxx/include/ |
D | cmath | 165 float atanhf(float x); 1081 using ::atanhf; 1083 inline _LIBCPP_INLINE_VISIBILITY float atanh(float __x) _NOEXCEPT {return atanhf(__x);}
|
/external/libcxx/test/depr/depr.c.headers/ |
D | math_h.disabled.cpp | 348 static_assert((std::is_same<decltype(atanhf(0)), float>::value), ""); in test_atanh()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 212 __tg_atanh(float __x) {return atanhf(__x);} in __tg_atanh()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 898 LIBBUILTIN(atanhf, "ff", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/numerics/c.math/ |
D | cmath.disabled.cpp | 671 static_assert((std::is_same<decltype(std::atanhf(0)), float>::value), ""); in test_atanh()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1204_abilist.txt | 1604 fun:atanhf=uninstrumented
|