Searched refs:argSignif (Results 1 - 4 of 4) 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
72 argSignif.lsw = 0;
73 XSIG_LL(argSignif) = Xll = significand(arg);
77 shift = (argSignif.msw & 0x40000000) ? 3 : 2;
80 XSIG_LL(argSignif) <<= 2;
88 XSIG_LL(argSignif) <<= 1;
103 mul_Xsig_Xsig(&accumulator, &argSignif);
106 mul_Xsig_Xsig(&argSignif, &hiterm); /* The leading term */
107 add_two_Xsig(&accumulator, &argSignif, &exponent);
H A Dpoly_tan.c61 argSignif, fix_up; local
96 argSignif.lsw = accum.lsw;
97 XSIG_LL(argSignif) = XSIG_LL(accum);
98 exponent = -1 + norm_Xsig(&argSignif);
103 argSignif.lsw = 0;
104 XSIG_LL(accum) = XSIG_LL(argSignif) = significand(st0_ptr);
136 mul64_Xsig(&accumulatore, &XSIG_LL(argSignif));
137 mul64_Xsig(&accumulatore, &XSIG_LL(argSignif));
158 mul64_Xsig(&accum, &XSIG_LL(argSignif));
159 mul64_Xsig(&accum, &XSIG_LL(argSignif));
[all...]
H A Dpoly_atan.c62 Xsig accumulator, Numer, Denom, accumulatore, argSignif, local
107 div_Xsig(&Numer, &Denom, &argSignif);
108 exponent += norm_Xsig(&argSignif);
111 || ((exponent == -2) && (argSignif.msw > 0xd413ccd0)) )
121 (argSignif.lsw == 0) && (argSignif.midw == 0) &&
122 (argSignif.msw == 0x80000000) ) )
128 argSignif.msw = 0; /* Make the transformed arg -> 0.0 */
132 Numer.lsw = Denom.lsw = argSignif.lsw;
133 XSIG_LL(Numer) = XSIG_LL(Denom) = XSIG_LL(argSignif);
[all...]
H A Dpoly_l2.c208 Xsig accumulator, Numer, Denom, argSignif, arg_signif; local
217 div_Xsig(&Numer, &Denom, &argSignif);
225 div_Xsig(&Numer, &Denom, &argSignif);
231 argSignif.lsw = Numer.lsw; argSignif.midw = Numer.midw;
232 argSignif.msw = Numer.msw;
241 (argSignif.msw > (unsigned)0xafb0ccc0) )
248 arg_signif.lsw = argSignif.lsw; XSIG_LL(arg_signif) = XSIG_LL(argSignif);
249 adj = norm_Xsig(&argSignif);
[all...]

Completed in 58 milliseconds