Searched refs:rtl_math_erf (Results 1 – 4 of 4) sorted by relevance
456 double SAL_CALL rtl_math_erf(double fValue) SAL_THROW_EXTERN_C();
228 return rtl_math_erf(fValue); in erf()
1164 double SAL_CALL rtl_math_erf( double x ) SAL_THROW_EXTERN_C() in rtl_math_erf() function1222 fErfc = 1.0 - rtl_math_erf( x ); in rtl_math_erfc()
614 rtl_math_erf;
Completed in 19 milliseconds