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

12

/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)
H A Dfdlibm.h144 extern double asinh __P((double));
/external/v8/src/base/
H A Dieee754.h26 V8_BASE_EXPORT double asinh(double x);
H A Dieee754.cc1111 /* asinh(x)
1114 * asinh(x) = sign(x) * log [ |x| + sqrt(x*x+1) ]
1116 * asinh(x) := x if 1+x*x=1,
1121 double asinh(double x) { function in namespace:v8::base::ieee754
/external/vulkan-validation-layers/libs/glm/detail/
H A Dfunc_trigonometric.hpp171 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/asinh.xml">GLSL asinh man page</a>
174 GLM_FUNC_DECL genType asinh(genType const & x);
/external/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h51 __DEVICE__ double asinh(double);
52 __DEVICE__ float asinh(float);
191 using ::asinh;
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/libcxx/test/std/numerics/complex.number/complex.transcendentals/
H A Dasinh.pass.cpp14 // asinh(const complex<T>& x);
25 assert(asinh(c) == x);
42 std::complex<double> r = asinh(testcases[i]);
/external/clang/test/CodeGen/
H A Dlibcall-declarations.c49 double asinh(double);
271 F(acoshl), F(asin), F(asinf), F(asinl), F(asinh),
348 // CHECK-NOERRNO: declare double @asinh(double) [[NUW]]
/external/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp66 Ambiguous asinh(Ambiguous){ return Ambiguous(); } function
774 static_assert((std::is_same<decltype(asinh((float)0)), float>::value), "");
775 static_assert((std::is_same<decltype(asinh((bool)0)), double>::value), "");
776 static_assert((std::is_same<decltype(asinh((unsigned short)0)), double>::value), "");
777 static_assert((std::is_same<decltype(asinh((int)0)), double>::value), "");
778 static_assert((std::is_same<decltype(asinh((unsigned int)0)), double>::value), "");
779 static_assert((std::is_same<decltype(asinh((long)0)), double>::value), "");
780 static_assert((std::is_same<decltype(asinh((unsigned long)0)), double>::value), "");
781 static_assert((std::is_same<decltype(asinh((long long)0)), double>::value), "");
782 static_assert((std::is_same<decltype(asinh((unsigne
[all...]
/external/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp67 Ambiguous asinh(Ambiguous){ return Ambiguous(); } function
776 static_assert((std::is_same<decltype(std::asinh((float)0)), float>::value), "");
777 static_assert((std::is_same<decltype(std::asinh((bool)0)), double>::value), "");
778 static_assert((std::is_same<decltype(std::asinh((unsigned short)0)), double>::value), "");
779 static_assert((std::is_same<decltype(std::asinh((int)0)), double>::value), "");
780 static_assert((std::is_same<decltype(std::asinh((unsigned int)0)), double>::value), "");
781 static_assert((std::is_same<decltype(std::asinh((long)0)), double>::value), "");
782 static_assert((std::is_same<decltype(std::asinh((unsigned long)0)), double>::value), "");
783 static_assert((std::is_same<decltype(std::asinh((long long)0)), double>::value), "");
784 static_assert((std::is_same<decltype(std::asinh((unsigne
[all...]
/external/libcxx/include/
H A Dmath.h157 floating_point asinh (arithmetic x);
978 // asinh
981 inline _LIBCPP_INLINE_VISIBILITY float asinh(float __lcpp_x) _NOEXCEPT {return ::asinhf(__lcpp_x);}
982 inline _LIBCPP_INLINE_VISIBILITY long double asinh(long double __lcpp_x) _NOEXCEPT {return ::asinhl(__lcpp_x);}
987 asinh(_A1 __lcpp_x) _NOEXCEPT {return ::asinh((double)__lcpp_x);}
/external/mesa3d/src/mesa/main/
H A Dimports.h143 #define asinhf(f) ((float) asinh(f))
/external/deqp/framework/common/
H A DtcuVectorUtil.hpp437 TCU_DECLARE_VECTOR_UNARY_FUNC(asinh, deFloatAsinh)
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h380 friend const mpreal asinh (const mpreal& v, mp_rnd_t rnd_mode);
2247 inline const mpreal acsch (const mpreal& v, mp_rnd_t r = mpreal::get_default_rnd()) { return asinh(1/v, r); }
2256 inline const mpreal asinh (const mpreal& x, mp_rnd_t r = mpreal::get_default_rnd()) { MPREAL_UNARY_MATH_FUNCTION_BODY(asinh); }
/external/swiftshader/src/Shader/
H A DShaderCore.hpp365 void asinh(Vector4f &dst, const Vector4f &src, bool pp = false);
H A DPixelProgram.cpp276 case Shader::OPCODE_ASINH: asinh(d, s0, pp); break;
H A DVertexProgram.cpp282 case Shader::OPCODE_ASINH: asinh(d, s0, pp); break;
/external/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp158 TLI.setUnavailable(LibFunc::asinh);
/external/v8/src/
H A Dassembler.cc1468 isolate, FUNCTION_ADDR(base::ieee754::asinh), BUILTIN_FP_FP_CALL));
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp52 using tcu::asinh;
1134 DECLARE_UNARY_GENTYPE_FUNCS(asinh)
1686 << BuiltinFuncInfo("asinh", "asinh", GT, Value(GT, -1.0f, 1.0f), notUsed, notUsed, 1.0f, 0.0f, PRECMASK_ALL, FLOAT_GENTYPE_FUNCS(asinh) )
/external/deqp/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp65 using tcu::asinh;
1194 DECLARE_UNARY_GENTYPE_FUNCS(asinh)
1718 << BuiltinFuncInfo("asinh", "asinh", GT, Value(GT, -1.0f, 1.0f), notUsed, notUsed, 1.0f, 0.0f, PRECMASK_MEDIUMP_HIGHP, FLOAT_GENTYPE_FUNCS(asinh) )
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
H A DFastMath.java24 * <li>{@link #asinh(double)}</li>
574 public static double asinh(double a) { method in class:FastMath
/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2096 case LibFunc::asinh:
/external/v8/src/compiler/arm/
H A Dcode-generator-arm.cc822 ASSEMBLE_IEEE754_UNOP(asinh);

Completed in 594 milliseconds

12