Home
last modified time | relevance | path

Searched refs:acosh (Results 1 – 25 of 41) sorted by relevance

12

/external/v8/test/mjsunit/es6/
Dmath-hyperbolic.js31 [Math.sinh, Math.cosh, Math.tanh, Math.asinh, Math.acosh, Math.atanh].
52 test_id(Math.cosh, Math.acosh, x);
95 assertEquals(0, Math.acosh(1));
96 assertEquals("Infinity", String(Math.acosh(Infinity)));
100 assertTrue(isNaN(Math.acosh(x)));
123 assertEqualsDelta(0.9624236501192, Math.acosh(1.5), 1E-12);
124 assertEqualsDelta(2.2924316695612, Math.acosh(5), 1E-12);
125 assertEqualsDelta(0.4435682543851, Math.acosh(1.1), 1E-12);
126 assertEqualsDelta(1.3169578969248, Math.acosh(2), 1E-12);
/external/fdlibm/
Dw_acosh.c22 double acosh(double x) /* wrapper acosh */ in acosh() function
24 double acosh(x) /* wrapper acosh */ in acosh()
Dfdlibm.h143 extern double acosh __P((double));
/external/libcxx/test/std/numerics/complex.number/complex.transcendentals/
Dacosh.pass.cpp25 assert(acosh(c) == x); in test()
42 std::complex<double> r = acosh(x[i]); in test_edges()
/external/mesa3d/src/glsl/builtins/ir/
Dacosh.ir1 ((function acosh
/external/llvm/test/Transforms/InstCombine/
Ddouble-float-shrink-1.ll31 %call = call double @acosh(double %conv)
40 %call = call double @acosh(double %conv)
43 ; CHECK: call double @acosh(double %conv)
361 declare double @acosh(double) #1
/external/deqp/android/cts/master/src/
Dgles31-test-issues.txt39 dEQP-GLES31.functional.shaders.builtin_functions.precision.acosh.highp_*
Dgles3-test-issues.txt94 dEQP-GLES3.functional.shaders.builtin_functions.precision.acosh.highp_*
/external/clang/test/CodeGen/
Dlibcall-declarations.c43 double acosh(double);
270 F(acos), F(acosf), F(acosl), F(acosh), F(acoshf),
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp68 Ambiguous acosh(Ambiguous){ return Ambiguous(); } in acosh() function
712 static_assert((std::is_same<decltype(std::acosh((float)0)), float>::value), ""); in test_acosh()
713 static_assert((std::is_same<decltype(std::acosh((bool)0)), double>::value), ""); in test_acosh()
714 static_assert((std::is_same<decltype(std::acosh((unsigned short)0)), double>::value), ""); in test_acosh()
715 static_assert((std::is_same<decltype(std::acosh((int)0)), double>::value), ""); in test_acosh()
716 static_assert((std::is_same<decltype(std::acosh((unsigned int)0)), double>::value), ""); in test_acosh()
717 static_assert((std::is_same<decltype(std::acosh((long)0)), double>::value), ""); in test_acosh()
718 static_assert((std::is_same<decltype(std::acosh((unsigned long)0)), double>::value), ""); in test_acosh()
719 static_assert((std::is_same<decltype(std::acosh((long long)0)), double>::value), ""); in test_acosh()
720 static_assert((std::is_same<decltype(std::acosh((unsigned long long)0)), double>::value), ""); in test_acosh()
[all …]
/external/clang/lib/Headers/
Dtgmath.h158 __tg_acosh(double __x) {return acosh(__x);} in __tg_acosh()
176 #undef acosh
177 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x)) macro
/external/libcxx/include/
Dcmath156 floating_point acosh (arithmetic x);
1047 // acosh
1050 using ::acosh;
1053 inline _LIBCPP_INLINE_VISIBILITY float acosh(float __lcpp_x) _NOEXCEPT {return acoshf(_…
1054 inline _LIBCPP_INLINE_VISIBILITY long double acosh(long double __lcpp_x) _NOEXCEPT {return acoshl(_…
1059 acosh(_A1 __lcpp_x) _NOEXCEPT {return acosh((double)__lcpp_x);}
Dcomplex212 template<class T> complex<T> acosh(const complex<T>&);
1240 // acosh
1244 acosh(const complex<_Tp>& __x)
/external/deqp/framework/common/
DtcuVectorUtil.hpp101 inline float acosh (float a) { return deFloatAcosh(a); } in acosh() function
439 TCU_DECLARE_VECTOR_UNARY_FUNC(acosh, deFloatAcosh)
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp333 static_assert((std::is_same<decltype(acosh((double)0)), double>::value), ""); in test_acosh()
336 assert(acosh(1) == 0); in test_acosh()
/external/ltrace/etc/
Dlibm.so.conf60 double acosh(double);
/external/deqp/doc/testspecs/GLES3/
Dfunctional.shaders.builtin_functions.precision.txt105 | acosh(x) | log(x + sqrt((x+1.0) * (x-1.0))) |
/external/mesa3d/src/mesa/main/
Dimports.h142 #define acoshf(f) ((float) acosh(f))
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def172 /// double acosh(double x);
173 TLI_DEFINE_ENUM_INTERNAL(acosh)
174 TLI_DEFINE_STRING_INTERNAL("acosh")
/external/mesa3d/src/glsl/builtins/profiles/
D130.glsl70 float acosh(float x);
71 vec2 acosh(vec2 x);
72 vec3 acosh(vec3 x);
73 vec4 acosh(vec4 x);
D140.glsl70 float acosh(float x);
71 vec2 acosh(vec2 x);
72 vec3 acosh(vec3 x);
73 vec4 acosh(vec4 x);
/external/v8/test/webkit/fast/js/
DObject-getOwnPropertyNames-expected.txt84 …N10', 'LN2', 'LOG10E', 'LOG2E', 'PI', 'SQRT1_2', 'SQRT2', 'abs', 'acos', 'acosh', 'asin', 'asinh',…
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp142 TLI.setUnavailable(LibFunc::acosh); in initialize()
/external/eigen/unsupported/test/mpreal/
Dmpreal.h425 friend const mpreal acosh (const mpreal& v, mp_rnd_t rnd_mode);
2215 …sech (const mpreal& v, mp_rnd_t r = mpreal::get_default_rnd()) { return acosh(1/v, r); …
2224 inline const mpreal acosh (const mpreal& x, mp_rnd_t r = mpreal::get_default_rnd()) { MPREAL_UNAR…
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp66 using tcu::acosh;
1195 DECLARE_UNARY_GENTYPE_FUNCS(acosh) in DECLARE_VEC_FLOAT_FUNCS()
1719 ….2f), notUsed, notUsed, 1.0f, 0.0f, PRECMASK_MEDIUMP_HIGHP, FLOAT_GENTYPE_FUNCS(acosh) ) in init()

12