/external/fdlibm/ |
D | w_atanh.c | 21 double atanh(double x) /* wrapper atanh */ in atanh() function 23 double atanh(x) /* wrapper atanh */ in atanh()
|
D | fdlibm.h | 145 extern double atanh __P((double));
|
/external/deqp/external/vulkancts/mustpass/1.0.2/src/ |
D | test-issues.txt | 8 dEQP-VK.glsl.builtin.precision.atanh.highp_compute.* 9 dEQP-VK.glsl.builtin.precision.atanh.mediump_compute.*
|
/external/deqp/android/cts/master/src/ |
D | vk-test-issues.txt | 8 dEQP-VK.glsl.builtin.precision.atanh.highp_compute.* 9 dEQP-VK.glsl.builtin.precision.atanh.mediump_compute.*
|
D | gles3-test-issues.txt | 12 dEQP-GLES3.functional.shaders.builtin_functions.precision.atanh.mediump_fragment.scalar 13 dEQP-GLES3.functional.shaders.builtin_functions.precision.atanh.mediump_fragment.vec2 14 dEQP-GLES3.functional.shaders.builtin_functions.precision.atanh.mediump_fragment.vec3 15 dEQP-GLES3.functional.shaders.builtin_functions.precision.atanh.mediump_fragment.vec4 91 dEQP-GLES3.functional.shaders.builtin_functions.precision.atanh.highp_*
|
D | gles31-test-issues.txt | 24 dEQP-GLES31.functional.shaders.builtin_functions.precision.atanh.highp_*
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | func_trigonometric.inl | 230 // atanh 232 GLM_FUNC_QUALIFIER genType atanh 237 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'atanh' only accept floating-point inp… 244 VECTORIZE_VEC(atanh)
|
D | func_trigonometric.hpp | 194 GLM_FUNC_DECL genType atanh(genType const & x);
|
/external/clang/lib/Headers/ |
D | __clang_cuda_math_forward_declares.h | 57 __DEVICE__ double atanh(double); 58 __DEVICE__ float atanh(float); 194 using ::atanh;
|
D | tgmath.h | 216 __tg_atanh(double __x) {return atanh(__x);} in __tg_atanh() 234 #undef atanh 235 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x)) macro
|
/external/libcxx/test/std/numerics/complex.number/complex.transcendentals/ |
D | atanh.pass.cpp | 25 assert(atanh(c) == x); in test() 42 std::complex<double> r = atanh(testcases[i]); in test_edges()
|
D | atan.pass.cpp | 42 std::complex<double> t2 = atanh(t1); in test_edges()
|
/external/v8/src/base/ |
D | ieee754.h | 42 V8_BASE_EXPORT double atanh(double x);
|
/external/mesa3d/src/glsl/builtins/ir/ |
D | atanh.ir | 1 ((function atanh
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 67 Ambiguous atanh(Ambiguous){ return Ambiguous(); } in atanh() function 793 static_assert((std::is_same<decltype(atanh((float)0)), float>::value), ""); in test_atanh() 794 static_assert((std::is_same<decltype(atanh((bool)0)), double>::value), ""); in test_atanh() 795 static_assert((std::is_same<decltype(atanh((unsigned short)0)), double>::value), ""); in test_atanh() 796 static_assert((std::is_same<decltype(atanh((int)0)), double>::value), ""); in test_atanh() 797 static_assert((std::is_same<decltype(atanh((unsigned int)0)), double>::value), ""); in test_atanh() 798 static_assert((std::is_same<decltype(atanh((long)0)), double>::value), ""); in test_atanh() 799 static_assert((std::is_same<decltype(atanh((unsigned long)0)), double>::value), ""); in test_atanh() 800 static_assert((std::is_same<decltype(atanh((long long)0)), double>::value), ""); in test_atanh() 801 static_assert((std::is_same<decltype(atanh((unsigned long long)0)), double>::value), ""); in test_atanh() [all …]
|
/external/llvm/test/Transforms/InstCombine/ |
D | double-float-shrink-1.ll | 99 %call = call fast double @atanh(double %conv) 108 %call = call fast double @atanh(double %conv) 111 ; CHECK: call fast double @atanh(double %conv) 407 declare double @atanh(double)
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 55 double atanh(double); 273 F(atanh), F(atanhf), F(atanhl), F(cbrt), F(cbrtf),
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 68 Ambiguous atanh(Ambiguous){ return Ambiguous(); } in atanh() function 795 static_assert((std::is_same<decltype(std::atanh((float)0)), float>::value), ""); in test_atanh() 796 static_assert((std::is_same<decltype(std::atanh((bool)0)), double>::value), ""); in test_atanh() 797 static_assert((std::is_same<decltype(std::atanh((unsigned short)0)), double>::value), ""); in test_atanh() 798 static_assert((std::is_same<decltype(std::atanh((int)0)), double>::value), ""); in test_atanh() 799 static_assert((std::is_same<decltype(std::atanh((unsigned int)0)), double>::value), ""); in test_atanh() 800 static_assert((std::is_same<decltype(std::atanh((long)0)), double>::value), ""); in test_atanh() 801 static_assert((std::is_same<decltype(std::atanh((unsigned long)0)), double>::value), ""); in test_atanh() 802 static_assert((std::is_same<decltype(std::atanh((long long)0)), double>::value), ""); in test_atanh() 803 static_assert((std::is_same<decltype(std::atanh((unsigned long long)0)), double>::value), ""); in test_atanh() [all …]
|
/external/vulkan-validation-layers/libs/glm/gtc/ |
D | reciprocal.inl | 198 return atanh(genType(1) / x);
|
/external/libcxx/include/ |
D | math.h | 993 inline _LIBCPP_INLINE_VISIBILITY float atanh(float __lcpp_x) _NOEXCEPT {return ::atanhf… in atanh() function 994 inline _LIBCPP_INLINE_VISIBILITY long double atanh(long double __lcpp_x) _NOEXCEPT {return ::atanhl… in atanh() function 999 atanh(_A1 __lcpp_x) _NOEXCEPT {return ::atanh((double)__lcpp_x);} in atanh() function
|
D | cmath | 164 floating_point atanh (arithmetic x); 393 using ::atanh;
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.shaders.builtin_functions.precision.txt | 106 | atanh(x) | 0.5 * log(1.0 + x / (1.0 - x)) |
|
/external/mesa3d/src/mesa/main/ |
D | imports.h | 144 #define atanhf(f) ((float) atanh(f))
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 75 ; CHECK: declare void @atanh(...) 76 declare void @atanh(...)
|
/external/ImageMagick/ |
D | ChangeLog | 178 * Add tanh/atanh clone of legacy sigmoidal map (faster & more accurate).
|