Searched refs:duint_valueA (Results 1 – 1 of 1) sorted by relevance
327 #define Duint_isinexact_to_sgl(duint_valueA,duint_valueB) \ argument328 ((Duintp1(duint_valueA) << 32 - SGL_EXP_LENGTH) || Duintp2(duint_valueB))330 #define Sgl_roundnearest_from_duint(duint_valueA,duint_valueB,sgl_value) \ argument331 if (Duintp1(duint_valueA) & 1<<(SGL_EXP_LENGTH - 1)) \332 if ((Duintp1(duint_valueA) << 33 - SGL_EXP_LENGTH) || \