taglinefilesource code
Denom57arch/i386/math-emu/poly_2xm1.cXsig                   accumulator, Denom, argSignif;
Denom126arch/i386/math-emu/poly_2xm1.cDenom.lsw = accumulator.lsw;
Denom127arch/i386/math-emu/poly_2xm1.cXSIG_LL(Denom) = XSIG_LL(accumulator);
Denom129arch/i386/math-emu/poly_2xm1.cshr_Xsig(&Denom, - exponent);
Denom133arch/i386/math-emu/poly_2xm1.cXSIG_LL(Denom) <<= 1;
Denom134arch/i386/math-emu/poly_2xm1.cif ( Denom.lsw & 0x80000000 )
Denom135arch/i386/math-emu/poly_2xm1.cXSIG_LL(Denom) |= 1;
Denom136arch/i386/math-emu/poly_2xm1.c(Denom.lsw) <<= 1;
Denom138arch/i386/math-emu/poly_2xm1.cDenom.msw |= 0x80000000;      /* add 1.0 */
Denom139arch/i386/math-emu/poly_2xm1.cdiv_Xsig(&accumulator, &Denom, &accumulator);
Denom59arch/i386/math-emu/poly_atan.cXsig                  accumulator, Numer, Denom, accumulatore, argSignif,
Denom68arch/i386/math-emu/poly_atan.cNumer.lsw = Denom.lsw = 0;
Denom70arch/i386/math-emu/poly_atan.cXSIG_LL(Denom) = significand(arg2);
Denom76arch/i386/math-emu/poly_atan.cNumer.lsw = Denom.lsw = 0;
Denom78arch/i386/math-emu/poly_atan.cXSIG_LL(Denom) = significand(arg1);
Denom80arch/i386/math-emu/poly_atan.cdiv_Xsig(&Numer, &Denom, &argSignif);
Denom105arch/i386/math-emu/poly_atan.cNumer.lsw = Denom.lsw = argSignif.lsw;
Denom106arch/i386/math-emu/poly_atan.cXSIG_LL(Numer) = XSIG_LL(Denom) = XSIG_LL(argSignif);
Denom112arch/i386/math-emu/poly_atan.cshr_Xsig(&Denom, -exponent);
Denom113arch/i386/math-emu/poly_atan.cDenom.msw |= 0x80000000;
Denom115arch/i386/math-emu/poly_atan.cdiv_Xsig(&Numer, &Denom, &argSignif);
Denom189arch/i386/math-emu/poly_l2.cXsig                 accumulator, Numer, Denom, argSignif, arg_signif;
Denom194arch/i386/math-emu/poly_l2.cNumer.lsw = Denom.lsw = 0;
Denom195arch/i386/math-emu/poly_l2.cXSIG_LL(Numer) = XSIG_LL(Denom) = significand(arg);
Denom198arch/i386/math-emu/poly_l2.cshr_Xsig(&Denom, 2 - (1 + exponent));
Denom199arch/i386/math-emu/poly_l2.cDenom.msw |= 0x80000000;
Denom200arch/i386/math-emu/poly_l2.cdiv_Xsig(&Numer, &Denom, &argSignif);
Denom204arch/i386/math-emu/poly_l2.cshr_Xsig(&Denom, 1 - (1 + exponent));
Denom205arch/i386/math-emu/poly_l2.cnegate_Xsig(&Denom);
Denom206arch/i386/math-emu/poly_l2.cif ( Denom.msw & 0x80000000 )
Denom208arch/i386/math-emu/poly_l2.cdiv_Xsig(&Numer, &Denom, &argSignif);