dbl_opndA          68 arch/parisc/math-emu/cnv_float.h #define Dbl_roundnearest_from_dint(dint_opndB,dbl_opndA,dbl_opndB) 	\
dbl_opndA          71 arch/parisc/math-emu/cnv_float.h           if ((++Dallp2(dbl_opndB))==0) Dallp1(dbl_opndA)++
dbl_opndA         325 arch/parisc/math-emu/cnv_float.h #define Dbl_roundnearest_from_duint(duint_opndB,dbl_opndA,dbl_opndB) 	\
dbl_opndA         328 arch/parisc/math-emu/cnv_float.h           if ((++Dallp2(dbl_opndB))==0) Dallp1(dbl_opndA)++
dbl_opndA         429 arch/parisc/math-emu/dbl_float.h #define Dbl_normalize(dbl_opndA,dbl_opndB,exponent)			\
dbl_opndA         430 arch/parisc/math-emu/dbl_float.h 	while(Dbl_iszero_hiddenhigh7mantissa(dbl_opndA)) {		\
dbl_opndA         431 arch/parisc/math-emu/dbl_float.h 		Dbl_leftshiftby8(dbl_opndA,dbl_opndB);			\
dbl_opndA         434 arch/parisc/math-emu/dbl_float.h 	if(Dbl_iszero_hiddenhigh3mantissa(dbl_opndA)) {			\
dbl_opndA         435 arch/parisc/math-emu/dbl_float.h 		Dbl_leftshiftby4(dbl_opndA,dbl_opndB);			\
dbl_opndA         438 arch/parisc/math-emu/dbl_float.h 	while(Dbl_iszero_hidden(dbl_opndA)) {				\
dbl_opndA         439 arch/parisc/math-emu/dbl_float.h 		Dbl_leftshiftby1(dbl_opndA,dbl_opndB);			\