Searched refs:Denom (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/math-emu/
H A Dpoly_2xm1.c58 Xsig accumulator, Denom, argSignif; local
126 Denom.lsw = accumulator.lsw;
127 XSIG_LL(Denom) = XSIG_LL(accumulator);
129 shr_Xsig(&Denom, - exponent);
133 XSIG_LL(Denom) <<= 1;
134 if ( Denom.lsw & 0x80000000 )
135 XSIG_LL(Denom) |= 1;
136 (Denom.lsw) <<= 1;
138 Denom.msw |= 0x80000000; /* add 1.0 */
139 div_Xsig(&accumulator, &Denom,
[all...]
H A Dpoly_atan.c62 Xsig accumulator, Numer, Denom, accumulatore, argSignif, local
95 Numer.lsw = Denom.lsw = 0;
97 XSIG_LL(Denom) = significand(st1_ptr);
103 Numer.lsw = Denom.lsw = 0;
105 XSIG_LL(Denom) = significand(st0_ptr);
107 div_Xsig(&Numer, &Denom, &argSignif);
132 Numer.lsw = Denom.lsw = argSignif.lsw;
133 XSIG_LL(Numer) = XSIG_LL(Denom) = XSIG_LL(argSignif);
139 shr_Xsig(&Denom, -exponent);
140 Denom
[all...]
H A Dpoly_l2.c208 Xsig accumulator, Numer, Denom, argSignif, arg_signif; local
211 Numer.lsw = Denom.lsw = 0;
212 XSIG_LL(Numer) = XSIG_LL(Denom) = significand(arg);
215 shr_Xsig(&Denom, 2 - (1 + exponent));
216 Denom.msw |= 0x80000000;
217 div_Xsig(&Numer, &Denom, &argSignif);
221 shr_Xsig(&Denom, 1 - (1 + exponent));
222 negate_Xsig(&Denom);
223 if ( Denom.msw & 0x80000000 )
225 div_Xsig(&Numer, &Denom,
[all...]

Completed in 111 milliseconds