Home
last modified time | relevance | path

Searched refs:rtl_math_RoundingMode_HalfEven (Results 1 – 3 of 3) sorted by relevance

/core/include/rtl/
H A Dmath.h136 rtl_math_RoundingMode_HalfEven, enumerator
/core/sal/rtl/
H A Dmath.cxx535 case rtl_math_RoundingMode_HalfEven: in rtl_math_round()
/core/basic/source/runtime/
H A Dmethods1.cxx2313 dRes = rtl_math_round(dVal, numdecimalplaces, rtl_math_RoundingMode_HalfEven); in SbRtl_Round()