Searched refs:Numer (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dpoly_atan.c57 Xsig accumulator, Numer, Denom, accumulatore, argSignif, argSq, argSqSq; local
82 Numer.lsw = Denom.lsw = 0;
83 XSIG_LL(Numer) = significand(st0_ptr);
88 Numer.lsw = Denom.lsw = 0;
89 XSIG_LL(Numer) = significand(st1_ptr);
92 div_Xsig(&Numer, &Denom, &argSignif);
112 Numer.lsw = Denom.lsw = argSignif.lsw;
113 XSIG_LL(Numer) = XSIG_LL(Denom) = XSIG_LL(argSignif);
116 shr_Xsig(&Numer, -1 - exponent);
117 negate_Xsig(&Numer);
[all...]
H A Dpoly_l2.c186 Xsig accumulator, Numer, Denom, argSignif, arg_signif; local
189 Numer.lsw = Denom.lsw = 0;
190 XSIG_LL(Numer) = XSIG_LL(Denom) = significand(arg);
194 div_Xsig(&Numer, &Denom, &argSignif);
199 div_Xsig(&Numer, &Denom, &argSignif);
203 argSignif.lsw = Numer.lsw;
204 argSignif.midw = Numer.midw;
205 argSignif.msw = Numer.msw;

Completed in 69 milliseconds