Home
last modified time | relevance | path

Searched refs:rtl_math_erf (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sal/inc/rtl/
H A Dmath.h456 double SAL_CALL rtl_math_erf(double fValue) SAL_THROW_EXTERN_C();
H A Dmath.hxx228 return rtl_math_erf(fValue); in erf()
/trunk/main/sal/rtl/source/
H A Dmath.cxx1164 double SAL_CALL rtl_math_erf( double x ) SAL_THROW_EXTERN_C() in rtl_math_erf() function
1222 fErfc = 1.0 - rtl_math_erf( x ); in rtl_math_erfc()
/trunk/main/sal/util/
H A Dsal.map614 rtl_math_erf;

Completed in 25 milliseconds