Home
last modified time | relevance | path

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

/linux/arch/parisc/math-emu/
A Dcnv_float.h309 #define Sgl_roundnearest_from_suint(suint_value,sgl_value) \ argument
310 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