Lines Matching refs:Denom
58 Xsig accumulator, Numer, Denom, accumulatore, argSignif, argSq, argSqSq;
83 Numer.lsw = Denom.lsw = 0;
85 XSIG_LL(Denom) = significand(st1_ptr);
89 Numer.lsw = Denom.lsw = 0;
91 XSIG_LL(Denom) = significand(st0_ptr);
93 div_Xsig(&Numer, &Denom, &argSignif);
113 Numer.lsw = Denom.lsw = argSignif.lsw;
114 XSIG_LL(Numer) = XSIG_LL(Denom) = XSIG_LL(argSignif);
120 shr_Xsig(&Denom, -exponent);
121 Denom.msw |= 0x80000000;
123 div_Xsig(&Numer, &Denom, &argSignif);