HomeSort by relevance Sort by last modified time
    Searched refs:erfc (Results 26 - 50 of 171) sorted by null

12 3 4 5 6 7

  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_math_forward_declares.h 69 __DEVICE__ double erfc(double);
70 __DEVICE__ float erfc(float);
215 using ::erfc;
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h 69 __DEVICE__ double erfc(double);
70 __DEVICE__ float erfc(float);
215 using ::erfc;
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_math_forward_declares.h 69 __DEVICE__ double erfc(double);
70 __DEVICE__ float erfc(float);
215 using ::erfc;
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_math_forward_declares.h 69 __DEVICE__ double erfc(double);
70 __DEVICE__ float erfc(float);
215 using ::erfc;
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_math_forward_declares.h 69 __DEVICE__ double erfc(double);
70 __DEVICE__ float erfc(float);
215 using ::erfc;
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_math_forward_declares.h 69 __DEVICE__ double erfc(double);
70 __DEVICE__ float erfc(float);
215 using ::erfc;
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_math_forward_declares.h 69 __DEVICE__ double erfc(double);
70 __DEVICE__ float erfc(float);
215 using ::erfc;
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_math_forward_declares.h 69 __DEVICE__ double erfc(double);
70 __DEVICE__ float erfc(float);
215 using ::erfc;
  /prebuilts/sdk/renderscript/clang-include/
__clang_cuda_math_forward_declares.h 69 __DEVICE__ double erfc(double);
70 __DEVICE__ float erfc(float);
201 using ::erfc;
  /prebuilts/go/darwin-x86/src/math/
stubs_arm64.s 36 TEXT ·Erfc(SB),NOSPLIT,$0
37 B ·erfc(SB)
stubs_ppc64x.s 39 TEXT ·Erfc(SB),NOSPLIT,$0
40 BR ·erfc(SB)
stubs_mips64x.s 39 TEXT ·Erfc(SB),NOSPLIT,$0
40 JMP ·erfc(SB)
stubs_mipsx.s 39 TEXT ·Erfc(SB),NOSPLIT,$0
40 JMP ·erfc(SB)
  /prebuilts/go/linux-x86/src/math/
stubs_arm64.s 36 TEXT ·Erfc(SB),NOSPLIT,$0
37 B ·erfc(SB)
stubs_ppc64x.s 39 TEXT ·Erfc(SB),NOSPLIT,$0
40 BR ·erfc(SB)
stubs_mips64x.s 39 TEXT ·Erfc(SB),NOSPLIT,$0
40 JMP ·erfc(SB)
stubs_mipsx.s 39 TEXT ·Erfc(SB),NOSPLIT,$0
40 JMP ·erfc(SB)
  /external/eigen/unsupported/Eigen/src/SpecialFunctions/
SpecialFunctionsFunctors.h 212 * \sa class CwiseUnaryOp, Cwise::erfc()
217 using numext::erfc; return erfc(a);
  /external/tensorflow/tensorflow/contrib/labeled_tensor/
__init__.py 73 erfc = _core.erfc variable
  /bionic/tests/headers/posix/
tgmath_h.c 79 TGMATH(erfc);
  /libcore/ojluni/src/main/native/
fdlibm.h 145 extern double erfc __P((double));
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_erf.c 17 * double erfc(double x)
24 * erfc(x) = 1-erf(x)
27 * erfc(-x) = 2 - erfc(x)
32 * erfc(x) = 1 - erf(x) if x in [-.84375,0.25]
52 * erfc(x) = (1-c) - P1(s)/Q1(s) if x > 0
66 * erfc(x) = (1/x)*exp(-x*x-0.5625+R1/S1)
67 * erf(x) = 1 - erfc(x)
73 * erfc(x) = (1/x)*exp(-x*x-0.5625+R2/S2) if x > 0
76 * erf(x) = sign(x)*(1.0 - erfc(x)) if x < 6, els
250 erfc(double x) function
    [all...]
  /external/tensorflow/tensorflow/python/ops/distributions/
special_math.py 68 = 0.5 erfc(x / sqrt(2))
100 2. - math_ops.erfc(z),
101 math_ops.erfc(z)))
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 140 #define erfc(x) __TGMATH_REAL(x, erfc) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 140 #define erfc(x) __TGMATH_REAL(x, erfc) macro

Completed in 1552 milliseconds

12 3 4 5 6 7