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

1 23 4 5 6 7

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 129 #define erfc(x) __TGMATH_REAL(x, erfc) macro
  /bionic/libc/include/
math.h 211 double erfc(double __x);
213 long double erfcl(long double __x) __RENAME_LDBL(erfc, 3, 21);
  /external/clang/test/CodeGen/
libcall-declarations.c 73 double erfc(double);
276 F(erf), F(erff), F(erfl), F(erfc), F(erfcf),
372 // CHECK-NOERRNO: declare double @erfc(double) [[NUW]]
  /external/eigen/Eigen/src/Core/
GlobalFunctions.h 72 EIGEN_ARRAY_DECLARE_GLOBAL_UNARY(erfc,scalar_erfc_op,complement error function,\sa ArrayBase::erfc)
  /external/eigen/unsupported/test/
special_functions.cpp 47 VERIFY_IS_APPROX(m1.erfc(), erfc(m1));
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 212 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, erfc)
346 using ::erfc;
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_cmath.h 221 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, erfc)
355 using ::erfc;
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_cmath.h 221 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, erfc)
355 using ::erfc;
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_cmath.h 221 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, erfc)
355 using ::erfc;
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 221 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, erfc)
355 using ::erfc;
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 221 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, erfc)
355 using ::erfc;
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 221 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, erfc)
355 using ::erfc;
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_cmath.h 221 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, erfc)
355 using ::erfc;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 212 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, erfc)
346 using ::erfc;
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_cmath.h 221 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, erfc)
355 using ::erfc;
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_cmath.h 221 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, erfc)
355 using ::erfc;
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_cmath.h 221 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, erfc)
355 using ::erfc;
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 221 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, erfc)
355 using ::erfc;
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 221 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, erfc)
355 using ::erfc;
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 221 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, erfc)
355 using ::erfc;
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_cmath.h 221 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, erfc)
355 using ::erfc;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mathcalls.h 252 __MATHCALL (erfc,, (_Mdouble_));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tgmath.h 388 #define erfc(Val) __TGMATH_UNARY_REAL_ONLY (Val, erfc) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mathcalls.h 252 __MATHCALL (erfc,, (_Mdouble_));
  /external/eigen/Eigen/src/plugins/
ArrayCwiseUnaryOps.h 524 * \sa <a href="group__CoeffwiseMathFunctions.html#cwisetable_erf">Math functions</a>, erfc()
542 * or float/double in non c++11 mode, the user has to provide implementations of erfc(T) for any scalar
549 erfc() const function

Completed in 612 milliseconds

1 23 4 5 6 7