Home
last modified time | relevance | path

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

/arch/parisc/math-emu/
Dcnv_float.h327 #define Duint_isinexact_to_sgl(duint_valueA,duint_valueB) \ argument
328 ((Duintp1(duint_valueA) << 32 - SGL_EXP_LENGTH) || Duintp2(duint_valueB))
330 #define Sgl_roundnearest_from_duint(duint_valueA,duint_valueB,sgl_value) \ argument
331 if (Duintp1(duint_valueA) & 1<<(SGL_EXP_LENGTH - 1)) \
332 if ((Duintp1(duint_valueA) << 33 - SGL_EXP_LENGTH) || \