Searched defs:erfc (Results 1 – 15 of 15) sorted by relevance
84 public static double erfc(double x) throws MathException { in erfc() method in Erf
30 template<> EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::half erfc(const Eigen::half& a) { in erfc() function
559 erfc() const in erfc() function
271 pub fn erfc(x: f64) -> f64 { in erfc() function
1139 inline _LIBCPP_INLINE_VISIBILITY float erfc(float __lcpp_x) _NOEXCEPT {return ::erfcf(_… in erfc() function1140 inline _LIBCPP_INLINE_VISIBILITY long double erfc(long double __lcpp_x) _NOEXCEPT {return ::erfcl(_… in erfc() function1145 erfc(_A1 __lcpp_x) _NOEXCEPT {return ::erfc((double)__lcpp_x);} in erfc() function
1143 inline _LIBCPP_INLINE_VISIBILITY float erfc(float __lcpp_x) _NOEXCEPT {return ::erfcf(_… in erfc() function1144 inline _LIBCPP_INLINE_VISIBILITY long double erfc(long double __lcpp_x) _NOEXCEPT {return ::erfcl(_… in erfc() function1149 erfc(_A1 __lcpp_x) _NOEXCEPT {return ::erfc((double)__lcpp_x);} in erfc() function
86 erfc = _unary_op(math_ops.erfc) variable
172 erfc() const { in erfc() function
72 Ambiguous erfc(Ambiguous){ return Ambiguous(); } in erfc() function
73 Ambiguous erfc(Ambiguous){ return Ambiguous(); } in erfc() function
74 Ambiguous erfc(Ambiguous){ return Ambiguous(); } in erfc() function
95 __DEVICE__ double erfc(double __a) { return __nv_erfc(__a); } in erfc() function
653 #define erfc(__x) __tg_erfc(__tg_promote1((__x))(__x)) macro
660 #define erfc(__x) __tg_erfc(__tg_promote1((__x))(__x)) macro