Searched refs:dbl_opndB (Results 1 – 2 of 2) sorted by relevance
81 #define Dbl_roundnearest_from_dint(dint_opndB,dbl_opndA,dbl_opndB) \ argument83 if ((Dintp2(dint_opndB) << 34 - DBL_EXP_LENGTH) || Dlowp2(dbl_opndB)) \84 if ((++Dallp2(dbl_opndB))==0) Dallp1(dbl_opndA)++338 #define Dbl_roundnearest_from_duint(duint_opndB,dbl_opndA,dbl_opndB) \ argument340 if ((Duintp2(duint_opndB) << 33 - DBL_EXP_LENGTH) || Dlowp2(dbl_opndB)) \341 if ((++Dallp2(dbl_opndB))==0) Dallp1(dbl_opndA)++
442 #define Dbl_normalize(dbl_opndA,dbl_opndB,exponent) \ argument444 Dbl_leftshiftby8(dbl_opndA,dbl_opndB); \448 Dbl_leftshiftby4(dbl_opndA,dbl_opndB); \452 Dbl_leftshiftby1(dbl_opndA,dbl_opndB); \