Searched defs:atanh (Results 1 - 5 of 5) sorted by relevance

/external/fdlibm/
H A Dw_atanh.c14 * wrapper atanh(x)
21 double atanh(double x) /* wrapper atanh */ function
23 double atanh(x) /* wrapper atanh */
36 return __kernel_standard(x,x,30); /* atanh(|x|>1) */
38 return __kernel_standard(x,x,31); /* atanh(|x|==1) */
/external/deqp/framework/common/
H A DtcuVectorUtil.hpp102 inline float atanh (float a) { return deFloatAtanh(a); } function in namespace:tcu
441 TCU_DECLARE_VECTOR_UNARY_FUNC(atanh, deFloatAtanh)
/external/clang/lib/Headers/
H A Dtgmath.h208 // atanh
216 __tg_atanh(double __x) {return atanh(__x);}
234 #undef atanh macro
235 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x)) macro
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h373 friend const mpreal atanh (const mpreal& v, mp_rnd_t rnd_mode = mpreal::get_default_rnd());
2084 inline const mpreal acoth (const mpreal& v, mp_rnd_t r) { return atanh(1/v, r); }
2096 inline const mpreal atanh (const mpreal& x, mp_rnd_t r) { MPREAL_UNARY_MATH_FUNCTION_BODY(atanh); } function in namespace:mpfr
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h137 /// double atanh(double x);
138 atanh, enumerator in enum:llvm::LibFunc::Func

Completed in 367 milliseconds