tag | line | file | source code |
accum | 59 | arch/i386/math-emu/poly_tan.c | Xsig argSq, argSqSq, accumulatoro, accumulatore, accum, |
accum | 75 | arch/i386/math-emu/poly_tan.c | accum.lsw = 0; |
accum | 76 | arch/i386/math-emu/poly_tan.c | XSIG_LL(accum) = significand(arg); |
accum | 82 | arch/i386/math-emu/poly_tan.c | XSIG_LL(accum) <<= 1; |
accum | 85 | arch/i386/math-emu/poly_tan.c | XSIG_LL(accum) = 0x921fb54442d18469LL - XSIG_LL(accum); |
accum | 87 | arch/i386/math-emu/poly_tan.c | argSignif.lsw = accum.lsw; |
accum | 88 | arch/i386/math-emu/poly_tan.c | XSIG_LL(argSignif) = XSIG_LL(accum); |
accum | 95 | arch/i386/math-emu/poly_tan.c | XSIG_LL(accum) = XSIG_LL(argSignif) = significand(arg); |
accum | 100 | arch/i386/math-emu/poly_tan.c | if ( shrx(&XSIG_LL(accum), -1-exponent) >= 0x80000000U ) |
accum | 101 | arch/i386/math-emu/poly_tan.c | XSIG_LL(accum) ++; /* round up */ |
accum | 105 | arch/i386/math-emu/poly_tan.c | XSIG_LL(argSq) = XSIG_LL(accum); argSq.lsw = accum.lsw; |
accum | 140 | arch/i386/math-emu/poly_tan.c | XSIG_LL(accum) = 0x8000000000000000LL; |
accum | 141 | arch/i386/math-emu/poly_tan.c | accum.lsw = 0; |
accum | 145 | arch/i386/math-emu/poly_tan.c | div_Xsig(&accumulatoro, &accumulatore, &accum); |
accum | 149 | arch/i386/math-emu/poly_tan.c | mul64_Xsig(&accum, &XSIG_LL(argSignif)); |
accum | 150 | arch/i386/math-emu/poly_tan.c | mul64_Xsig(&accum, &XSIG_LL(argSignif)); |
accum | 151 | arch/i386/math-emu/poly_tan.c | mul64_Xsig(&accum, &XSIG_LL(argSignif)); |
accum | 152 | arch/i386/math-emu/poly_tan.c | mul64_Xsig(&accum, &twothirds); |
accum | 153 | arch/i386/math-emu/poly_tan.c | shr_Xsig(&accum, -2*(exponent+1)); |
accum | 156 | arch/i386/math-emu/poly_tan.c | add_two_Xsig(&accum, &argSignif, &exponent); |
accum | 178 | arch/i386/math-emu/poly_tan.c | adj = accum.msw >> -(exponent+1); /* tan */ |
accum | 196 | arch/i386/math-emu/poly_tan.c | add_two_Xsig(&accum, &fix_up, &exponent); |
accum | 203 | arch/i386/math-emu/poly_tan.c | div_Xsig(&accumulatoro, &accum, &accum); |
accum | 208 | arch/i386/math-emu/poly_tan.c | round_Xsig(&accum); |
accum | 210 | arch/i386/math-emu/poly_tan.c | significand(result) = XSIG_LL(accum); |