Searched defs:erf (Results 1 – 15 of 15) sorted by relevance
54 public static double erf(double x) throws MathException { in erf() method in Erf
27 template<> EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::half erf(const Eigen::half& a) { in erf() function
528 erf() const in erf() function
72 erf = _core.erf variable
100 # define erf(x) NTErf(x) macro
1133 inline _LIBCPP_INLINE_VISIBILITY float erf(float __lcpp_x) _NOEXCEPT {return ::erff(__l… in erf() function1134 inline _LIBCPP_INLINE_VISIBILITY long double erf(long double __lcpp_x) _NOEXCEPT {return ::erfl(__l… in erf() function1139 erf(_A1 __lcpp_x) _NOEXCEPT {return ::erf((double)__lcpp_x);} in erf() function
82 erf = _unary_op(math_ops.erf) variable
306 dag_erf_ext_header_count(uint8_t * erf, size_t len) in dag_erf_ext_header_count()
191 ERF erf; in fcicreate() local
187 ERF erf; in fcicreate() local
166 erf() const { in erf() function
71 Ambiguous erf(Ambiguous){ return Ambiguous(); } in erf() function
73 Ambiguous erf(Ambiguous){ return Ambiguous(); } in erf() function
1121 erf = define_unary_op('erf', math_ops.erf) variable
643 #define erf(__x) __tg_erf(__tg_promote1((__x))(__x)) macro