Searched refs:atanh (Results 1 - 7 of 7) 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/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h86 /// double atanh(double x);
87 atanh, enumerator in enum:llvm::LibFunc::Func
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp59 "atanh",
251 TLI.setUnavailable(LibFunc::atanh);
/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/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/llvm/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp1705 AddOpt(LibFunc::atanh, LibFunc::atanhf, &UnsafeUnaryDoubleFP);

Completed in 704 milliseconds