Searched refs:rtl_math_erf (Results 1 – 4 of 4) sorted by relevance
441 double SAL_CALL rtl_math_erf(double fValue) SAL_THROW_EXTERN_C();
221 return rtl_math_erf(fValue); in erf()
1151 double SAL_CALL rtl_math_erf( double x ) SAL_THROW_EXTERN_C() in rtl_math_erf() function1209 fErfc = 1.0 - rtl_math_erf( x ); in rtl_math_erfc()
614 rtl_math_erf;