destb             235 arch/parisc/math-emu/dbl_float.h #define Dbl_set_mantissa(desta,destb,valuea,valueb)	\
destb             237 arch/parisc/math-emu/dbl_float.h     Dmantissap2(destb) = Dmantissap2(valueb)
destb             240 arch/parisc/math-emu/dbl_float.h #define Dbl_set_mantissap2(destb,valueb)		\
destb             241 arch/parisc/math-emu/dbl_float.h     Dmantissap2(destb) = Dmantissap2(valueb)
destb             243 arch/parisc/math-emu/dbl_float.h #define Dbl_set_exponentmantissa(desta,destb,valuea,valueb)	\
destb             245 arch/parisc/math-emu/dbl_float.h     Dmantissap2(destb) = Dmantissap2(valueb)
destb             249 arch/parisc/math-emu/dbl_float.h #define Dbl_copyfromptr(src,desta,destb) \
destb             251 arch/parisc/math-emu/dbl_float.h     Dallp2(destb) = src->wd1 
destb             420 arch/parisc/math-emu/dbl_float.h #define Dbl_makequietnan(desta,destb)					\
destb             423 arch/parisc/math-emu/dbl_float.h     Dallp2(destb) = 0
destb             424 arch/parisc/math-emu/dbl_float.h #define Dbl_makesignalingnan(desta,destb)				\
destb             427 arch/parisc/math-emu/dbl_float.h     Dallp2(destb) = 0
destb             539 arch/parisc/math-emu/dbl_float.h #define Dblext_copy(srca,srcb,srcc,srcd,desta,destb,destc,destd) \
destb             541 arch/parisc/math-emu/dbl_float.h     Dextallp2(destb) = Dextallp4(srcb);	\
destb             321 arch/parisc/math-emu/sgl_float.h #define Sglext_copy(srca,srcb,desta,destb) \
destb             323 arch/parisc/math-emu/sgl_float.h     Sextallp2(destb) = Sextallp2(srcb)