Searched refs:rtl_math_erfc (Results 1 – 4 of 4) sorted by relevance
450 double SAL_CALL rtl_math_erfc(double fValue) SAL_THROW_EXTERN_C();
228 return rtl_math_erfc(fValue); in erfc()
1169 fErf = 1.0 - rtl_math_erfc( x ); in rtl_math_erf()1188 double SAL_CALL rtl_math_erfc( double x ) SAL_THROW_EXTERN_C() in rtl_math_erfc() function
615 rtl_math_erfc;
Completed in 38 milliseconds