Searched refs:dbl_opndB (Results 1 – 2 of 2) sorted by relevance
68 #define Dbl_roundnearest_from_dint(dint_opndB,dbl_opndA,dbl_opndB) \ argument70 if ((Dintp2(dint_opndB) << 34 - DBL_EXP_LENGTH) || Dlowp2(dbl_opndB)) \71 if ((++Dallp2(dbl_opndB))==0) Dallp1(dbl_opndA)++325 #define Dbl_roundnearest_from_duint(duint_opndB,dbl_opndA,dbl_opndB) \ argument327 if ((Duintp2(duint_opndB) << 33 - DBL_EXP_LENGTH) || Dlowp2(dbl_opndB)) \328 if ((++Dallp2(dbl_opndB))==0) Dallp1(dbl_opndA)++
429 #define Dbl_normalize(dbl_opndA,dbl_opndB,exponent) \ argument431 Dbl_leftshiftby8(dbl_opndA,dbl_opndB); \435 Dbl_leftshiftby4(dbl_opndA,dbl_opndB); \439 Dbl_leftshiftby1(dbl_opndA,dbl_opndB); \
Completed in 7 milliseconds