opndp1 489 arch/parisc/math-emu/dbl_float.h #define Dbl_denormalize(opndp1,opndp2,exponent,guard,sticky,inexact) \ opndp1 490 arch/parisc/math-emu/dbl_float.h Dbl_clear_signexponent_set_hidden(opndp1); \ opndp1 496 arch/parisc/math-emu/dbl_float.h Variable_shift_double(opndp1,opndp2,1-exponent,opndp2); \ opndp1 497 arch/parisc/math-emu/dbl_float.h Dallp1(opndp1) >>= 1-exponent; \ opndp1 500 arch/parisc/math-emu/dbl_float.h Dallp2(opndp2) = Dallp1(opndp1); \ opndp1 501 arch/parisc/math-emu/dbl_float.h Dbl_setzerop1(opndp1); \ opndp1 505 arch/parisc/math-emu/dbl_float.h guard = (Dallp1(opndp1) >> -32-exponent) & 1; \ opndp1 507 arch/parisc/math-emu/dbl_float.h else sticky |= (Dallp2(opndp2) | Dallp1(opndp1) << 64+exponent); \ opndp1 508 arch/parisc/math-emu/dbl_float.h Dallp2(opndp2) = Dallp1(opndp1) >> -31-exponent; \ opndp1 509 arch/parisc/math-emu/dbl_float.h Dbl_setzerop1(opndp1); \ opndp1 515 arch/parisc/math-emu/dbl_float.h sticky |= (Dallp1(opndp1) | Dallp2(opndp2)); \ opndp1 516 arch/parisc/math-emu/dbl_float.h Dbl_setzero(opndp1,opndp2); \ opndp1 762 arch/parisc/math-emu/dbl_float.h #define Dblext_denormalize(opndp1,opndp2,opndp3,opndp4,exponent,is_tiny) \ opndp1 768 arch/parisc/math-emu/dbl_float.h if (Dbl_iszero_sign(opndp1)) { \ opndp1 769 arch/parisc/math-emu/dbl_float.h Dbl_increment(opndp1,opndp2); \ opndp1 770 arch/parisc/math-emu/dbl_float.h if (Dbl_isone_hiddenoverflow(opndp1)) \ opndp1 772 arch/parisc/math-emu/dbl_float.h Dbl_decrement(opndp1,opndp2); \ opndp1 776 arch/parisc/math-emu/dbl_float.h if (Dbl_isone_sign(opndp1)) { \ opndp1 777 arch/parisc/math-emu/dbl_float.h Dbl_increment(opndp1,opndp2); \ opndp1 778 arch/parisc/math-emu/dbl_float.h if (Dbl_isone_hiddenoverflow(opndp1)) \ opndp1 780 arch/parisc/math-emu/dbl_float.h Dbl_decrement(opndp1,opndp2); \ opndp1 787 arch/parisc/math-emu/dbl_float.h Dbl_increment(opndp1,opndp2); \ opndp1 788 arch/parisc/math-emu/dbl_float.h if (Dbl_isone_hiddenoverflow(opndp1)) \ opndp1 790 arch/parisc/math-emu/dbl_float.h Dbl_decrement(opndp1,opndp2); \ opndp1 795 arch/parisc/math-emu/dbl_float.h Dblext_clear_signexponent_set_hidden(opndp1); \ opndp1 802 arch/parisc/math-emu/dbl_float.h Variableshiftdouble(opndp1,opndp2,shiftamt,opndp2); \ opndp1 803 arch/parisc/math-emu/dbl_float.h Dextallp1(opndp1) >>= shiftamt; \ opndp1 808 arch/parisc/math-emu/dbl_float.h Variableshiftdouble(opndp1,opndp2,shiftamt,opndp3); \ opndp1 809 arch/parisc/math-emu/dbl_float.h Dextallp2(opndp2) = Dextallp1(opndp1) >> shiftamt; \ opndp1 810 arch/parisc/math-emu/dbl_float.h Dextallp1(opndp1) = 0; \ opndp1 814 arch/parisc/math-emu/dbl_float.h Variableshiftdouble(opndp1,opndp2,shiftamt,opndp4); \ opndp1 815 arch/parisc/math-emu/dbl_float.h Dextallp3(opndp3) = Dextallp1(opndp1) >> shiftamt; \ opndp1 816 arch/parisc/math-emu/dbl_float.h Dextallp1(opndp1) = Dextallp2(opndp2) = 0; \ opndp1 818 arch/parisc/math-emu/dbl_float.h case 3: sticky = (Dextallp1(opndp1) << 32-(shiftamt)) | \ opndp1 821 arch/parisc/math-emu/dbl_float.h Dextallp4(opndp4) = Dextallp1(opndp1) >> shiftamt; \ opndp1 822 arch/parisc/math-emu/dbl_float.h Dextallp1(opndp1) = Dextallp2(opndp2) = 0; \ opndp1 828 arch/parisc/math-emu/dbl_float.h sticky = Dextallp1(opndp1) | Dextallp2(opndp2) | \ opndp1 830 arch/parisc/math-emu/dbl_float.h Dblext_setzero(opndp1,opndp2,opndp3,opndp4); \ opndp1 87 arch/parisc/math-emu/denormal.c unsigned int opndp1, opndp2; opndp1 91 arch/parisc/math-emu/denormal.c opndp1 = *dbl_opndp1; opndp1 94 arch/parisc/math-emu/denormal.c exponent = Dbl_exponent(opndp1) - DBL_WRAP; opndp1 95 arch/parisc/math-emu/denormal.c sign = Dbl_sign(opndp1); opndp1 96 arch/parisc/math-emu/denormal.c Dbl_denormalize(opndp1,opndp2,exponent,guardbit,stickybit,inexact); opndp1 101 arch/parisc/math-emu/denormal.c Dbl_increment(opndp1,opndp2); opndp1 106 arch/parisc/math-emu/denormal.c Dbl_increment(opndp1,opndp2); opndp1 112 arch/parisc/math-emu/denormal.c Dbl_increment(opndp1,opndp2); opndp1 117 arch/parisc/math-emu/denormal.c Dbl_set_sign(opndp1,sign); opndp1 118 arch/parisc/math-emu/denormal.c *dbl_opndp1 = opndp1; opndp1 421 arch/parisc/math-emu/sgl_float.h #define Sglext_denormalize(opndp1,opndp2,exponent,is_tiny) \ opndp1 427 arch/parisc/math-emu/sgl_float.h if (Sgl_iszero_sign(opndp1)) \ opndp1 428 arch/parisc/math-emu/sgl_float.h if (Sgl_isone_hiddenoverflow(opndp1 + 1)) \ opndp1 432 arch/parisc/math-emu/sgl_float.h if (Sgl_isone_sign(opndp1)) { \ opndp1 433 arch/parisc/math-emu/sgl_float.h if (Sgl_isone_hiddenoverflow(opndp1 + 1)) \ opndp1 439 arch/parisc/math-emu/sgl_float.h (Sglext_isone_lowp1(opndp1) || \ opndp1 441 arch/parisc/math-emu/sgl_float.h if (Sgl_isone_hiddenoverflow(opndp1 + 1)) \ opndp1 446 arch/parisc/math-emu/sgl_float.h Sglext_clear_signexponent_set_hidden(opndp1); \ opndp1 451 arch/parisc/math-emu/sgl_float.h Variable_shift_double(opndp1,opndp2,1-exponent,opndp2); \ opndp1 452 arch/parisc/math-emu/sgl_float.h Sextallp1(opndp1) >>= 1-exponent; \ opndp1 456 arch/parisc/math-emu/sgl_float.h Sextallp2(opndp2) = Sextallp1(opndp1); \ opndp1 457 arch/parisc/math-emu/sgl_float.h Sextallp1(opndp1) = 0; \ opndp1 461 arch/parisc/math-emu/sgl_float.h sticky = (Sextallp1(opndp1) << 31+exponent) | \ opndp1 463 arch/parisc/math-emu/sgl_float.h Sextallp2(opndp2) = Sextallp1(opndp1) >> -31-exponent; \ opndp1 464 arch/parisc/math-emu/sgl_float.h Sextallp1(opndp1) = 0; \ opndp1 468 arch/parisc/math-emu/sgl_float.h sticky = Sextallp1(opndp1) | Sextallp2(opndp2); \ opndp1 469 arch/parisc/math-emu/sgl_float.h Sglext_setzero(opndp1,opndp2); \