dbl_opndB          68 arch/parisc/math-emu/cnv_float.h #define Dbl_roundnearest_from_dint(dint_opndB,dbl_opndA,dbl_opndB) 	\
dbl_opndB          70 arch/parisc/math-emu/cnv_float.h        if ((Dintp2(dint_opndB) << 34 - DBL_EXP_LENGTH) || Dlowp2(dbl_opndB))  \
dbl_opndB          71 arch/parisc/math-emu/cnv_float.h           if ((++Dallp2(dbl_opndB))==0) Dallp1(dbl_opndA)++
dbl_opndB         325 arch/parisc/math-emu/cnv_float.h #define Dbl_roundnearest_from_duint(duint_opndB,dbl_opndA,dbl_opndB) 	\
dbl_opndB         327 arch/parisc/math-emu/cnv_float.h        if ((Duintp2(duint_opndB) << 33 - DBL_EXP_LENGTH) || Dlowp2(dbl_opndB)) \
dbl_opndB         328 arch/parisc/math-emu/cnv_float.h           if ((++Dallp2(dbl_opndB))==0) Dallp1(dbl_opndA)++
dbl_opndB         429 arch/parisc/math-emu/dbl_float.h #define Dbl_normalize(dbl_opndA,dbl_opndB,exponent)			\
dbl_opndB         431 arch/parisc/math-emu/dbl_float.h 		Dbl_leftshiftby8(dbl_opndA,dbl_opndB);			\
dbl_opndB         435 arch/parisc/math-emu/dbl_float.h 		Dbl_leftshiftby4(dbl_opndA,dbl_opndB);			\
dbl_opndB         439 arch/parisc/math-emu/dbl_float.h 		Dbl_leftshiftby1(dbl_opndA,dbl_opndB);			\