/external/v8/test/mjsunit/es6/ |
D | math-hyperbolic.js | 31 [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/ |
D | w_acosh.c | 22 double acosh(double x) /* wrapper acosh */ in acosh() function 24 double acosh(x) /* wrapper acosh */ in acosh()
|
D | fdlibm.h | 143 extern double acosh __P((double));
|
/external/libcxx/test/std/numerics/complex.number/complex.transcendentals/ |
D | acosh.pass.cpp | 25 assert(acosh(c) == x); in test() 42 std::complex<double> r = acosh(x[i]); in test_edges()
|
/external/mesa3d/src/glsl/builtins/ir/ |
D | acosh.ir | 1 ((function acosh
|
/external/llvm/test/Transforms/InstCombine/ |
D | double-float-shrink-1.ll | 31 %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/ |
D | gles31-test-issues.txt | 39 dEQP-GLES31.functional.shaders.builtin_functions.precision.acosh.highp_*
|
D | gles3-test-issues.txt | 94 dEQP-GLES3.functional.shaders.builtin_functions.precision.acosh.highp_*
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 43 double acosh(double); 270 F(acos), F(acosf), F(acosl), F(acosh), F(acoshf),
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 68 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/ |
D | tgmath.h | 158 __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/ |
D | cmath | 156 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);}
|
D | complex | 212 template<class T> complex<T> acosh(const complex<T>&); 1240 // acosh 1244 acosh(const complex<_Tp>& __x)
|
/external/deqp/framework/common/ |
D | tcuVectorUtil.hpp | 101 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/ |
D | math_h.pass.cpp | 333 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/ |
D | libm.so.conf | 60 double acosh(double);
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.shaders.builtin_functions.precision.txt | 105 | acosh(x) | log(x + sqrt((x+1.0) * (x-1.0))) |
|
/external/mesa3d/src/mesa/main/ |
D | imports.h | 142 #define acoshf(f) ((float) acosh(f))
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 172 /// double acosh(double x); 173 TLI_DEFINE_ENUM_INTERNAL(acosh) 174 TLI_DEFINE_STRING_INTERNAL("acosh")
|
/external/mesa3d/src/glsl/builtins/profiles/ |
D | 130.glsl | 70 float acosh(float x); 71 vec2 acosh(vec2 x); 72 vec3 acosh(vec3 x); 73 vec4 acosh(vec4 x);
|
D | 140.glsl | 70 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/ |
D | Object-getOwnPropertyNames-expected.txt | 84 …N10', 'LN2', 'LOG10E', 'LOG2E', 'PI', 'SQRT1_2', 'SQRT2', 'abs', 'acos', 'acosh', 'asin', 'asinh',…
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 142 TLI.setUnavailable(LibFunc::acosh); in initialize()
|
/external/eigen/unsupported/test/mpreal/ |
D | mpreal.h | 425 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/ |
D | es3fShaderOperatorTests.cpp | 66 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()
|