Home
last modified time | relevance | path

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

/AOO41X/main/sal/inc/rtl/
H A Dmath.h441 double SAL_CALL rtl_math_erf(double fValue) SAL_THROW_EXTERN_C();
H A Dmath.hxx221 return rtl_math_erf(fValue); in erf()
/AOO41X/main/sal/rtl/source/
H A Dmath.cxx1151 double SAL_CALL rtl_math_erf( double x ) SAL_THROW_EXTERN_C() in rtl_math_erf() function
1209 fErfc = 1.0 - rtl_math_erf( x ); in rtl_math_erfc()
/AOO41X/main/sal/util/
H A Dsal.map614 rtl_math_erf;