taglinefilesource code
Xll56drivers/FPU-emu/poly_2xm1.cunsigned long long     Xll;
Xll73drivers/FPU-emu/poly_2xm1.cXSIG_LL(argSignif) = Xll = significand(arg);
Xll81drivers/FPU-emu/poly_2xm1.cXll <<= 2;
Xll89drivers/FPU-emu/poly_2xm1.cXll <<= 1;
Xll97drivers/FPU-emu/poly_2xm1.cif ( shrx(&Xll, -2-exponent) >= 0x80000000U )
Xll98drivers/FPU-emu/poly_2xm1.cXll++;  /* round up */
Xll102drivers/FPU-emu/poly_2xm1.cpolynomial_Xsig(&accumulator, &Xll, lterms, HIPOWER-1);