taglinefilesource code
accum59arch/i386/math-emu/poly_tan.cXsig                  argSq, argSqSq, accumulatoro, accumulatore, accum,
accum75arch/i386/math-emu/poly_tan.caccum.lsw = 0;
accum76arch/i386/math-emu/poly_tan.cXSIG_LL(accum) = significand(arg);
accum82arch/i386/math-emu/poly_tan.cXSIG_LL(accum) <<= 1;
accum85arch/i386/math-emu/poly_tan.cXSIG_LL(accum) = 0x921fb54442d18469LL - XSIG_LL(accum);
accum87arch/i386/math-emu/poly_tan.cargSignif.lsw = accum.lsw;
accum88arch/i386/math-emu/poly_tan.cXSIG_LL(argSignif) = XSIG_LL(accum);
accum95arch/i386/math-emu/poly_tan.cXSIG_LL(accum) = XSIG_LL(argSignif) = significand(arg);
accum100arch/i386/math-emu/poly_tan.cif ( shrx(&XSIG_LL(accum), -1-exponent) >= 0x80000000U )
accum101arch/i386/math-emu/poly_tan.cXSIG_LL(accum) ++;  /* round up */
accum105arch/i386/math-emu/poly_tan.cXSIG_LL(argSq) = XSIG_LL(accum); argSq.lsw = accum.lsw;
accum140arch/i386/math-emu/poly_tan.cXSIG_LL(accum) = 0x8000000000000000LL;
accum141arch/i386/math-emu/poly_tan.caccum.lsw = 0;
accum145arch/i386/math-emu/poly_tan.cdiv_Xsig(&accumulatoro, &accumulatore, &accum);
accum149arch/i386/math-emu/poly_tan.cmul64_Xsig(&accum, &XSIG_LL(argSignif));
accum150arch/i386/math-emu/poly_tan.cmul64_Xsig(&accum, &XSIG_LL(argSignif));
accum151arch/i386/math-emu/poly_tan.cmul64_Xsig(&accum, &XSIG_LL(argSignif));
accum152arch/i386/math-emu/poly_tan.cmul64_Xsig(&accum, &twothirds);
accum153arch/i386/math-emu/poly_tan.cshr_Xsig(&accum, -2*(exponent+1));
accum156arch/i386/math-emu/poly_tan.cadd_two_Xsig(&accum, &argSignif, &exponent);
accum178arch/i386/math-emu/poly_tan.cadj = accum.msw >> -(exponent+1);      /* tan */
accum196arch/i386/math-emu/poly_tan.cadd_two_Xsig(&accum, &fix_up, &exponent);
accum203arch/i386/math-emu/poly_tan.cdiv_Xsig(&accumulatoro, &accum, &accum);
accum208arch/i386/math-emu/poly_tan.cround_Xsig(&accum);
accum210arch/i386/math-emu/poly_tan.csignificand(result) = XSIG_LL(accum);