Lines Matching defs:Numer
58 Xsig accumulator, Numer, Denom, accumulatore, argSignif, argSq, argSqSq;
83 Numer.lsw = Denom.lsw = 0;
84 XSIG_LL(Numer) = significand(st0_ptr);
89 Numer.lsw = Denom.lsw = 0;
90 XSIG_LL(Numer) = significand(st1_ptr);
93 div_Xsig(&Numer, &Denom, &argSignif);
113 Numer.lsw = Denom.lsw = argSignif.lsw;
114 XSIG_LL(Numer) = XSIG_LL(Denom) = XSIG_LL(argSignif);
117 shr_Xsig(&Numer, -1 - exponent);
118 negate_Xsig(&Numer);
123 div_Xsig(&Numer, &Denom, &argSignif);