opndp2 489 arch/parisc/math-emu/dbl_float.h #define Dbl_denormalize(opndp1,opndp2,exponent,guard,sticky,inexact) \ opndp2 493 arch/parisc/math-emu/dbl_float.h guard = (Dallp2(opndp2) >> -exponent) & 1; \ opndp2 494 arch/parisc/math-emu/dbl_float.h if (exponent < 0) sticky |= Dallp2(opndp2) << (32+exponent); \ opndp2 496 arch/parisc/math-emu/dbl_float.h Variable_shift_double(opndp1,opndp2,1-exponent,opndp2); \ opndp2 500 arch/parisc/math-emu/dbl_float.h Dallp2(opndp2) = Dallp1(opndp1); \ opndp2 506 arch/parisc/math-emu/dbl_float.h if (exponent == -32) sticky |= Dallp2(opndp2); \ opndp2 507 arch/parisc/math-emu/dbl_float.h else sticky |= (Dallp2(opndp2) | Dallp1(opndp1) << 64+exponent); \ opndp2 508 arch/parisc/math-emu/dbl_float.h Dallp2(opndp2) = Dallp1(opndp1) >> -31-exponent; \ opndp2 515 arch/parisc/math-emu/dbl_float.h sticky |= (Dallp1(opndp1) | Dallp2(opndp2)); \ opndp2 516 arch/parisc/math-emu/dbl_float.h Dbl_setzero(opndp1,opndp2); \ opndp2 762 arch/parisc/math-emu/dbl_float.h #define Dblext_denormalize(opndp1,opndp2,opndp3,opndp4,exponent,is_tiny) \ opndp2 769 arch/parisc/math-emu/dbl_float.h Dbl_increment(opndp1,opndp2); \ opndp2 772 arch/parisc/math-emu/dbl_float.h Dbl_decrement(opndp1,opndp2); \ opndp2 777 arch/parisc/math-emu/dbl_float.h Dbl_increment(opndp1,opndp2); \ opndp2 780 arch/parisc/math-emu/dbl_float.h Dbl_decrement(opndp1,opndp2); \ opndp2 785 arch/parisc/math-emu/dbl_float.h (Dblext_isone_lowp2(opndp2) || \ opndp2 787 arch/parisc/math-emu/dbl_float.h Dbl_increment(opndp1,opndp2); \ opndp2 790 arch/parisc/math-emu/dbl_float.h Dbl_decrement(opndp1,opndp2); \ opndp2 801 arch/parisc/math-emu/dbl_float.h Variableshiftdouble(opndp2,opndp3,shiftamt,opndp3); \ opndp2 802 arch/parisc/math-emu/dbl_float.h Variableshiftdouble(opndp1,opndp2,shiftamt,opndp2); \ opndp2 807 arch/parisc/math-emu/dbl_float.h Variableshiftdouble(opndp2,opndp3,shiftamt,opndp4); \ opndp2 808 arch/parisc/math-emu/dbl_float.h Variableshiftdouble(opndp1,opndp2,shiftamt,opndp3); \ opndp2 809 arch/parisc/math-emu/dbl_float.h Dextallp2(opndp2) = Dextallp1(opndp1) >> shiftamt; \ opndp2 812 arch/parisc/math-emu/dbl_float.h case 2: sticky = (Dextallp2(opndp2) << 32-(shiftamt)) | \ opndp2 814 arch/parisc/math-emu/dbl_float.h Variableshiftdouble(opndp1,opndp2,shiftamt,opndp4); \ opndp2 816 arch/parisc/math-emu/dbl_float.h Dextallp1(opndp1) = Dextallp2(opndp2) = 0; \ opndp2 819 arch/parisc/math-emu/dbl_float.h Dextallp2(opndp2) | Dextallp3(opndp3) | \ opndp2 822 arch/parisc/math-emu/dbl_float.h Dextallp1(opndp1) = Dextallp2(opndp2) = 0; \ opndp2 828 arch/parisc/math-emu/dbl_float.h sticky = Dextallp1(opndp1) | Dextallp2(opndp2) | \ opndp2 830 arch/parisc/math-emu/dbl_float.h Dblext_setzero(opndp1,opndp2,opndp3,opndp4); \ opndp2 87 arch/parisc/math-emu/denormal.c unsigned int opndp1, opndp2; opndp2 92 arch/parisc/math-emu/denormal.c opndp2 = *dbl_opndp2; opndp2 96 arch/parisc/math-emu/denormal.c Dbl_denormalize(opndp1,opndp2,exponent,guardbit,stickybit,inexact); opndp2 101 arch/parisc/math-emu/denormal.c Dbl_increment(opndp1,opndp2); opndp2 106 arch/parisc/math-emu/denormal.c Dbl_increment(opndp1,opndp2); opndp2 111 arch/parisc/math-emu/denormal.c Dbl_isone_lowmantissap2(opndp2))) { opndp2 112 arch/parisc/math-emu/denormal.c Dbl_increment(opndp1,opndp2); opndp2 119 arch/parisc/math-emu/denormal.c *dbl_opndp2 = opndp2; opndp2 421 arch/parisc/math-emu/sgl_float.h #define Sglext_denormalize(opndp1,opndp2,exponent,is_tiny) \ opndp2 424 arch/parisc/math-emu/sgl_float.h if (exponent == 0 && Sextallp2(opndp2)) { \ opndp2 438 arch/parisc/math-emu/sgl_float.h if (Sglext_isone_highp2(opndp2) && \ opndp2 440 arch/parisc/math-emu/sgl_float.h Sglext_isnotzero_low31p2(opndp2))) \ opndp2 450 arch/parisc/math-emu/sgl_float.h sticky = Sextallp2(opndp2) << 31+exponent; \ opndp2 451 arch/parisc/math-emu/sgl_float.h Variable_shift_double(opndp1,opndp2,1-exponent,opndp2); \ opndp2 455 arch/parisc/math-emu/sgl_float.h sticky = Sextallp2(opndp2); \ opndp2 456 arch/parisc/math-emu/sgl_float.h Sextallp2(opndp2) = Sextallp1(opndp1); \ opndp2 462 arch/parisc/math-emu/sgl_float.h Sextallp2(opndp2); \ opndp2 463 arch/parisc/math-emu/sgl_float.h Sextallp2(opndp2) = Sextallp1(opndp1) >> -31-exponent; \ opndp2 468 arch/parisc/math-emu/sgl_float.h sticky = Sextallp1(opndp1) | Sextallp2(opndp2); \ opndp2 469 arch/parisc/math-emu/sgl_float.h Sglext_setzero(opndp1,opndp2); \ opndp2 471 arch/parisc/math-emu/sgl_float.h if (sticky) Sglext_setone_lowmantissap2(opndp2); \