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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dpoly_tan.c72 accum.lsw = 0;
91 argSignif.lsw = accum.lsw;
96 argSignif.lsw = 0;
108 argSq.lsw = accum.lsw;
111 argSqSq.lsw = argSq.lsw;
115 accumulatoro.msw = accumulatoro.midw = accumulatoro.lsw = 0;
125 accumulatore.msw = accumulatore.midw = accumulatore.lsw
[all...]
H A Dpoly_l2.c54 accumulator.msw = accumulator.midw = accumulator.lsw = 0;
65 expon_accum.midw = expon_accum.lsw = 0;
78 yaccum.lsw = 0;
115 yaccum.lsw = 0;
189 Numer.lsw = Denom.lsw = 0;
203 argSignif.lsw = Numer.lsw;
218 arg_signif.lsw = argSignif.lsw;
[all...]
H A Dpoly_sin.c67 accumulator.lsw = accumulator.midw = accumulator.msw = 0;
77 argSqrd.lsw = 0;
82 argTo4.lsw = argSqrd.lsw;
131 argSqrd.lsw = 0;
135 argTo4.lsw = argSqrd.lsw;
157 accumulator.lsw |= 1; /* A zero accumulator here would cause problems */
174 adj = accumulator.lsw; /* temp save */
175 accumulator.lsw
[all...]
H A Dpoly_atan.c82 Numer.lsw = Denom.lsw = 0;
88 Numer.lsw = Denom.lsw = 0;
104 (argSignif.lsw == 0) && (argSignif.midw == 0) &&
112 Numer.lsw = Denom.lsw = argSignif.lsw;
130 argSq.lsw = argSignif.lsw;
[all...]
H A Dpoly_2xm1.c69 argSignif.lsw = 0;
93 accumulator.lsw = accumulator.midw = accumulator.msw = 0;
116 Denom.lsw = accumulator.lsw;
123 if (Denom.lsw & 0x80000000)
125 (Denom.lsw) <<= 1;
H A Dpoly.h24 unsigned long lsw; member in struct:__anon10649
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/lib/
H A D__ucmpdi2.S27 mov (12,sp),a0 # b.lsw
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/cs/
H A Dbfa_log.h147 #define BFA_LOG_CREATE_ID(msw, lsw) \
148 (((u32)msw << BFA_LOG_MODID_OFFSET) | lsw)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/arm/
H A Dw90p910_ether.c269 unsigned int msw, lsw; local
273 lsw = (pval[4] << 24) | (pval[5] << 16);
275 __raw_writel(lsw, ether->reg + REG_CAML_BASE + x * CAM_ENTRY_SIZE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dhp100.c459 u_short local_mode, lsw; local
562 lsw = hp100_inw(OPTION_LSW);
564 if ((lsw & HP100_IO_EN) && (~lsw & HP100_MEM_EN) &&
565 (~lsw & (HP100_BM_WRITE | HP100_BM_READ))) {
571 (lsw & (HP100_BM_WRITE | HP100_BM_READ)) == (HP100_BM_WRITE | HP100_BM_READ)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/cgi-bin/
H A Dopmode.js1334 var lsw = (x & 0xFFFF) + (y & 0xFFFF);
1335 var msw = (x >> 16) + (y >> 16) + (lsw >> 16);
1336 return (msw << 16) | (lsw & 0xFFFF);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/script/
H A Dopmode.js1334 var lsw = (x & 0xFFFF) + (y & 0xFFFF);
1335 var msw = (x >> 16) + (y >> 16) + (lsw >> 16);
1336 return (msw << 16) | (lsw & 0xFFFF);

Completed in 131 milliseconds