Dintp2 58 arch/parisc/math-emu/cnv_float.h (((Dintp1(dint_valueA) << 33 - SGL_EXP_LENGTH) != 0) || Dintp2(dint_valueB)) Dintp2 63 arch/parisc/math-emu/cnv_float.h Dintp2(dint_valueB) || Slow(sgl_value)) Sall(sgl_value)++ Dintp2 66 arch/parisc/math-emu/cnv_float.h (Dintp2(dint_value) << 33 - DBL_EXP_LENGTH) Dintp2 69 arch/parisc/math-emu/cnv_float.h if (Dintp2(dint_opndB) & 1<<(DBL_EXP_LENGTH - 2)) \ Dintp2 70 arch/parisc/math-emu/cnv_float.h if ((Dintp2(dint_opndB) << 34 - DBL_EXP_LENGTH) || Dlowp2(dbl_opndB)) \ Dintp2 220 arch/parisc/math-emu/cnv_float.h Dintp2(dresultB) = (unsigned)Sall(sgl_value) >> (31 - exponent); \ Dintp2 224 arch/parisc/math-emu/cnv_float.h Dintp2(dresultB) = Sall(sgl_value) << (exponent - 31); \ Dintp2 232 arch/parisc/math-emu/cnv_float.h Dintp2(destB) = Dallp1(dbl_valueA) >> 20-exponent; \ Dintp2 234 arch/parisc/math-emu/cnv_float.h 52-exponent,Dintp2(destB)); \ Dintp2 239 arch/parisc/math-emu/cnv_float.h if (exponent == 52) Dintp2(destB) = Dallp2(dbl_valueB); \ Dintp2 241 arch/parisc/math-emu/cnv_float.h 52-exponent,Dintp2(destB)); \ Dintp2 246 arch/parisc/math-emu/cnv_float.h Dintp2(destB) = Dallp2(dbl_valueB) << exponent-52; \ Dintp2 252 arch/parisc/math-emu/cnv_float.h Dintp2(dresultB) = 0 Dintp2 256 arch/parisc/math-emu/cnv_float.h if ((Dintp2(dresultB) = -Dintp2(dresultB)) == 0) Dintp1(dresultA)++ Dintp2 260 arch/parisc/math-emu/cnv_float.h Dintp2(dresultB) = 0 Dintp2 262 arch/parisc/math-emu/cnv_float.h #define Dint_isone_lowp2(dresultB) (Dintp2(dresultB) & 01) Dintp2 265 arch/parisc/math-emu/cnv_float.h if ((++Dintp2(dresultB))==0) Dintp1(dresultA)++ Dintp2 268 arch/parisc/math-emu/cnv_float.h if ((Dintp2(dresultB)--)==0) Dintp1(dresultA)-- Dintp2 272 arch/parisc/math-emu/cnv_float.h if ((Dintp2(dresultB) = -Dintp2(dresultB))==0) Dintp1(dresultA)++ Dintp2 276 arch/parisc/math-emu/cnv_float.h Dintp2(destB) = src->wd1 Dintp2 279 arch/parisc/math-emu/cnv_float.h dest->wd1 = Dintp2(srcB) Dintp2 340 arch/parisc/math-emu/cnv_float.h Dintp2(dresultB) = val >> (31 - exponent); \ Dintp2 344 arch/parisc/math-emu/cnv_float.h Dintp2(dresultB) = exponent <= 62 ? val << (exponent - 31) : 0; \