Searched refs:duint_opndB (Results 1 – 1 of 1) sorted by relevance
325 #define Dbl_roundnearest_from_duint(duint_opndB,dbl_opndA,dbl_opndB) \ argument326 if (Duintp2(duint_opndB) & 1<<(DBL_EXP_LENGTH - 1)) \327 if ((Duintp2(duint_opndB) << 33 - DBL_EXP_LENGTH) || Dlowp2(dbl_opndB)) \
Completed in 4 milliseconds