Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dinterpr3.cxx251 sal_uInt16 xShort = (sal_uInt16)::rtl::math::approxFloor(xAbs); in gauss() local
253 if (xShort == 0) in gauss()
255 else if ((xShort >= 1) && (xShort <= 2)) in gauss()
257 else if ((xShort >= 3) && (xShort <= 4)) in gauss()