tag | line | file | source code |
XSIG_LL | 73 | drivers/FPU-emu/poly_2xm1.c | XSIG_LL(argSignif) = Xll = significand(arg); |
XSIG_LL | 80 | drivers/FPU-emu/poly_2xm1.c | XSIG_LL(argSignif) <<= 2; |
XSIG_LL | 88 | drivers/FPU-emu/poly_2xm1.c | XSIG_LL(argSignif) <<= 1; |
XSIG_LL | 127 | drivers/FPU-emu/poly_2xm1.c | XSIG_LL(Denom) = XSIG_LL(accumulator); |
XSIG_LL | 133 | drivers/FPU-emu/poly_2xm1.c | XSIG_LL(Denom) <<= 1; |
XSIG_LL | 135 | drivers/FPU-emu/poly_2xm1.c | XSIG_LL(Denom) |= 1; |
XSIG_LL | 145 | drivers/FPU-emu/poly_2xm1.c | significand(result) = XSIG_LL(accumulator); |
XSIG_LL | 69 | drivers/FPU-emu/poly_atan.c | XSIG_LL(Numer) = significand(arg1); |
XSIG_LL | 70 | drivers/FPU-emu/poly_atan.c | XSIG_LL(Denom) = significand(arg2); |
XSIG_LL | 77 | drivers/FPU-emu/poly_atan.c | XSIG_LL(Numer) = significand(arg2); |
XSIG_LL | 78 | drivers/FPU-emu/poly_atan.c | XSIG_LL(Denom) = significand(arg1); |
XSIG_LL | 106 | drivers/FPU-emu/poly_atan.c | XSIG_LL(Numer) = XSIG_LL(Denom) = XSIG_LL(argSignif); |
XSIG_LL | 133 | drivers/FPU-emu/poly_atan.c | XSIG_LL(accumulatore) = XSIG_LL(argSq); |
XSIG_LL | 143 | drivers/FPU-emu/poly_atan.c | polynomial_Xsig(&accumulator, &XSIG_LL(argSqSq), |
XSIG_LL | 145 | drivers/FPU-emu/poly_atan.c | mul64_Xsig(&accumulator, &XSIG_LL(argSq)); |
XSIG_LL | 147 | drivers/FPU-emu/poly_atan.c | polynomial_Xsig(&accumulator, &XSIG_LL(argSqSq), oddnegterms, HIPOWERon-1); |
XSIG_LL | 192 | drivers/FPU-emu/poly_atan.c | significand(result) = XSIG_LL(accumulator); |
XSIG_LL | 89 | drivers/FPU-emu/poly_l2.c | yaccum.lsw = 0; XSIG_LL(yaccum) = significand(y); |
XSIG_LL | 101 | drivers/FPU-emu/poly_l2.c | significand(result) = XSIG_LL(accumulator); |
XSIG_LL | 128 | drivers/FPU-emu/poly_l2.c | XSIG_LL(yaccum) = significand(y); |
XSIG_LL | 134 | drivers/FPU-emu/poly_l2.c | significand(result) = XSIG_LL(accumulator); |
XSIG_LL | 195 | drivers/FPU-emu/poly_l2.c | XSIG_LL(Numer) = XSIG_LL(Denom) = significand(arg); |
XSIG_LL | 231 | drivers/FPU-emu/poly_l2.c | arg_signif.lsw = argSignif.lsw; XSIG_LL(arg_signif) = XSIG_LL(argSignif); |
XSIG_LL | 233 | drivers/FPU-emu/poly_l2.c | accumulator.lsw = argSignif.lsw; XSIG_LL(accumulator) = XSIG_LL(argSignif); |
XSIG_LL | 236 | drivers/FPU-emu/poly_l2.c | Xsq = XSIG_LL(accumulator); |
XSIG_LL | 99 | drivers/FPU-emu/poly_sin.c | polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), neg_terms_l, |
XSIG_LL | 104 | drivers/FPU-emu/poly_sin.c | polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), pos_terms_l, |
XSIG_LL | 121 | drivers/FPU-emu/poly_sin.c | XSIG_LL(accumulator) += significand(arg); |
XSIG_LL | 144 | drivers/FPU-emu/poly_sin.c | XSIG_LL(argSqrd) = fixed_arg; argSqrd.lsw = 0; |
XSIG_LL | 147 | drivers/FPU-emu/poly_sin.c | XSIG_LL(argTo4) = XSIG_LL(argSqrd); argTo4.lsw = argSqrd.lsw; |
XSIG_LL | 150 | drivers/FPU-emu/poly_sin.c | polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), neg_terms_h, |
XSIG_LL | 155 | drivers/FPU-emu/poly_sin.c | polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), pos_terms_h, |
XSIG_LL | 191 | drivers/FPU-emu/poly_sin.c | XSIG_LL(accumulator) --; |
XSIG_LL | 198 | drivers/FPU-emu/poly_sin.c | significand(result) = XSIG_LL(accumulator); |
XSIG_LL | 264 | drivers/FPU-emu/poly_sin.c | polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), neg_terms_h, |
XSIG_LL | 269 | drivers/FPU-emu/poly_sin.c | polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), pos_terms_h, |
XSIG_LL | 289 | drivers/FPU-emu/poly_sin.c | XSIG_LL(accumulator) ++; |
XSIG_LL | 297 | drivers/FPU-emu/poly_sin.c | significand(result) = XSIG_LL(accumulator); |
XSIG_LL | 330 | drivers/FPU-emu/poly_sin.c | XSIG_LL(argSqrd) = fixed_arg; argSqrd.lsw = 0; |
XSIG_LL | 343 | drivers/FPU-emu/poly_sin.c | polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), neg_terms_l, |
XSIG_LL | 348 | drivers/FPU-emu/poly_sin.c | polynomial_Xsig(&accumulator, &XSIG_LL(argTo4), pos_terms_l, |
XSIG_LL | 365 | drivers/FPU-emu/poly_sin.c | XSIG_LL(accumulator) += fixed_arg; |
XSIG_LL | 373 | drivers/FPU-emu/poly_sin.c | XSIG_LL(fix_up) = 0x898cc51701b839a2ll; |
XSIG_LL | 397 | drivers/FPU-emu/poly_sin.c | significand(result) = XSIG_LL(accumulator); |
XSIG_LL | 76 | drivers/FPU-emu/poly_tan.c | XSIG_LL(accum) = significand(arg); |
XSIG_LL | 82 | drivers/FPU-emu/poly_tan.c | XSIG_LL(accum) <<= 1; |
XSIG_LL | 85 | drivers/FPU-emu/poly_tan.c | XSIG_LL(accum) = 0x921fb54442d18469LL - XSIG_LL(accum); |
XSIG_LL | 88 | drivers/FPU-emu/poly_tan.c | XSIG_LL(argSignif) = XSIG_LL(accum); |
XSIG_LL | 95 | drivers/FPU-emu/poly_tan.c | XSIG_LL(accum) = XSIG_LL(argSignif) = significand(arg); |
XSIG_LL | 100 | drivers/FPU-emu/poly_tan.c | if ( shrx(&XSIG_LL(accum), -1-exponent) >= 0x80000000U ) |
XSIG_LL | 101 | drivers/FPU-emu/poly_tan.c | XSIG_LL(accum) ++; /* round up */ |
XSIG_LL | 105 | drivers/FPU-emu/poly_tan.c | XSIG_LL(argSq) = XSIG_LL(accum); argSq.lsw = accum.lsw; |
XSIG_LL | 107 | drivers/FPU-emu/poly_tan.c | XSIG_LL(argSqSq) = XSIG_LL(argSq); argSqSq.lsw = argSq.lsw; |
XSIG_LL | 112 | drivers/FPU-emu/poly_tan.c | polynomial_Xsig(&accumulatoro, &XSIG_LL(argSqSq), oddnegterm, HiPOWERon-1); |
XSIG_LL | 116 | drivers/FPU-emu/poly_tan.c | polynomial_Xsig(&accumulatoro, &XSIG_LL(argSqSq), oddplterm, HiPOWERop-1); |
XSIG_LL | 121 | drivers/FPU-emu/poly_tan.c | polynomial_Xsig(&accumulatore, &XSIG_LL(argSqSq), evenplterm, HiPOWERep-1); |
XSIG_LL | 125 | drivers/FPU-emu/poly_tan.c | polynomial_Xsig(&accumulatore, &XSIG_LL(argSqSq), evennegterm, HiPOWERen-1); |
XSIG_LL | 127 | drivers/FPU-emu/poly_tan.c | mul64_Xsig(&accumulatore, &XSIG_LL(argSignif)); |
XSIG_LL | 128 | drivers/FPU-emu/poly_tan.c | mul64_Xsig(&accumulatore, &XSIG_LL(argSignif)); |
XSIG_LL | 140 | drivers/FPU-emu/poly_tan.c | XSIG_LL(accum) = 0x8000000000000000LL; |
XSIG_LL | 149 | drivers/FPU-emu/poly_tan.c | mul64_Xsig(&accum, &XSIG_LL(argSignif)); |
XSIG_LL | 150 | drivers/FPU-emu/poly_tan.c | mul64_Xsig(&accum, &XSIG_LL(argSignif)); |
XSIG_LL | 151 | drivers/FPU-emu/poly_tan.c | mul64_Xsig(&accum, &XSIG_LL(argSignif)); |
XSIG_LL | 170 | drivers/FPU-emu/poly_tan.c | XSIG_LL(fix_up) = 0x898cc51701b839a2LL; |
XSIG_LL | 210 | drivers/FPU-emu/poly_tan.c | significand(result) = XSIG_LL(accum); |