HomeSort by relevance Sort by last modified time
    Searched defs:sinh (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
w_sinh.c 19 * wrapper sinh(x)
26 sinh(double x) /* wrapper sinh */ function
35 return __kernel_standard(x,x,25); /* sinh overflow */
  /bionic/libm/x86/
e_sinh.S 36 // sinh(x)=(exp(x)-exp(-x))/2
55 // For |x| in [1/8, 3*2^7), sinh(x) is formed as
69 // sinh(NaN) = quiet NaN, and raise invalid exception
70 // sinh(+/-INF) = +/-INF
71 // sinh(x) = x for subnormals
72 // for finite argument, only sinh(0)=0 is exact
74 // sinh(x) overflows for x >
95 # -- Begin sinh
96 ENTRY(sinh) function
323 END(sinh)
    [all...]
  /prebuilts/go/darwin-x86/src/math/
sinh.go 19 // Sinh returns the hyperbolic sine of x.
22 // Sinh(±0) = ±0
23 // Sinh(±Inf) = ±Inf
24 // Sinh(NaN) = NaN
25 func Sinh(x float64) float64
27 func sinh(x float64) float64 { func
  /prebuilts/go/linux-x86/src/math/
sinh.go 19 // Sinh returns the hyperbolic sine of x.
22 // Sinh(±0) = ±0
23 // Sinh(±Inf) = ±Inf
24 // Sinh(NaN) = NaN
25 func Sinh(x float64) float64
27 func sinh(x float64) float64 { func
  /bionic/libm/x86_64/
e_sinh.S 36 // sinh(x)=(exp(x)-exp(-x))/2
55 // For |x| in [1/8, 3*2^7), sinh(x) is formed as
69 // sinh(NaN) = quiet NaN, and raise invalid exception
70 // sinh(+/-INF) = +/-INF
71 // sinh(x) = x for subnormals
72 // for finite argument, only sinh(0)=0 is exact
74 // sinh(x) overflows for x >
80 # -- Begin sinh
81 ENTRY(sinh) function
303 END(sinh)
    [all...]
  /external/clang/lib/Headers/
__clang_cuda_cmath.h 141 __DEVICE__ float sinh(float __x) { return ::sinhf(__x); } function
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 141 __DEVICE__ float sinh(float __x) { return ::sinhf(__x); } function
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 141 __DEVICE__ float sinh(float __x) { return ::sinhf(__x); } function
  /prebuilts/sdk/renderscript/clang-include/
__clang_cuda_cmath.h 141 __DEVICE__ float sinh(float __x) { return ::sinhf(__x); } function
  /libcore/ojluni/src/main/java/java/lang/
StrictMath.java 56 * {@code sinh}, {@code cosh}, {@code tanh},
1236 public static native double sinh(double x); method in class:StrictMath
    [all...]
  /libcore/ojluni/src/main/native/
jfdlibm.h 56 #define sinh jsinh macro
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 146 __DEVICE__ float sinh(float __x) { return ::sinhf(__x); } function
253 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, sinh)
392 using ::sinh;
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_cmath.h 155 __DEVICE__ float sinh(float __x) { return ::sinhf(__x); } function
262 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, sinh)
401 using ::sinh;
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_cmath.h 155 __DEVICE__ float sinh(float __x) { return ::sinhf(__x); } function
262 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, sinh)
401 using ::sinh;
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_cmath.h 155 __DEVICE__ float sinh(float __x) { return ::sinhf(__x); } function
262 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, sinh)
401 using ::sinh;
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 155 __DEVICE__ float sinh(float __x) { return ::sinhf(__x); } function
262 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, sinh)
401 using ::sinh;
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 155 __DEVICE__ float sinh(float __x) { return ::sinhf(__x); } function
262 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, sinh)
401 using ::sinh;
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 155 __DEVICE__ float sinh(float __x) { return ::sinhf(__x); } function
262 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, sinh)
401 using ::sinh;
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_cmath.h 155 __DEVICE__ float sinh(float __x) { return ::sinhf(__x); } function
262 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, sinh)
401 using ::sinh;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 146 __DEVICE__ float sinh(float __x) { return ::sinhf(__x); } function
253 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, sinh)
392 using ::sinh;
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_cmath.h 155 __DEVICE__ float sinh(float __x) { return ::sinhf(__x); } function
262 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, sinh)
401 using ::sinh;
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_cmath.h 155 __DEVICE__ float sinh(float __x) { return ::sinhf(__x); } function
262 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, sinh)
401 using ::sinh;
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_cmath.h 155 __DEVICE__ float sinh(float __x) { return ::sinhf(__x); } function
262 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, sinh)
401 using ::sinh;
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 155 __DEVICE__ float sinh(float __x) { return ::sinhf(__x); } function
262 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, sinh)
401 using ::sinh;
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 155 __DEVICE__ float sinh(float __x) { return ::sinhf(__x); } function
262 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, sinh)
401 using ::sinh;

Completed in 642 milliseconds

1 2 3 4 5