taglinefilesource code
Xll56arch/i386/math-emu/poly_2xm1.cunsigned long long     Xll;
Xll73arch/i386/math-emu/poly_2xm1.cXSIG_LL(argSignif) = Xll = significand(arg);
Xll81arch/i386/math-emu/poly_2xm1.cXll <<= 2;
Xll89arch/i386/math-emu/poly_2xm1.cXll <<= 1;
Xll97arch/i386/math-emu/poly_2xm1.cif ( shrx(&Xll, -2-exponent) >= 0x80000000U )
Xll98arch/i386/math-emu/poly_2xm1.cXll++;  /* round up */
Xll102arch/i386/math-emu/poly_2xm1.cpolynomial_Xsig(&accumulator, &Xll, lterms, HIPOWER-1);