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

1 2 3 4 5 6 7 8 9

  /external/tensorflow/tensorflow/core/kernels/
cwise_op_gpu_asinh.cu.cc 23 DEFINE_UNARY2(asinh, float, double);
cwise_op_asinh.cc 20 REGISTER4(UnaryOp, CPU, "Asinh", functor::asinh, float, double, complex64,
24 REGISTER2(UnaryOp, SYCL, "Asinh", functor::asinh, float, double);
28 REGISTER2(UnaryOp, GPU, "Asinh", functor::asinh, float, double);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestAsinh.rs 24 return asinh(inV);
28 return asinh(inV);
32 return asinh(inV);
36 return asinh(inV);
40 return asinh(inV);
44 return asinh(inV);
48 return asinh(inV);
52 return asinh(inV);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_math.h 16 #define m_asinh asinh
18 /* if the system doesn't have asinh, use the substitute
  /external/python/cpython2/Modules/
_math.h 16 #define m_asinh asinh
18 /* if the system doesn't have asinh, use the substitute
  /external/python/cpython3/Modules/
_math.h 16 #define m_asinh asinh
18 /* if the system doesn't have asinh, use the substitute
  /prebuilts/go/darwin-x86/src/math/
asinh_stub.s 12 TEXT ·Asinh(SB),NOSPLIT,$0
13 JMP ·asinh(SB)
asinh.go 22 // asinh(x)
25 // asinh(x) = sign(x) * log [ |x| + sqrt(x*x+1) ]
27 // asinh(x) := x if 1+x*x=1,
33 // Asinh returns the inverse hyperbolic sine of x.
36 // Asinh(±0) = ±0
37 // Asinh(±Inf) = ±Inf
38 // Asinh(NaN) = NaN
39 func Asinh(x float64) float64
41 func asinh(x float64) float64 { func
export_s390x_test.go 19 var AsinhNovec = asinh
  /prebuilts/go/linux-x86/src/math/
asinh_stub.s 12 TEXT ·Asinh(SB),NOSPLIT,$0
13 JMP ·asinh(SB)
asinh.go 22 // asinh(x)
25 // asinh(x) = sign(x) * log [ |x| + sqrt(x*x+1) ]
27 // asinh(x) := x if 1+x*x=1,
33 // Asinh returns the inverse hyperbolic sine of x.
36 // Asinh(±0) = ±0
37 // Asinh(±Inf) = ±Inf
38 // Asinh(NaN) = NaN
39 func Asinh(x float64) float64
41 func asinh(x float64) float64 { func
export_s390x_test.go 19 var AsinhNovec = asinh
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_asinh.c 16 /* asinh(x)
19 * asinh(x) = sign(x) * log [ |x| + sqrt(x*x+1) ]
21 * asinh(x) := x if 1+x*x=1,
38 asinh(double x) function
61 __weak_reference(asinh, asinhl);
  /external/fdlibm/
s_asinh.c 14 /* asinh(x)
17 * asinh(x) = sign(x) * log [ |x| + ieee_sqrt(x*x+1) ]
19 * asinh(x) := x if 1+x*x=1,
37 double asinh(double x) function
39 double asinh(x)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_math.h 16 #define m_asinh asinh
18 /* if the system doesn't have asinh, use the substitute
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
sinh_arcsinh.py 141 return math_ops.sinh((math_ops.asinh(x) + self.skewness) * self.tailweight)
144 return math_ops.sinh(math_ops.asinh(y) / self.tailweight - self.skewness)
157 math_ops.asinh(y) / self.tailweight - self.skewness)
174 (math_ops.asinh(x) + self.skewness) * self.tailweight)
  /external/v8/src/base/
ieee754.h 26 V8_BASE_EXPORT double asinh(double x);
  /external/vulkan-validation-layers/libs/glm/detail/
func_trigonometric.hpp 171 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/asinh.xml">GLSL asinh man page</a>
174 GLM_FUNC_DECL genType asinh(genType const & x);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
func_trigonometric.hpp 171 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/asinh.xml">GLSL asinh man page</a>
174 GLM_FUNC_DECL genType asinh(genType const & x);
  /external/clang/lib/Headers/
__clang_cuda_math_forward_declares.h 51 __DEVICE__ double asinh(double);
52 __DEVICE__ float asinh(float);
191 using ::asinh;
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 51 __DEVICE__ double asinh(double);
52 __DEVICE__ float asinh(float);
191 using ::asinh;
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_math_forward_declares.h 51 __DEVICE__ double asinh(double);
52 __DEVICE__ float asinh(float);
205 using ::asinh;
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h 51 __DEVICE__ double asinh(double);
52 __DEVICE__ float asinh(float);
205 using ::asinh;
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_math_forward_declares.h 51 __DEVICE__ double asinh(double);
52 __DEVICE__ float asinh(float);
205 using ::asinh;
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_math_forward_declares.h 51 __DEVICE__ double asinh(double);
52 __DEVICE__ float asinh(float);
205 using ::asinh;

Completed in 648 milliseconds

1 2 3 4 5 6 7 8 9