Searched refs:atanh (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/contrib/libstdc++/include/tr1/
H A Dmath.h47 using std::tr1::atanh;
/freebsd-9.3-release/lib/msun/
H A DSymbol.map17 atanh;
H A DMakefile129 MAN= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 ceil.3 cexp.3 \
144 MLINKS+=atanh.3 atanhf.3
/freebsd-9.3-release/tools/regression/include/tgmath/
H A Dtgmath.c83 TGMACRO(atanh)
429 PRINT("atanh",
430 PASS_REAL_ARG_REAL_RET(atanh) &&
431 PASS_COMPLEX_ARG_COMPLEX_RET(atanh));
/freebsd-9.3-release/include/
H A Dtgmath.h145 #define atanh(x) __tg_full(x, atanh) macro
/freebsd-9.3-release/lib/msun/src/
H A Dmath_private.h320 #define __ieee754_atanh atanh
H A Dmath.h224 double atanh(double);
/freebsd-9.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h126 /// double atanh(double x);
127 atanh, enumerator in enum:llvm::LibFunc::Func
/freebsd-9.3-release/contrib/llvm/tools/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
/freebsd-9.3-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp79 "atanh",
443 TLI.setUnavailable(LibFunc::atanh);
/freebsd-9.3-release/contrib/gcc/
H A Dsys-protos.h112 extern double atanh(double);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2128 case LibFunc::atanh:
/freebsd-9.3-release/contrib/libstdc++/
H A Dconfigure30975 atanh(0.0);
[all...]

Completed in 202 milliseconds