Searched refs:suint_value (Results 1 – 1 of 1) sorted by relevance
309 #define Sgl_roundnearest_from_suint(suint_value,sgl_value) \ argument310 if (suint_value & 1<<(SGL_EXP_LENGTH - 1)) /* round bit */ \311 if ((suint_value << 33 - SGL_EXP_LENGTH) || Slow(sgl_value)) \
Completed in 4 milliseconds