Searched refs:xShort (Results 1 – 1 of 1) sorted by relevance
253 sal_uInt16 xShort = (sal_uInt16)::rtl::math::approxFloor(xAbs); in gauss() local255 if (xShort == 0) in gauss()257 else if ((xShort >= 1) && (xShort <= 2)) in gauss()259 else if ((xShort >= 3) && (xShort <= 4)) in gauss()
Completed in 39 milliseconds