Home
last modified time | relevance | path

Searched refs:lsw (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/arch/x86/math-emu/
Dpoly_sin.c67 accumulator.lsw = accumulator.midw = accumulator.msw = 0; in poly_sine()
77 argSqrd.lsw = 0; in poly_sine()
82 argTo4.lsw = argSqrd.lsw; in poly_sine()
131 argSqrd.lsw = 0; in poly_sine()
135 argTo4.lsw = argSqrd.lsw; in poly_sine()
157 accumulator.lsw |= 1; /* A zero accumulator here would cause problems */ in poly_sine()
174 adj = accumulator.lsw; /* temp save */ in poly_sine()
175 accumulator.lsw -= fix_up; in poly_sine()
176 if (accumulator.lsw > adj) in poly_sine()
219 accumulator.lsw = accumulator.midw = accumulator.msw = 0; in poly_cos()
[all …]
Dpoly_l2.c54 accumulator.msw = accumulator.midw = accumulator.lsw = 0; in poly_l2()
65 expon_accum.midw = expon_accum.lsw = 0; in poly_l2()
78 yaccum.lsw = 0; in poly_l2()
115 yaccum.lsw = 0; in poly_l2p1()
189 Numer.lsw = Denom.lsw = 0; in log2_kernel()
203 argSignif.lsw = Numer.lsw; in log2_kernel()
218 arg_signif.lsw = argSignif.lsw; in log2_kernel()
221 accumulator.lsw = argSignif.lsw; in log2_kernel()
226 if (accumulator.lsw & 0x80000000) in log2_kernel()
229 accumulator.msw = accumulator.midw = accumulator.lsw = 0; in log2_kernel()
[all …]
Dpoly_atan.c82 Numer.lsw = Denom.lsw = 0; in poly_atan()
88 Numer.lsw = Denom.lsw = 0; in poly_atan()
104 (argSignif.lsw == 0) && (argSignif.midw == 0) && in poly_atan()
112 Numer.lsw = Denom.lsw = argSignif.lsw; in poly_atan()
130 argSq.lsw = argSignif.lsw; in poly_atan()
135 argSqSq.lsw = argSq.lsw; in poly_atan()
140 accumulatore.lsw = argSq.lsw; in poly_atan()
150 accumulator.msw = accumulator.midw = accumulator.lsw = 0; in poly_atan()
Dpoly_tan.c72 accum.lsw = 0; in poly_tan()
91 argSignif.lsw = accum.lsw; in poly_tan()
96 argSignif.lsw = 0; in poly_tan()
108 argSq.lsw = accum.lsw; in poly_tan()
111 argSqSq.lsw = argSq.lsw; in poly_tan()
115 accumulatoro.msw = accumulatoro.midw = accumulatoro.lsw = 0; in poly_tan()
125 accumulatore.msw = accumulatore.midw = accumulatore.lsw = 0; in poly_tan()
147 accum.lsw = 0; in poly_tan()
174 fix_up.lsw = 0; in poly_tan()
200 accumulatoro.lsw = accumulatoro.midw = 0; in poly_tan()
Dpoly_2xm1.c69 argSignif.lsw = 0; in poly_2xm1()
93 accumulator.lsw = accumulator.midw = accumulator.msw = 0; in poly_2xm1()
116 Denom.lsw = accumulator.lsw; in poly_2xm1()
123 if (Denom.lsw & 0x80000000) in poly_2xm1()
125 (Denom.lsw) <<= 1; in poly_2xm1()
Dpoly.h24 unsigned long lsw; member
/linux-4.4.14/drivers/clocksource/
Dbcm_kona_timer.c71 kona_timer_get_counter(void __iomem *timer_base, uint32_t *msw, uint32_t *lsw) in kona_timer_get_counter() argument
89 *lsw = readl(timer_base + KONA_GPTIMER_STCLO_OFFSET); in kona_timer_get_counter()
114 uint32_t lsw, msw; in kona_timer_set_next_event() local
117 kona_timer_get_counter(timers.tmr_regs, &msw, &lsw); in kona_timer_set_next_event()
120 writel(lsw + clc, timers.tmr_regs + KONA_GPTIMER_STCM0_OFFSET); in kona_timer_set_next_event()
/linux-4.4.14/drivers/staging/wilc1000/
Dcoreconfigurator.h51 #define MAKE_WORD32(lsw, msw) ((((u32)(msw) << 16) & 0xFFFF0000) | (lsw)) argument
/linux-4.4.14/arch/mn10300/lib/
D__ucmpdi2.S27 mov (12,sp),a0 # b.lsw
/linux-4.4.14/arch/m68k/ifpsp060/src/
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 of two mixed products used,
/linux-4.4.14/drivers/memstick/core/
Dms_block.h119 unsigned short lsw; member
/linux-4.4.14/drivers/net/ethernet/nuvoton/
Dw90p910_ether.c269 unsigned int msw, lsw; in w90p910_write_cam() local
273 lsw = (pval[4] << 24) | (pval[5] << 16); in w90p910_write_cam()
275 __raw_writel(lsw, ether->reg + REG_CAML_BASE + x * CAM_ENTRY_SIZE); in w90p910_write_cam()
/linux-4.4.14/drivers/net/ethernet/hp/
Dhp100.c459 u_short local_mode, lsw; in hp100_probe1() local
570 lsw = hp100_inw(OPTION_LSW); in hp100_probe1()
572 if ((lsw & HP100_IO_EN) && (~lsw & HP100_MEM_EN) && in hp100_probe1()
573 (~lsw & (HP100_BM_WRITE | HP100_BM_READ))) { in hp100_probe1()
579 (lsw & (HP100_BM_WRITE | HP100_BM_READ)) == (HP100_BM_WRITE | HP100_BM_READ)) { in hp100_probe1()