Lines Matching refs:Denom
57 Xsig accumulator, Denom, argSignif;
117 Denom.lsw = accumulator.lsw;
118 XSIG_LL(Denom) = XSIG_LL(accumulator);
120 shr_Xsig(&Denom, -exponent);
123 XSIG_LL(Denom) <<= 1;
124 if (Denom.lsw & 0x80000000)
125 XSIG_LL(Denom) |= 1;
126 (Denom.lsw) <<= 1;
128 Denom.msw |= 0x80000000; /* add 1.0 */
129 div_Xsig(&accumulator, &Denom, &accumulator);