Searched defs:round (Results 1 - 13 of 13) sorted by relevance

/arch/arm/plat-versatile/include/plat/
H A Dclock.h7 long (*round)(struct clk *, unsigned long); member in struct:clk_ops
/arch/mips/math-emu/
H A Ddp_tint.c62 int round; local
68 round = 0;
73 round = (residue >> 63) != 0;
82 if (round && (sticky || odd))
88 if ((round || sticky) && !xs)
92 if ((round || sticky) && xs)
102 if (round || sticky)
H A Ddp_tlong.c64 int round; local
70 round = 0;
79 round = (residue >> 63) != 0;
86 if (round && (sticky || odd))
92 if ((round || sticky) && !xs)
96 if ((round || sticky) && xs)
105 if (round || sticky)
H A Dsp_tint.c65 int round; local
71 round = 0;
80 round = (residue >> 31) != 0;
87 if (round && (sticky || odd))
93 if ((round || sticky) && !xs)
97 if ((round || sticky) && xs)
106 if (round || sticky)
H A Dsp_tlong.c64 int round; local
70 round = 0;
75 round = (residue >> 31) != 0;
82 if (round && (sticky || odd))
88 if ((round || sticky) && !xs)
92 if ((round || sticky) && xs)
101 if (round || sticky)
/arch/m68k/fpsp040/
H A Dfpsp.h159 .set WBTEMP_GRS,LV-40 | alias wbtemp guard, round, sticky variable
161 .set round_bit,0 | round bit is bit number 0
289 .set x_mode,0x00 | round to extended
290 .set s_mode,0x40 | round to single
291 .set d_mode,0x80 | round to double
293 .set rn_mode,0x00 | round nearest
294 .set rz_mode,0x10 | round to zero
295 .set rm_mode,0x20 | round to minus infinity
296 .set rp_mode,0x30 | round to plus infinity
305 .set rnd_stky_bit,29 | round/stick
[all...]
H A Dround.S2 | round.sa 3.4 7/29/91
21 | round --- round result according to precision/mode
44 .global round
45 round: label
46 | If g=r=s=0 then result is exact and round is done, else set
55 swap %d1 |set up d1.w for round prec.
81 swap %d1 |set up d1 for round prec.
94 swap %d1 |set up d1 for round prec.
106 swap %d1 |set up d1 for round pre
[all...]
/arch/arm/plat-samsung/
H A Dpwm-clock.c108 unsigned long round = clk_pwm_scaler_round_rate(clk, rate); local
113 divisor = clk_get_rate(clk->parent) / round;
/arch/x86/crypto/
H A Daes-x86_64-asm_64.S83 #define round(TAB,OFFSET,r1,r2,r3,r4,r5,r6,r7,r8,ra,rb,rc,rd) \ define
139 round(TAB,OFFSET,R1,R2,R3,R4,R5,R6,R7,R10,R5,R6,R3,R4) \
143 round(TAB,OFFSET,R1,R2,R3,R4,R5,R6,R7,R10,R5,R6,R3,R4)
146 round(TAB,OFFSET,R2,R1,R4,R3,R6,R5,R7,R10,R5,R6,R3,R4) \
150 round(TAB,OFFSET,R2,R1,R4,R3,R6,R5,R7,R10,R5,R6,R3,R4)
/arch/x86/math-emu/
H A Dfpu_trig.c778 static void do_fprem(FPU_REG *st0_ptr, u_char st0_tag, int round) argument
835 if ((round == RC_RND)
/arch/x86/kernel/apic/
H A Dsummit_32.c268 unsigned int round = 0; local
277 if (round && APIC_CLUSTER(apicid) != APIC_CLUSTER(new_apicid)) {
282 round++;
H A Des7000_32.c545 unsigned int round = 0; local
554 if (round && APIC_CLUSTER(apicid) != APIC_CLUSTER(new_apicid)) {
560 round++;
/arch/mips/include/asm/octeon/
H A Dcvmx-gmxx-defs.h2479 uint64_t round:16; member in struct:cvmx_gmxx_tx_spi_roundx::cvmx_gmxx_tx_spi_roundx_s

Completed in 240 milliseconds