Searched refs:Xll (Results 1 - 1 of 1) 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.c57 unsigned long long Xll; local
73 XSIG_LL(argSignif) = Xll = significand(arg);
81 Xll <<= 2;
89 Xll <<= 1;
97 if ( FPU_shrx(&Xll, -2-exponent) >= 0x80000000U )
98 Xll++; /* round up */
102 polynomial_Xsig(&accumulator, &Xll, lterms, HIPOWER-1);

Completed in 55 milliseconds