dint_opndB 68 arch/parisc/math-emu/cnv_float.h #define Dbl_roundnearest_from_dint(dint_opndB,dbl_opndA,dbl_opndB) \ dint_opndB 69 arch/parisc/math-emu/cnv_float.h if (Dintp2(dint_opndB) & 1<<(DBL_EXP_LENGTH - 2)) \ dint_opndB 70 arch/parisc/math-emu/cnv_float.h if ((Dintp2(dint_opndB) << 34 - DBL_EXP_LENGTH) || Dlowp2(dbl_opndB)) \