Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/math-emu/
H A Dcnv_float.h314 #define Duint_isinexact_to_sgl(duint_valueA,duint_valueB) \ argument
315 ((Duintp1(duint_valueA) << 32 - SGL_EXP_LENGTH) || Duintp2(duint_valueB))
317 #define Sgl_roundnearest_from_duint(duint_valueA,duint_valueB,sgl_value) \ argument
318 if (Duintp1(duint_valueA) & 1<<(SGL_EXP_LENGTH - 1)) \
319 if ((Duintp1(duint_valueA) << 33 - SGL_EXP_LENGTH) || \