Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/math-emu/
Dpoly_sin.c68 accumulator.lsw = accumulator.midw = accumulator.msw = 0; in poly_sine()
78 argSqrd.lsw = 0; in poly_sine()
83 argTo4.lsw = argSqrd.lsw; in poly_sine()
132 argSqrd.lsw = 0; in poly_sine()
136 argTo4.lsw = argSqrd.lsw; in poly_sine()
158 accumulator.lsw |= 1; /* A zero accumulator here would cause problems */ in poly_sine()
175 adj = accumulator.lsw; /* temp save */ in poly_sine()
176 accumulator.lsw -= fix_up; in poly_sine()
177 if (accumulator.lsw > adj) in poly_sine()
220 accumulator.lsw = accumulator.midw = accumulator.msw = 0; in poly_cos()
[all …]
Dpoly_l2.c55 accumulator.msw = accumulator.midw = accumulator.lsw = 0; in poly_l2()
66 expon_accum.midw = expon_accum.lsw = 0; in poly_l2()
79 yaccum.lsw = 0; in poly_l2()
116 yaccum.lsw = 0; in poly_l2p1()
190 Numer.lsw = Denom.lsw = 0; in log2_kernel()
204 argSignif.lsw = Numer.lsw; in log2_kernel()
219 arg_signif.lsw = argSignif.lsw; in log2_kernel()
222 accumulator.lsw = argSignif.lsw; in log2_kernel()
227 if (accumulator.lsw & 0x80000000) in log2_kernel()
230 accumulator.msw = accumulator.midw = accumulator.lsw = 0; in log2_kernel()
[all …]
Dpoly_atan.c83 Numer.lsw = Denom.lsw = 0; in poly_atan()
89 Numer.lsw = Denom.lsw = 0; in poly_atan()
105 (argSignif.lsw == 0) && (argSignif.midw == 0) && in poly_atan()
113 Numer.lsw = Denom.lsw = argSignif.lsw; in poly_atan()
131 argSq.lsw = argSignif.lsw; in poly_atan()
136 argSqSq.lsw = argSq.lsw; in poly_atan()
141 accumulatore.lsw = argSq.lsw; in poly_atan()
151 accumulator.msw = accumulator.midw = accumulator.lsw = 0; in poly_atan()
Dpoly_tan.c73 accum.lsw = 0; in poly_tan()
92 argSignif.lsw = accum.lsw; in poly_tan()
97 argSignif.lsw = 0; in poly_tan()
109 argSq.lsw = accum.lsw; in poly_tan()
112 argSqSq.lsw = argSq.lsw; in poly_tan()
116 accumulatoro.msw = accumulatoro.midw = accumulatoro.lsw = 0; in poly_tan()
126 accumulatore.msw = accumulatore.midw = accumulatore.lsw = 0; in poly_tan()
148 accum.lsw = 0; in poly_tan()
175 fix_up.lsw = 0; in poly_tan()
201 accumulatoro.lsw = accumulatoro.midw = 0; in poly_tan()
Dpoly_2xm1.c70 argSignif.lsw = 0; in poly_2xm1()
94 accumulator.lsw = accumulator.midw = accumulator.msw = 0; in poly_2xm1()
117 Denom.lsw = accumulator.lsw; in poly_2xm1()
124 if (Denom.lsw & 0x80000000) in poly_2xm1()
126 (Denom.lsw) <<= 1; in poly_2xm1()
Dpoly.h25 unsigned long lsw; member
/Linux-v4.19/drivers/clocksource/
Dbcm_kona_timer.c70 kona_timer_get_counter(void __iomem *timer_base, uint32_t *msw, uint32_t *lsw) in kona_timer_get_counter() argument
88 *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
118 ret = kona_timer_get_counter(timers.tmr_regs, &msw, &lsw); in kona_timer_set_next_event()
123 writel(lsw + clc, timers.tmr_regs + KONA_GPTIMER_STCM0_OFFSET); in kona_timer_set_next_event()
/Linux-v4.19/drivers/staging/wilc1000/
Dcoreconfigurator.h30 #define MAKE_WORD32(lsw, msw) ((((u32)(msw) << 16) & 0xFFFF0000) | (lsw)) argument
/Linux-v4.19/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-v4.19/drivers/memstick/core/
Dms_block.h119 unsigned short lsw; member
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dml/
Ddml1_display_rq_dlg_calc.c1080 double lsw; in dml1_rq_dlg_get_dlg_params() local
1480 lsw = dst_y_prefetch - (dst_y_per_vm_vblank + dst_y_per_row_vblank); in dml1_rq_dlg_get_dlg_params()
1482 DTRACE("DLG: %s: lsw = %3.2f", __func__, lsw); in dml1_rq_dlg_get_dlg_params()
1490 lsw); in dml1_rq_dlg_get_dlg_params()
1499 lsw); in dml1_rq_dlg_get_dlg_params()
/Linux-v4.19/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-v4.19/drivers/net/ethernet/hp/
Dhp100.c453 u_short local_mode, lsw; in hp100_probe1() local
564 lsw = hp100_inw(OPTION_LSW); in hp100_probe1()
566 if ((lsw & HP100_IO_EN) && (~lsw & HP100_MEM_EN) && in hp100_probe1()
567 (~lsw & (HP100_BM_WRITE | HP100_BM_READ))) { in hp100_probe1()
573 (lsw & (HP100_BM_WRITE | HP100_BM_READ)) == (HP100_BM_WRITE | HP100_BM_READ)) { in hp100_probe1()