HomeSort by relevance Sort by last modified time
    Searched refs:atanh (Results 1 - 25 of 219) sorted by null

1 2 3 4 5 6 7 8 9

  /external/tensorflow/tensorflow/core/kernels/
cwise_op_gpu_atanh.cu.cc 23 DEFINE_UNARY2(atanh, float, double);
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);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestAtanh.rs 24 return atanh(inV);
28 return atanh(inV);
32 return atanh(inV);
36 return atanh(inV);
40 return atanh(inV);
44 return atanh(inV);
48 return atanh(inV);
52 return atanh(inV);
  /external/fdlibm/
w_atanh.c 14 * wrapper atanh(x)
21 double atanh(double x) /* wrapper atanh */ function
23 double atanh(x) /* wrapper atanh */
36 return __kernel_standard(x,x,30); /* atanh(|x|>1) */
38 return __kernel_standard(x,x,31); /* atanh(|x|==1) */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_math.h 24 #define m_atanh atanh
26 /* if the system doesn't have atanh, use the substitute
  /external/python/cpython2/Modules/
_math.h 24 #define m_atanh atanh
26 /* if the system doesn't have atanh, use the substitute
  /external/python/cpython3/Modules/
_math.h 24 #define m_atanh atanh
26 /* if the system doesn't have atanh, use the substitute
  /prebuilts/go/darwin-x86/src/math/
asinh_stub.s 15 TEXT ·Atanh(SB),NOSPLIT,$0
16 JMP ·atanh(SB)
atanh.go 24 // 1. Reduce x to positive by atanh(-x) = -atanh(x)
27 // atanh(x) = --- * log(1 + -------) = 0.5 * log1p(2 * --------)
31 // atanh(x) = 0.5*log1p(2x+2x*x/(1-x))
34 // atanh(x) is NaN if |x| > 1 with signal;
35 // atanh(NaN) is that NaN with no signal;
36 // atanh(+-1) is +-INF with signal.
39 // Atanh returns the inverse hyperbolic tangent of x.
42 // Atanh(1) = +Inf
43 // Atanh(±0) = ±
49 func atanh(x float64) float64 { func
    [all...]
export_s390x_test.go 15 var AtanhNovec = atanh
  /prebuilts/go/linux-x86/src/math/
asinh_stub.s 15 TEXT ·Atanh(SB),NOSPLIT,$0
16 JMP ·atanh(SB)
atanh.go 24 // 1. Reduce x to positive by atanh(-x) = -atanh(x)
27 // atanh(x) = --- * log(1 + -------) = 0.5 * log1p(2 * --------)
31 // atanh(x) = 0.5*log1p(2x+2x*x/(1-x))
34 // atanh(x) is NaN if |x| > 1 with signal;
35 // atanh(NaN) is that NaN with no signal;
36 // atanh(+-1) is +-INF with signal.
39 // Atanh returns the inverse hyperbolic tangent of x.
42 // Atanh(1) = +Inf
43 // Atanh(±0) = ±
49 func atanh(x float64) float64 { func
    [all...]
export_s390x_test.go 15 var AtanhNovec = atanh
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_math.h 24 #define m_atanh atanh
26 /* if the system doesn't have atanh, use the substitute
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_atanh.c 20 * 1.Reduced x to positive by atanh(-x) = -atanh(x)
23 * atanh(x) = --- * log(1 + -------) = 0.5 * log1p(2 * --------)
27 * atanh(x) = 0.5*log1p(2x+2x*x/(1-x))
30 * atanh(x) is NaN if |x| > 1 with signal;
31 * atanh(NaN) is that NaN with no signal;
32 * atanh(+-1) is +-INF with signal.
67 __weak_reference(atanh, atanhl);
  /external/v8/src/base/
ieee754.h 42 V8_BASE_EXPORT double atanh(double x);
  /external/libcxx/test/std/numerics/complex.number/complex.transcendentals/
atan.pass.cpp 42 std::complex<double> t2 = atanh(t1);
  /external/vulkan-validation-layers/libs/glm/detail/
func_trigonometric.hpp 191 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/atanh.xml">GLSL atanh man page</a>
194 GLM_FUNC_DECL genType atanh(genType const & x);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/complex.number/complex.transcendentals/
atan.pass.cpp 42 std::complex<double> t2 = atanh(t1);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
func_trigonometric.hpp 191 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/atanh.xml">GLSL atanh man page</a>
194 GLM_FUNC_DECL genType atanh(genType const & x);
  /external/clang/lib/Headers/
__clang_cuda_math_forward_declares.h 57 __DEVICE__ double atanh(double);
58 __DEVICE__ float atanh(float);
194 using ::atanh;
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 57 __DEVICE__ double atanh(double);
58 __DEVICE__ float atanh(float);
194 using ::atanh;
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_math_forward_declares.h 57 __DEVICE__ double atanh(double);
58 __DEVICE__ float atanh(float);
208 using ::atanh;
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h 57 __DEVICE__ double atanh(double);
58 __DEVICE__ float atanh(float);
208 using ::atanh;
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_math_forward_declares.h 57 __DEVICE__ double atanh(double);
58 __DEVICE__ float atanh(float);
208 using ::atanh;

Completed in 590 milliseconds

1 2 3 4 5 6 7 8 9