tag | line | file | source code |
accumulatore | 59 | arch/i386/math-emu/poly_atan.c | Xsig accumulator, Numer, Denom, accumulatore, argSignif, |
accumulatore | 132 | arch/i386/math-emu/poly_atan.c | accumulatore.lsw = argSq.lsw; |
accumulatore | 133 | arch/i386/math-emu/poly_atan.c | XSIG_LL(accumulatore) = XSIG_LL(argSq); |
accumulatore | 151 | arch/i386/math-emu/poly_atan.c | mul64_Xsig(&accumulatore, &denomterm); |
accumulatore | 152 | arch/i386/math-emu/poly_atan.c | shr_Xsig(&accumulatore, 1 + 2*(-1-exponent)); |
accumulatore | 153 | arch/i386/math-emu/poly_atan.c | accumulatore.msw |= 0x80000000; |
accumulatore | 155 | arch/i386/math-emu/poly_atan.c | div_Xsig(&accumulator, &accumulatore, &accumulator); |
accumulatore | 59 | arch/i386/math-emu/poly_tan.c | Xsig argSq, argSqSq, accumulatoro, accumulatore, accum, |
accumulatore | 120 | arch/i386/math-emu/poly_tan.c | accumulatore.msw = accumulatore.midw = accumulatore.lsw = 0; |
accumulatore | 121 | arch/i386/math-emu/poly_tan.c | polynomial_Xsig(&accumulatore, &XSIG_LL(argSqSq), evenplterm, HiPOWERep-1); |
accumulatore | 122 | arch/i386/math-emu/poly_tan.c | mul_Xsig_Xsig(&accumulatore, &argSq); |
accumulatore | 123 | arch/i386/math-emu/poly_tan.c | negate_Xsig(&accumulatore); |
accumulatore | 125 | arch/i386/math-emu/poly_tan.c | polynomial_Xsig(&accumulatore, &XSIG_LL(argSqSq), evennegterm, HiPOWERen-1); |
accumulatore | 127 | arch/i386/math-emu/poly_tan.c | mul64_Xsig(&accumulatore, &XSIG_LL(argSignif)); |
accumulatore | 128 | arch/i386/math-emu/poly_tan.c | mul64_Xsig(&accumulatore, &XSIG_LL(argSignif)); |
accumulatore | 130 | arch/i386/math-emu/poly_tan.c | shr_Xsig(&accumulatore, -2*(1+exponent) + 1); |
accumulatore | 131 | arch/i386/math-emu/poly_tan.c | negate_Xsig(&accumulatore); /* This does 1 - accumulator */ |
accumulatore | 134 | arch/i386/math-emu/poly_tan.c | if ( accumulatore.msw == 0 ) |
accumulatore | 145 | arch/i386/math-emu/poly_tan.c | div_Xsig(&accumulatoro, &accumulatore, &accum); |