Home
last modified time | relevance | path

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

/arch/parisc/math-emu/
Dcnv_float.h322 #define Sgl_roundnearest_from_suint(suint_value,sgl_value) \ argument
323 if (suint_value & 1<<(SGL_EXP_LENGTH - 1)) /* round bit */ \
324 if ((suint_value << 33 - SGL_EXP_LENGTH) || Slow(sgl_value)) \