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

/freebsd-9.3-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,
36 asinh(double x) function
H A Dmath.h223 double asinh(double);
/freebsd-9.3-release/contrib/libstdc++/include/tr1/
H A Dmath.h44 using std::tr1::asinh;
/freebsd-9.3-release/lib/msun/
H A DSymbol.map61 asinh;
H A DMakefile129 MAN= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 ceil.3 cexp.3 \
142 MLINKS+=asinh.3 asinhf.3
/freebsd-9.3-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-9.3-release/include/
H A Dtgmath.h144 #define asinh(x) __tg_full(x, asinh) macro
/freebsd-9.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h108 /// double asinh(double x);
109 asinh, enumerator in enum:llvm::LibFunc::Func
/freebsd-9.3-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-9.3-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp70 "asinh",
440 TLI.setUnavailable(LibFunc::asinh);
/freebsd-9.3-release/contrib/gcc/
H A Dsys-protos.h106 extern double asinh(double);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2126 case LibFunc::asinh:
/freebsd-9.3-release/contrib/libstdc++/
H A Dconfigure30972 asinh(0.0);
[all...]

Completed in 239 milliseconds