Searched defs:asinh (Results 1 - 5 of 5) sorted by relevance

/external/fdlibm/
H A Ds_asinh.c14 /* asinh(x)
17 * asinh(x) = sign(x) * log [ |x| + ieee_sqrt(x*x+1) ]
19 * asinh(x) := x if 1+x*x=1,
37 double asinh(double x) function
39 double asinh(x)
/external/deqp/framework/common/
H A DtcuVectorUtil.hpp100 inline float asinh (float a) { return deFloatAsinh(a); } function in namespace:tcu
439 TCU_DECLARE_VECTOR_UNARY_FUNC(asinh, deFloatAsinh)
/external/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
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h372 friend const mpreal asinh (const mpreal& v, mp_rnd_t rnd_mode = mpreal::get_default_rnd());
2086 inline const mpreal acsch (const mpreal& v, mp_rnd_t r) { return asinh(1/v, r); }
2095 inline const mpreal asinh (const mpreal& x, mp_rnd_t r) { MPREAL_UNARY_MATH_FUNCTION_BODY(asinh); } function in namespace:mpfr
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h119 /// double asinh(double x);
120 asinh, enumerator in enum:llvm::LibFunc::Func

Completed in 1371 milliseconds