Searched refs:suint_value (Results 1 – 1 of 1) sorted by relevance
322 #define Sgl_roundnearest_from_suint(suint_value,sgl_value) \ argument323 if (suint_value & 1<<(SGL_EXP_LENGTH - 1)) /* round bit */ \324 if ((suint_value << 33 - SGL_EXP_LENGTH) || Slow(sgl_value)) \