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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/math/
expm1_amd64.s 7 TEXT ·Expm1(SB),NOSPLIT,$0
8 JMP ·expm1(SB)
expm1_arm.s 7 TEXT ·Expm1(SB),NOSPLIT,$0
8 B ·expm1(SB)
expm1.go 21 // expm1(x)
33 // 2. Approximating expm1(r) by a special rational function on
59 // expm1(r) = exp(r)-1 is then computed by the following
63 // expm1(r) = r + --- + --- * [--------------------]
67 // expm1(r+c) = expm1(r) + c + expm1(r)*c
68 // ~ expm1(r) + c + r*c
70 // expm1(r+c). Now rearrange the term to avoid optimization
74 // expm1(r+c)~r - ({r*(--- * [--------------------]-c)-c} - ---
126 func expm1(x float64) float64 { func
    [all...]
stubs_arm64.s 27 TEXT ·Expm1(SB),NOSPLIT,$0
28 B ·expm1(SB)
  /prebuilts/go/linux-x86/src/math/
expm1_amd64.s 7 TEXT ·Expm1(SB),NOSPLIT,$0
8 JMP ·expm1(SB)
expm1_arm.s 7 TEXT ·Expm1(SB),NOSPLIT,$0
8 B ·expm1(SB)
expm1.go 21 // expm1(x)
33 // 2. Approximating expm1(r) by a special rational function on
59 // expm1(r) = exp(r)-1 is then computed by the following
63 // expm1(r) = r + --- + --- * [--------------------]
67 // expm1(r+c) = expm1(r) + c + expm1(r)*c
68 // ~ expm1(r) + c + r*c
70 // expm1(r+c). Now rearrange the term to avoid optimization
74 // expm1(r+c)~r - ({r*(--- * [--------------------]-c)-c} - ---
126 func expm1(x float64) float64 { func
    [all...]
stubs_arm64.s 27 TEXT ·Expm1(SB),NOSPLIT,$0
28 B ·expm1(SB)
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestExpm1.rs 24 return expm1(inV);
28 return expm1(inV);
32 return expm1(inV);
36 return expm1(inV);
40 return expm1(inV);
44 return expm1(inV);
48 return expm1(inV);
52 return expm1(inV);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_math.h 32 #define m_expm1 expm1
34 /* if the system doesn't have expm1, use the substitute
  /external/python/cpython2/Modules/
_math.h 32 #define m_expm1 expm1
34 /* if the system doesn't have expm1, use the substitute
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_tanh.c 28 * 2**-28 <= x < 1 : tanh(x) := -----; t = expm1(-2x)
31 * 1 <= x < 22 : tanh(x) := 1 - -----; t = expm1(2x)
69 t = expm1(two*fabs(x));
72 t = expm1(-two*fabs(x));
e_cosh.c 58 /* |x| in [0,0.5*ln2], return 1+expm1(|x|)^2/(2*exp(|x|)) */
60 t = expm1(fabs(x));
e_sinh.c 23 * 0 <= x <= 22 : sinh(x) := --------------, E=expm1(x)
61 t = expm1(fabs(x));
s_expm1.c 16 /* expm1(x)
28 * 2. Approximating expm1(r) by a special rational function on
54 * expm1(r) = exp(r)-1 is then computed by the following
58 * expm1(r) = r + --- + --- * [--------------------]
62 * expm1(r+c) = expm1(r) + c + expm1(r)*c
63 * ~ expm1(r) + c + r*c
65 * expm1(r+c). Now rearrange the term to avoid optimization
69 * expm1(r+c)~r - ({r*(--- * [--------------------]-c)-c} - ---
133 expm1(double x) function
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
s_tanh.c 30 * 2**-55 < x <= 1 : tanh(x) := -----; t = expm1(-2x)
33 * 1 <= x <= 22.0 : tanh(x) := 1- ----- ; t=expm1(2x)
68 t = expm1(two*fabs(x));
71 t = expm1(-two*fabs(x));
e_cosh.c 63 /* |x| in [0,0.5*ln2], return 1+expm1(|x|)^2/(2*exp(|x|)) */
65 t = expm1(fabs(x));
e_sinh.c 27 * 0 <= x <= 22 : sinh(x) := --------------, E=expm1(x)
61 t = expm1(fabs(x));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_math.h 32 #define m_expm1 expm1
34 /* if the system doesn't have expm1, use the substitute
  /external/v8/src/base/
ieee754.h 61 V8_BASE_EXPORT double expm1(double x);
  /libcore/ojluni/src/main/native/
jfdlibm.h 62 #define expm1 jexpm1 macro
  /external/clang/lib/Headers/
__clang_cuda_math_forward_declares.h 77 __DEVICE__ double expm1(double);
78 __DEVICE__ float expm1(float);
204 using ::expm1;
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 77 __DEVICE__ double expm1(double);
78 __DEVICE__ float expm1(float);
204 using ::expm1;
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 77 __DEVICE__ double expm1(double);
78 __DEVICE__ float expm1(float);
204 using ::expm1;
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_math_forward_declares.h 77 __DEVICE__ double expm1(double);
78 __DEVICE__ float expm1(float);
218 using ::expm1;

Completed in 730 milliseconds

1 2 3 4 5 6 7 8 91011>>