/external/python/cpython2/Lib/test/ |
D | cmath_testcases.txt | 895 -- atanh: Inverse hyperbolic tangent -- 899 atanh0000 atanh 0.0 0.0 -> 0.0 0.0 900 atanh0001 atanh 0.0 -0.0 -> 0.0 -0.0 901 atanh0002 atanh -0.0 0.0 -> -0.0 0.0 902 atanh0003 atanh -0.0 -0.0 -> -0.0 -0.0 905 atanh0010 atanh -9.8813129168249309e-324 0.0 -> -9.8813129168249309e-324 0.0 906 atanh0011 atanh -9.8813129168249309e-324 -0.0 -> -9.8813129168249309e-324 -0.0 907 atanh0012 atanh -1e-305 0.0 -> -1e-305 0.0 908 atanh0013 atanh -1e-305 -0.0 -> -1e-305 -0.0 909 atanh0014 atanh -1e-150 0.0 -> -1e-150 0.0 [all …]
|
D | test_math.py | 194 self.ftest('atanh(0)', math.atanh(0), 0) 195 self.ftest('atanh(0.5)', math.atanh(0.5), 0.54930614433405489) 196 self.ftest('atanh(-0.5)', math.atanh(-0.5), -0.54930614433405489) 197 self.assertRaises(ValueError, math.atanh, 1) 198 self.assertRaises(ValueError, math.atanh, -1) 199 self.assertRaises(ValueError, math.atanh, INF) 200 self.assertRaises(ValueError, math.atanh, NINF) 201 self.assertTrue(math.isnan(math.atanh(NAN)))
|
/external/python/cpython3/Lib/test/ |
D | cmath_testcases.txt | 914 -- atanh: Inverse hyperbolic tangent -- 919 -- atanh0000 atanh 0.0 0.0 -> 0.0 0.0 920 -- atanh0001 atanh 0.0 -0.0 -> 0.0 -0.0 921 -- atanh0002 atanh -0.0 0.0 -> -0.0 0.0 922 -- atanh0003 atanh -0.0 -0.0 -> -0.0 -0.0 925 atanh0010 atanh -9.8813129168249309e-324 0.0 -> -9.8813129168249309e-324 0.0 926 atanh0011 atanh -9.8813129168249309e-324 -0.0 -> -9.8813129168249309e-324 -0.0 927 atanh0012 atanh -1e-305 0.0 -> -1e-305 0.0 928 atanh0013 atanh -1e-305 -0.0 -> -1e-305 -0.0 929 atanh0014 atanh -1e-150 0.0 -> -1e-150 0.0 [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | cwise_op_atanh.cc | 20 REGISTER4(UnaryOp, CPU, "Atanh", functor::atanh, float, double, complex64, 24 REGISTER2(UnaryOp, SYCL, "Atanh", functor::atanh, float, double); 28 REGISTER2(UnaryOp, GPU, "Atanh", functor::atanh, float, double);
|
D | cwise_op_gpu_atanh.cu.cc | 23 DEFINE_UNARY2(atanh, float, double);
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_Atanh.pbtxt | 4 name: "math.atanh" 7 name: "atanh"
|
/external/fdlibm/ |
D | w_atanh.c | 21 double atanh(double x) /* wrapper atanh */ in atanh() function 23 double atanh(x) /* wrapper atanh */ in atanh()
|
/external/deqp/android/cts/master/src/ |
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 | vk-test-issues.txt | 5 dEQP-VK.glsl.builtin.precision.atanh.highp_compute.* 6 dEQP-VK.glsl.builtin.precision.atanh.mediump_compute.*
|
D | gles31-test-issues.txt | 24 dEQP-GLES31.functional.shaders.builtin_functions.precision.atanh.highp_*
|
/external/clang/lib/Headers/ |
D | __clang_cuda_math_forward_declares.h | 57 __DEVICE__ double atanh(double); 58 __DEVICE__ float atanh(float); 194 using ::atanh;
|
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.4.x/src/ |
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_*
|
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.5.x/src/ |
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 | 23 dEQP-GLES31.functional.shaders.builtin_functions.precision.atanh.highp_*
|
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/src/ |
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_*
|
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/master/src/ |
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 | 23 dEQP-GLES31.functional.shaders.builtin_functions.precision.atanh.highp_*
|
/external/python/cpython2/Modules/ |
D | _math.h | 24 #define m_atanh atanh
|
/external/python/cpython3/Modules/ |
D | _math.h | 20 # define m_atanh atanh
|
/external/libcxx/test/std/numerics/complex.number/complex.transcendentals/ |
D | atanh.pass.cpp | 25 assert(atanh(c) == x); in test() 41 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/deqp-deps/glslang/Test/ |
D | 130.vert | 43 atanh(c3D);
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 68 Ambiguous atanh(Ambiguous){ return Ambiguous(); } in atanh() function 794 static_assert((std::is_same<decltype(atanh((float)0)), float>::value), ""); in test_atanh() 795 static_assert((std::is_same<decltype(atanh((bool)0)), double>::value), ""); in test_atanh() 796 static_assert((std::is_same<decltype(atanh((unsigned short)0)), double>::value), ""); in test_atanh() 797 static_assert((std::is_same<decltype(atanh((int)0)), double>::value), ""); in test_atanh() 798 static_assert((std::is_same<decltype(atanh((unsigned int)0)), double>::value), ""); in test_atanh() 799 static_assert((std::is_same<decltype(atanh((long)0)), double>::value), ""); in test_atanh() 800 static_assert((std::is_same<decltype(atanh((unsigned long)0)), double>::value), ""); in test_atanh() 801 static_assert((std::is_same<decltype(atanh((long long)0)), double>::value), ""); in test_atanh() 802 static_assert((std::is_same<decltype(atanh((unsigned long long)0)), double>::value), ""); in test_atanh() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Util/ |
D | libcalls-shrinkwrap-double.ll | 125 %call_06 = call double @atanh(double %value) 131 ; CHECK-NEXT: %call_06 = call double @atanh(double %value) 184 declare double @atanh(double)
|