Searched refs:lsw (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/math-emu/
H A Dpoly_tan.c76 accum.lsw = 0;
96 argSignif.lsw = accum.lsw;
103 argSignif.lsw = 0;
114 XSIG_LL(argSq) = XSIG_LL(accum); argSq.lsw = accum.lsw;
116 XSIG_LL(argSqSq) = XSIG_LL(argSq); argSqSq.lsw = argSq.lsw;
120 accumulatoro.msw = accumulatoro.midw = accumulatoro.lsw = 0;
129 accumulatore.msw = accumulatore.midw = accumulatore.lsw
[all...]
H A Dpoly_l2.c61 accumulator.msw = accumulator.midw = accumulator.lsw = 0;
75 expon_accum.msw = exponent; expon_accum.midw = expon_accum.lsw = 0;
91 yaccum.lsw = 0; XSIG_LL(yaccum) = significand(st1_ptr);
130 yaccum.lsw = 0;
211 Numer.lsw = Denom.lsw = 0;
231 argSignif.lsw = Numer.lsw; argSignif.midw = Numer.midw;
248 arg_signif.lsw = argSignif.lsw; XSIG_L
[all...]
H A Dpoly_sin.c76 accumulator.lsw = accumulator.midw = accumulator.msw = 0;
84 argSqrd.msw = st0_ptr->sigh; argSqrd.midw = st0_ptr->sigl; argSqrd.lsw = 0;
88 argTo4.lsw = argSqrd.lsw;
139 XSIG_LL(argSqrd) = fixed_arg; argSqrd.lsw = 0;
142 XSIG_LL(argTo4) = XSIG_LL(argSqrd); argTo4.lsw = argSqrd.lsw;
164 accumulator.lsw |= 1; /* A zero accumulator here would cause problems */
182 adj = accumulator.lsw; /* temp save */
183 accumulator.lsw
[all...]
H A Dpoly_atan.c95 Numer.lsw = Denom.lsw = 0;
103 Numer.lsw = Denom.lsw = 0;
121 (argSignif.lsw == 0) && (argSignif.midw == 0) &&
132 Numer.lsw = Denom.lsw = argSignif.lsw;
152 argSq.lsw = argSignif.lsw; argS
[all...]
H A Dpoly_2xm1.c72 argSignif.lsw = 0;
101 accumulator.lsw = accumulator.midw = accumulator.msw = 0;
126 Denom.lsw = accumulator.lsw;
134 if ( Denom.lsw & 0x80000000 )
136 (Denom.lsw) <<= 1;
H A Dpoly.h24 unsigned long lsw; member in struct:__anon3505
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/
H A Dmd5.js44 var lsw = (x & 0xFFFF) + (y & 0xFFFF);
45 var msw = (x >> 16) + (y >> 16) + (lsw >> 16);
46 return (msw << 16) | (lsw & 0xFFFF);
H A Dfuncs.js1496 var lsw = (x & 0xFFFF) + (y & 0xFFFF);
1497 var msw = (x >> 16) + (y >> 16) + (lsw >> 16);
1498 return (msw << 16) | (lsw & 0xFFFF);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dilsp.S300 swap %d6 # get u3 to lsw position
340 # Now calculate an estimate of the quotient words (msw first, then lsw).
363 swap %d6 # in lsw position
458 mulu.w %d5, %d6 # %d6 <- lsw*lsw
459 mulu.w %d3, %d5 # %d5 <- msw-dest*lsw-source
460 mulu.w %d4, %d2 # %d2 <- msw-source*lsw-dest
465 add.w %d5, %d6 # add msw of l*l to lsw of m*l product
467 add.w %d2, %d6 # add in lsw of other m*l product
471 clr.w %d2 # lsw o
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dhp100.c439 u_short local_mode, lsw; local
542 lsw = hp100_inw(OPTION_LSW);
544 if ((lsw & HP100_IO_EN) && (~lsw & HP100_MEM_EN) &&
545 (~lsw & (HP100_BM_WRITE | HP100_BM_READ))) {
551 (lsw & (HP100_BM_WRITE | HP100_BM_READ)) == (HP100_BM_WRITE | HP100_BM_READ)) {

Completed in 135 milliseconds