Searched refs:asinh (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/lib/msun/src/
H A Ds_asinh.c16 /* asinh(x)
19 * asinh(x) = sign(x) * log [ |x| + sqrt(x*x+1) ]
21 * asinh(x) := x if 1+x*x=1,
38 asinh(double x) function
61 __weak_reference(asinh, asinhl);
H A Dmath.h268 double asinh(double);
/freebsd-10.0-release/contrib/libstdc++/include/tr1/
H A Dmath.h44 using std::tr1::asinh;
/freebsd-10.0-release/lib/msun/
H A DSymbol.map61 asinh;
H A DMakefile130 MAN= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 \
144 MLINKS+=asinh.3 asinhf.3 asinh.3 asinhl.3
/freebsd-10.0-release/tools/regression/include/tgmath/
H A Dtgmath.c82 TGMACRO(asinh)
425 PRINT("asinh",
426 PASS_REAL_ARG_REAL_RET(asinh) &&
427 PASS_COMPLEX_ARG_COMPLEX_RET(asinh));
/freebsd-10.0-release/include/
H A Dtgmath.h145 #define asinh(x) __tg_full(x, asinh) macro
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h86 /// double asinh(double x);
87 asinh, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h179 // asinh
187 __tg_asinh(double __x) {return asinh(__x);}
205 #undef asinh macro
206 #define asinh(__x) __tg_asinh(__tg_promote1((__x))(__x)) macro
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp59 "asinh",
401 TLI.setUnavailable(LibFunc::asinh);
/freebsd-10.0-release/tools/regression/lib/msun/
H A Dtest-invctrig.c302 testall_tol(casinh, z, CMPLXL(asinh(nums[i]), 0.0), 1);
/freebsd-10.0-release/contrib/gcc/
H A Dsys-protos.h106 extern double asinh(double);
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1875 case LibFunc::asinh:
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfigure30972 asinh(0.0);
[all...]

Completed in 158 milliseconds