Lines Matching refs:erfc
15 inline float erfc(float a) in erfc() function
23 inline double erfc(double a) in erfc() function
25 return ::erfc(a); in erfc()
31 inline long double erfc(long double a) in erfc() function
57 double erfc(double);
61 inline float erfc(float a) in erfc() function
63 inline long double erfc(long double a) in erfc() function
66 return erfc((double)a); in erfc()
85 inline float erfc(float a) in erfc() function
87 inline double erfc(double a) in erfc() function
89 inline long double erfc(long double a) in erfc() function
98 boost::math::concepts::real_concept erfc(boost::math::concepts::real_concept){ return 0; } in erfc() function