Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/drivers/clocksource/
Dbcm_kona_timer.c60 kona_timer_get_counter(void __iomem *timer_base, uint32_t *msw, uint32_t *lsw) in kona_timer_get_counter() argument
78 *lsw = readl(timer_base + KONA_GPTIMER_STCLO_OFFSET); in kona_timer_get_counter()
104 uint32_t lsw, msw; in kona_timer_set_next_event() local
108 ret = kona_timer_get_counter(timers.tmr_regs, &msw, &lsw); in kona_timer_set_next_event()
113 writel(lsw + clc, timers.tmr_regs + KONA_GPTIMER_STCM0_OFFSET); in kona_timer_set_next_event()
/linux-6.1.9/fs/afs/
Dprotocol_yfs.h61 __be32 lsw; member
66 return ((u64)ntohl(x.msw) << 32) | ntohl(x.lsw); in xdr_to_u64()
71 return (struct yfs_xdr_u64){ .msw = htonl(x >> 32), .lsw = htonl(x) }; in u64_to_xdr()
/linux-6.1.9/Documentation/devicetree/bindings/regulator/
Drichtek,rtmv20-regulator.yaml120 lsw:
131 - lsw
152 lsw {
153 regulator-name = "rtmv20,lsw";
/linux-6.1.9/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-6.1.9/drivers/memstick/core/
Dms_block.h115 unsigned short lsw; member
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/
Ddml1_display_rq_dlg_calc.c1098 double lsw; in dml1_rq_dlg_get_dlg_params() local
1494 lsw = dst_y_prefetch - (dst_y_per_vm_vblank + dst_y_per_row_vblank); in dml1_rq_dlg_get_dlg_params()
1496 DTRACE("DLG: %s: lsw = %3.2f", __func__, lsw); in dml1_rq_dlg_get_dlg_params()
1504 lsw); in dml1_rq_dlg_get_dlg_params()
1513 lsw); in dml1_rq_dlg_get_dlg_params()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_rq_dlg_calc_20.c883 double lsw; in dml20_rq_dlg_get_dlg_params() local
1129 lsw = dst_y_prefetch - (dst_y_per_vm_vblank + dst_y_per_row_vblank); in dml20_rq_dlg_get_dlg_params()
1131 dml_print("DML_DLG: %s: lsw = %3.2f\n", __func__, lsw); in dml20_rq_dlg_get_dlg_params()
Ddisplay_rq_dlg_calc_20v2.c883 double lsw; in dml20v2_rq_dlg_get_dlg_params() local
1130 lsw = dst_y_prefetch - (dst_y_per_vm_vblank + dst_y_per_row_vblank); in dml20v2_rq_dlg_get_dlg_params()
1132 dml_print("DML_DLG: %s: lsw = %3.2f\n", __func__, lsw); in dml20v2_rq_dlg_get_dlg_params()
/linux-6.1.9/drivers/net/fddi/
Ddefza.h385 u32 lsw; member
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_rq_dlg_calc_21.c929 double lsw; in dml_rq_dlg_get_dlg_params() local
1181 lsw = dst_y_prefetch - (dst_y_per_vm_vblank + dst_y_per_row_vblank); in dml_rq_dlg_get_dlg_params()
1183 dml_print("DML_DLG: %s: lsw = %3.2f\n", __func__, lsw); in dml_rq_dlg_get_dlg_params()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_rq_dlg_calc_30.c994 double lsw = 0; in dml_rq_dlg_get_dlg_params() local
1282 lsw = dst_y_prefetch - (dst_y_per_vm_vblank + dst_y_per_row_vblank); in dml_rq_dlg_get_dlg_params()
1284 dml_print("DML_DLG: %s: lsw = %3.2f\n", __func__, lsw); in dml_rq_dlg_get_dlg_params()