Searched refs:atanh (Results 1 - 11 of 11) 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) */
H A Dfdlibm.h145 extern double atanh __P((double));
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixLogarithm.h54 static Scalar atanh(Scalar x);
95 /** \brief Compute atanh (inverse hyperbolic tangent). */
97 typename MatrixType::Scalar MatrixLogarithmAtomic<MatrixType>::atanh(typename MatrixType::Scalar x) function in class:Eigen::MatrixLogarithmAtomic
131 result(0,1) = A(0,1) * (Scalar(2) * atanh(z) + Scalar(0,2*M_PI*unwindingNumber)) / (A(1,1) - A(0,0));
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h114 /// double atanh(double x);
115 atanh, enumerator in enum:llvm::LibFunc::Func
/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/clang/lib/include/
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/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimports.h144 #define atanhf(f) ((float) atanh(f))
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp73 "atanh",
410 TLI.setUnavailable(LibFunc::atanh);
/external/mesa3d/src/mesa/main/
H A Dimports.h144 #define atanhf(f) ((float) atanh(f))
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h363 friend const mpreal atanh (const mpreal& v, mp_rnd_t rnd_mode = mpreal::default_rnd);
1853 return atanh(1/v, rnd_mode);
1937 inline const mpreal atanh (const mpreal& v, mp_rnd_t rnd_mode) function in namespace:mpfr
/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1877 case LibFunc::atanh:

Completed in 511 milliseconds