Home
last modified time | relevance | path

Searched refs:atanh (Results 1 – 25 of 171) sorted by relevance

1234567

/external/python/cpython2/Lib/test/
Dcmath_testcases.txt895 -- 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 …]
Dtest_math.py194 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/
Dcmath_testcases.txt914 -- 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/
Dcwise_op_atanh.cc20 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);
Dcwise_op_gpu_atanh.cu.cc23 DEFINE_UNARY2(atanh, float, double);
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_Atanh.pbtxt4 name: "math.atanh"
7 name: "atanh"
/external/fdlibm/
Dw_atanh.c21 double atanh(double x) /* wrapper atanh */ in atanh() function
23 double atanh(x) /* wrapper atanh */ in atanh()
/external/deqp/android/cts/master/src/
Dgles3-test-issues.txt12 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_*
Dvk-test-issues.txt5 dEQP-VK.glsl.builtin.precision.atanh.highp_compute.*
6 dEQP-VK.glsl.builtin.precision.atanh.mediump_compute.*
Dgles31-test-issues.txt24 dEQP-GLES31.functional.shaders.builtin_functions.precision.atanh.highp_*
/external/clang/lib/Headers/
D__clang_cuda_math_forward_declares.h57 __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/
Dgles3-test-issues.txt12 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/
Dgles3-test-issues.txt12 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_*
Dgles31-test-issues.txt23 dEQP-GLES31.functional.shaders.builtin_functions.precision.atanh.highp_*
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/src/
Dgles3-test-issues.txt12 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/
Dgles3-test-issues.txt12 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_*
Dgles31-test-issues.txt23 dEQP-GLES31.functional.shaders.builtin_functions.precision.atanh.highp_*
/external/python/cpython2/Modules/
D_math.h24 #define m_atanh atanh
/external/python/cpython3/Modules/
D_math.h20 # define m_atanh atanh
/external/libcxx/test/std/numerics/complex.number/complex.transcendentals/
Datanh.pass.cpp25 assert(atanh(c) == x); in test()
41 std::complex<double> r = atanh(testcases[i]); in test_edges()
Datan.pass.cpp42 std::complex<double> t2 = atanh(t1); in test_edges()
/external/v8/src/base/
Dieee754.h42 V8_BASE_EXPORT double atanh(double x);
/external/deqp-deps/glslang/Test/
D130.vert43 atanh(c3D);
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp68 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/
Dlibcalls-shrinkwrap-double.ll125 %call_06 = call double @atanh(double %value)
131 ; CHECK-NEXT: %call_06 = call double @atanh(double %value)
184 declare double @atanh(double)

1234567