Symbol: round
arch/m68k/fpsp040/fpsp.h
159
.set WBTEMP_GRS,LV-40 | alias wbtemp guard, round, sticky
arch/m68k/fpsp040/fpsp.h
161
.set round_bit,0 | round bit is bit number 0
arch/m68k/fpsp040/fpsp.h
289
.set x_mode,0x00 | round to extended
arch/m68k/fpsp040/fpsp.h
290
.set s_mode,0x40 | round to single
arch/m68k/fpsp040/fpsp.h
291
.set d_mode,0x80 | round to double
arch/m68k/fpsp040/fpsp.h
293
.set rn_mode,0x00 | round nearest
arch/m68k/fpsp040/fpsp.h
294
.set rz_mode,0x10 | round to zero
arch/m68k/fpsp040/fpsp.h
295
.set rm_mode,0x20 | round to minus infinity
arch/m68k/fpsp040/fpsp.h
296
.set rp_mode,0x30 | round to plus infinity
arch/m68k/fpsp040/fpsp.h
305
.set rnd_stky_bit,29 | round/sticky bit of mantissa
arch/mips/math-emu/dp_rint.c
19
int round;
arch/mips/math-emu/dp_rint.c
42
round = 0;
arch/mips/math-emu/dp_rint.c
47
round = (residue >> 63) != 0;
arch/mips/math-emu/dp_rint.c
56
if (round && (sticky || odd))
arch/mips/math-emu/dp_rint.c
62
if ((round || sticky) && !xs)
arch/mips/math-emu/dp_rint.c
66
if ((round || sticky) && xs)
arch/mips/math-emu/dp_rint.c
71
if (round || sticky)
arch/mips/math-emu/dp_tint.c
15
int round;
arch/mips/math-emu/dp_tint.c
55
round = 0;
arch/mips/math-emu/dp_tint.c
60
round = (residue >> 63) != 0;
arch/mips/math-emu/dp_tint.c
69
if (round && (sticky || odd))
arch/mips/math-emu/dp_tint.c
75
if ((round || sticky) && !xs)
arch/mips/math-emu/dp_tint.c
79
if ((round || sticky) && xs)
arch/mips/math-emu/dp_tint.c
89
if (round || sticky)
arch/mips/math-emu/dp_tlong.c
15
int round;
arch/mips/math-emu/dp_tlong.c
58
round = 0;
arch/mips/math-emu/dp_tlong.c
67
round = (residue >> 63) != 0;
arch/mips/math-emu/dp_tlong.c
74
if (round && (sticky || odd))
arch/mips/math-emu/dp_tlong.c
80
if ((round || sticky) && !xs)
arch/mips/math-emu/dp_tlong.c
84
if ((round || sticky) && xs)
arch/mips/math-emu/dp_tlong.c
93
if (round || sticky)
arch/mips/math-emu/sp_rint.c
19
int round;
arch/mips/math-emu/sp_rint.c
42
round = 0;
arch/mips/math-emu/sp_rint.c
48
round = (residue >> 31) != 0;
arch/mips/math-emu/sp_rint.c
57
if (round && (sticky || odd))
arch/mips/math-emu/sp_rint.c
63
if ((round || sticky) && !xs)
arch/mips/math-emu/sp_rint.c
67
if ((round || sticky) && xs)
arch/mips/math-emu/sp_rint.c
72
if (round || sticky)
arch/mips/math-emu/sp_tint.c
15
int round;
arch/mips/math-emu/sp_tint.c
58
round = 0;
arch/mips/math-emu/sp_tint.c
67
round = (residue >> 31) != 0;
arch/mips/math-emu/sp_tint.c
74
if (round && (sticky || odd))
arch/mips/math-emu/sp_tint.c
80
if ((round || sticky) && !xs)
arch/mips/math-emu/sp_tint.c
84
if ((round || sticky) && xs)
arch/mips/math-emu/sp_tint.c
93
if (round || sticky)
arch/mips/math-emu/sp_tlong.c
15
int round;
arch/mips/math-emu/sp_tlong.c
58
round = 0;
arch/mips/math-emu/sp_tlong.c
63
round = (residue >> 31) != 0;
arch/mips/math-emu/sp_tlong.c
70
if (round && (sticky || odd))
arch/mips/math-emu/sp_tlong.c
76
if ((round || sticky) && !xs)
arch/mips/math-emu/sp_tlong.c
80
if ((round || sticky) && xs)
arch/mips/math-emu/sp_tlong.c
89
if (round || sticky)
arch/parisc/math-emu/dfadd.c
331
goto round;
arch/parisc/math-emu/dfadd.c
445
round:
arch/parisc/math-emu/dfsub.c
334
goto round;
arch/parisc/math-emu/dfsub.c
448
round:
arch/parisc/math-emu/fmpyfadd.c
1102
goto round;
arch/parisc/math-emu/fmpyfadd.c
1211
goto round;
arch/parisc/math-emu/fmpyfadd.c
1277
round:
arch/parisc/math-emu/fmpyfadd.c
1755
goto round;
arch/parisc/math-emu/fmpyfadd.c
1860
goto round;
arch/parisc/math-emu/fmpyfadd.c
1921
round:
arch/parisc/math-emu/fmpyfadd.c
2397
goto round;
arch/parisc/math-emu/fmpyfadd.c
2502
goto round;
arch/parisc/math-emu/fmpyfadd.c
2563
round:
arch/parisc/math-emu/fmpyfadd.c
442
goto round;
arch/parisc/math-emu/fmpyfadd.c
551
goto round;
arch/parisc/math-emu/fmpyfadd.c
617
round:
arch/parisc/math-emu/sfadd.c
326
goto round;
arch/parisc/math-emu/sfadd.c
440
round:
arch/parisc/math-emu/sfsub.c
329
goto round;
arch/parisc/math-emu/sfsub.c
443
round:
arch/x86/math-emu/fpu_trig.c
784
static void do_fprem(FPU_REG *st0_ptr, u_char st0_tag, int round)
arch/x86/math-emu/fpu_trig.c
841
if ((round == RC_RND)
drivers/clk/meson/clk-pll.c
252
unsigned long round;
drivers/clk/meson/clk-pll.c
260
round = __pll_params_to_rate(req->best_parent_rate, m, n, 0, pll);
drivers/clk/meson/clk-pll.c
262
if (!MESON_PARM_APPLICABLE(&pll->frac) || req->rate == round) {
drivers/clk/meson/clk-pll.c
263
req->rate = round;
drivers/clk/sophgo/clk-cv18xx-ip.c
190
int (*round)(struct clk_rate_request *,
drivers/clk/sophgo/clk-cv18xx-ip.c
207
ret = round(&tmp_req, -1, data);
drivers/clk/sophgo/clk-cv18xx-ip.c
228
ret = round(&tmp_req, i, data);
drivers/clk/sunxi-ng/ccu_mux.c
102
ret = round(cm, &adj_req, data);
drivers/clk/sunxi-ng/ccu_mux.c
134
ret = round(cm, &tmp_req, data);
drivers/clk/sunxi-ng/ccu_mux.c
82
int (*round)(struct ccu_mux_internal *,
drivers/clk/sunxi-ng/ccu_mux.h
140
int (*round)(struct ccu_mux_internal *,
drivers/crypto/chelsio/chcr_algo.c
1035
int round = reqctx->last_req_len / AES_BLOCK_SIZE;
drivers/crypto/chelsio/chcr_algo.c
1036
int round8 = round / 8;
drivers/crypto/chelsio/chcr_algo.c
1056
for (i = 0; i < (round % 8); i++)
drivers/gpu/drm/sti/sti_tvout.c
458
char *const round[] = {"8-bit", "10-bit", "12-bit"};
drivers/gpu/drm/sti/sti_tvout.c
485
"Round:", round[tmp]);
drivers/i2c/busses/i2c-rcar.c
288
u32 cdf, round, ick, sum, scl, cdf_width;
drivers/i2c/busses/i2c-rcar.c
342
round = DIV_ROUND_CLOSEST(ick, 1000000);
drivers/i2c/busses/i2c-rcar.c
343
round = DIV_ROUND_CLOSEST(round * sum, 1000);
drivers/i2c/busses/i2c-rcar.c
354
scgd = DIV_ROUND_UP(scgd - 20 - round, 8);
drivers/i2c/busses/i2c-rcar.c
355
scl = ick / (20 + 8 * scgd + round);
drivers/i2c/busses/i2c-rcar.c
361
scl, t.bus_freq_hz, rate, round, cdf, scgd);
drivers/i2c/busses/i2c-rcar.c
382
x = DIV_ROUND_UP(x - 8 - 2 * priv->smd - round, sum_ratio);
drivers/i2c/busses/i2c-rcar.c
383
scl = rate / (8 + 2 * priv->smd + sum_ratio * x + round);
drivers/i2c/busses/i2c-rcar.c
395
scl, t.bus_freq_hz, rate, round, cdf, priv->schd, priv->scld, priv->smd);
drivers/media/dvb-frontends/stv0900_core.c
551
u32 freq, round;
drivers/media/dvb-frontends/stv0900_core.c
563
round = (stv0900_get_bits(intp, TUN_RFRESTE1) >> 2) +
drivers/media/dvb-frontends/stv0900_core.c
566
round = (round * 1000) / 2048;
drivers/media/dvb-frontends/stv0900_core.c
568
return freq + round;
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec.h
270
u64 round;
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_offload.c
392
sa_entry->limits.round == attrs->lft.numb_rounds_soft) {
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_offload.c
397
if (sa_entry->limits.round == attrs->lft.numb_rounds_hard)
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_offload.c
422
if (sa_entry->limits.round == attrs->lft.numb_rounds_hard) {
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_offload.c
429
sa_entry->limits.round++;
drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_offload.c
430
if (sa_entry->limits.round == attrs->lft.numb_rounds_soft)
drivers/scsi/be2iscsi/be_cmds.c
711
const u32 round = 10;
drivers/scsi/be2iscsi/be_cmds.c
721
multiplier = (MAX_INTR_RATE - interrupt_rate) * round;
drivers/scsi/be2iscsi/be_cmds.c
723
multiplier = (multiplier + round / 2) / round;
drivers/usb/dwc2/gadget.c
1104
int round = maxreq % hs_ep->ep.maxpacket;
drivers/usb/dwc2/gadget.c
1107
__func__, length, maxreq, round);
drivers/usb/dwc2/gadget.c
1110
if (round)
drivers/usb/dwc2/gadget.c
1111
maxreq -= round;
drivers/usb/serial/mos7720.c
1274
__u16 round;
drivers/usb/serial/mos7720.c
1294
round = (__u16)(round1 - (custom * 10));
drivers/usb/serial/mos7720.c
1295
if (round > 4)
fs/f2fs/gc.c
1919
unsigned int skipped_round = 0, round = 0;
fs/f2fs/gc.c
2008
round++;
fs/f2fs/gc.c
2010
skipped_round * 2 >= round) {
lib/crypto/sha3.c
155
st[0] ^= sha3_keccakf_rndc[round];
lib/crypto/sha3.c
170
for (int round = 0; round < SHA3_KECCAK_ROUNDS; round++)
lib/crypto/sha3.c
171
sha3_keccakf_one_round_generic(state->native_words, round);
lib/crypto/sha3.c
52
static SHA3_INLINE void sha3_keccakf_one_round_generic(u64 st[25], int round)
sound/soc/fsl/fsl_spdif.c
1426
enum spdif_txrate index, bool round)
sound/soc/fsl/fsl_spdif.c
1443
if (round)
tools/lib/perf/evlist.c
165
for (int round = 0; round < 2; round++) {
tools/lib/perf/evlist.c
169
if ((!evsel->reads_only_on_cpu_idx0 && round == 0) ||
tools/lib/perf/evlist.c
170
(evsel->reads_only_on_cpu_idx0 && round == 1))
tools/perf/builtin-script.c
3852
struct perf_record_stat_round *round = &event->stat_round;
tools/perf/builtin-script.c
3857
process_stat(counter, round->time);
tools/perf/builtin-script.c
3860
process_stat_interval(round->time);
tools/perf/util/time-utils.c
209
ptime->start = start + round(start_pcnt * total);
tools/perf/util/time-utils.c
210
ptime->end = start + round(end_pcnt * total);
tools/power/cpupower/bench/system.c
130
unsigned int round;
tools/power/cpupower/bench/system.c
132
for (round = 0; round < config->rounds; round++) {
tools/power/cpupower/bench/system.c
134
(config->sleep + config->sleep_step * round);
tools/power/cpupower/bench/system.c
136
(config->load + config->load_step * round) +
tools/power/cpupower/bench/system.c
137
(config->load + config->load_step * round * 4);
tools/virtio/virtio-trace/trace-agent.c
73
unsigned long value, round;
tools/virtio/virtio-trace/trace-agent.c
97
round = value & (PAGE_SIZE - 1);
tools/virtio/virtio-trace/trace-agent.c
98
value = value - round;