Searched refs:Xll (Results 1 - 1 of 1) 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_2xm1.c55 unsigned long long Xll; local
70 XSIG_LL(argSignif) = Xll = significand(arg);
77 Xll <<= 2;
83 Xll <<= 1;
89 if (FPU_shrx(&Xll, -2 - exponent) >= 0x80000000U)
90 Xll++; /* round up */
94 polynomial_Xsig(&accumulator, &Xll, lterms, HIPOWER - 1);

Completed in 55 milliseconds