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

/freebsd-11.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.h264 double asinh(double);
/freebsd-11.0-release/contrib/libstdc++/include/tr1/
H A Dmath.h44 using std::tr1::asinh;
/freebsd-11.0-release/lib/msun/
H A DMakefile135 MAN= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 \
149 MLINKS+=asinh.3 asinhf.3 asinh.3 asinhl.3
/freebsd-11.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-11.0-release/include/
H A Dtgmath.h145 #define asinh(x) __tg_full(x, asinh) macro
/freebsd-11.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-11.0-release/contrib/libc++/include/
H A Dmath.h157 floating_point asinh (arithmetic x);
963 // asinh
966 inline _LIBCPP_INLINE_VISIBILITY float asinh(float __lcpp_x) _NOEXCEPT {return asinhf(__lcpp_x);}
967 inline _LIBCPP_INLINE_VISIBILITY long double asinh(long double __lcpp_x) _NOEXCEPT {return asinhl(__lcpp_x);}
972 asinh(_A1 __lcpp_x) _NOEXCEPT {return asinh((double)__lcpp_x);}
/freebsd-11.0-release/lib/msun/tests/
H A Dinvctrig_test.c302 testall_tol(casinh, z, CMPLXL(asinh(nums[i]), 0.0), 1);
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp154 TLI.setUnavailable(LibFunc::asinh);
/freebsd-11.0-release/contrib/gcc/
H A Dsys-protos.h106 extern double asinh(double);
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2343 case LibFunc::asinh:
/freebsd-11.0-release/contrib/libstdc++/
H A Dconfigure30972 asinh(0.0);
[all...]

Completed in 285 milliseconds