HomeSort by relevance Sort by last modified time
    Searched defs:Tanh (Results 1 - 7 of 7) sorted by null

  /prebuilts/go/darwin-x86/src/math/
tanh.go 11 // tanh.c
17 // double x, y, tanh();
19 // y = tanh( x );
30 // tanh(x) = sinh(x)/cosh(x) = 1 - 2/(exp(2x) + 1).
68 // Tanh returns the hyperbolic tangent of x.
71 // Tanh(±0) = ±0
72 // Tanh(±Inf) = ±1
73 // Tanh(NaN) = NaN
74 func Tanh(x float64) float64
76 func tanh(x float64) float64 func
    [all...]
  /prebuilts/go/linux-x86/src/math/
tanh.go 11 // tanh.c
17 // double x, y, tanh();
19 // y = tanh( x );
30 // tanh(x) = sinh(x)/cosh(x) = 1 - 2/(exp(2x) + 1).
68 // Tanh returns the hyperbolic tangent of x.
71 // Tanh(±0) = ±0
72 // Tanh(±Inf) = ±1
73 // Tanh(NaN) = NaN
74 func Tanh(x float64) float64
76 func tanh(x float64) float64 func
    [all...]
  /prebuilts/go/darwin-x86/src/math/cmplx/
tan.go 74 // tanh z = (sinh 2x + i sin 2y) / (cosh 2x + cos 2y) .
82 // Tanh returns the hyperbolic tangent of x.
83 func Tanh(x complex128) complex128 {
  /prebuilts/go/linux-x86/src/math/cmplx/
tan.go 74 // tanh z = (sinh 2x + i sin 2y) / (cosh 2x + cos 2y) .
82 // Tanh returns the hyperbolic tangent of x.
83 func Tanh(x complex128) complex128 {
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
OpenCL.std.h 99 Tanh = 63,
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.0/
OpenCL.std.h 99 Tanh = 63,
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.1/
OpenCL.std.h 99 Tanh = 63,

Completed in 324 milliseconds