Searched refs:atanhf (Results 1 – 15 of 15) sorted by relevance
/external/opencv3/modules/core/include/opencv2/core/cuda/ |
D | vec_math.hpp | 373 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, uchar, float) 374 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, char, float) 375 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, ushort, float) 376 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, short, float) 377 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, int, float) 378 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, uint, float) 379 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, float, float)
|
/external/opencv3/modules/cudev/include/opencv2/cudev/util/ |
D | vec_math.hpp | 384 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, uchar, float) 385 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, char, float) 386 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, ushort, float) 387 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, short, float) 388 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, int, float) 389 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, uint, float) 390 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(atanh, ::atanhf, float, float)
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 56 float atanhf(float); 273 F(atanh), F(atanhf), F(atanhl), F(cbrt), F(cbrtf),
|
/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/ltrace/etc/ |
D | libm.so.conf | 65 float atanhf(float);
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 300 /// float atanhf(float x); 301 TLI_DEFINE_ENUM_INTERNAL(atanhf) 302 TLI_DEFINE_STRING_INTERNAL("atanhf")
|
/external/llvm/test/Transforms/InstCombine/ |
D | double-float-shrink-1.ll | 102 ; CHECK: call float @atanhf(float %f)
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 159 TLI.setUnavailable(LibFunc::atanhf); in initialize()
|
/external/libcxx/include/ |
D | cmath | 165 float atanhf(float x); 1085 using ::atanhf; 1087 inline _LIBCPP_INLINE_VISIBILITY float atanh(float __lcpp_x) _NOEXCEPT {return atanhf(_…
|
/external/llvm/test/Transforms/LoopVectorize/X86/ |
D | veclib-calls.ll | 612 declare float @atanhf(float) nounwind readnone 622 %call = tail call float @atanhf(float %0) nounwind readnone
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 350 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 | 926 LIBBUILTIN(atanhf, "ff", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 761 static_assert((std::is_same<decltype(std::atanhf(0)), float>::value), ""); in test_atanh()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1371 fun:atanhf=uninstrumented
|