Home
last modified time | relevance | path

Searched refs:round (Results 1 – 25 of 56) sorted by relevance

123

/linux-2.4.37.9/arch/mips/math-emu/
Ddp_tint.c63 int round; in ieee754dp_tint() local
69 round = 0; in ieee754dp_tint()
75 round = (residue >> 63) != 0; in ieee754dp_tint()
84 if (round && (sticky || odd)) in ieee754dp_tint()
90 if ((round || sticky) && !xs) in ieee754dp_tint()
94 if ((round || sticky) && xs) in ieee754dp_tint()
104 if (round || sticky) in ieee754dp_tint()
Dsp_tlong.c65 int round; in ieee754sp_tlong() local
71 round = 0; in ieee754sp_tlong()
77 round = (residue >> 31) != 0; in ieee754sp_tlong()
84 if (round && (sticky || odd)) in ieee754sp_tlong()
90 if ((round || sticky) && !xs) in ieee754sp_tlong()
94 if ((round || sticky) && xs) in ieee754sp_tlong()
103 if (round || sticky) in ieee754sp_tlong()
Dsp_tint.c66 int round; in ieee754sp_tint() local
72 round = 0; in ieee754sp_tint()
82 round = (residue >> 31) != 0; in ieee754sp_tint()
89 if (round && (sticky || odd)) in ieee754sp_tint()
95 if ((round || sticky) && !xs) in ieee754sp_tint()
99 if ((round || sticky) && xs) in ieee754sp_tint()
108 if (round || sticky) in ieee754sp_tint()
Ddp_tlong.c65 int round; in ieee754dp_tlong() local
71 round = 0; in ieee754dp_tlong()
81 round = (residue >> 63) != 0; in ieee754dp_tlong()
88 if (round && (sticky || odd)) in ieee754dp_tlong()
94 if ((round || sticky) && !xs) in ieee754dp_tlong()
98 if ((round || sticky) && xs) in ieee754dp_tlong()
107 if (round || sticky) in ieee754dp_tlong()
/linux-2.4.37.9/arch/m68k/fpsp040/
Dround.S2 | round.sa 3.4 7/29/91
22 | round --- round result according to precision/mode
45 .global round
46 round: label
47 | If g=r=s=0 then result is exact and round is done, else set
56 swap %d1 |set up d1.w for round prec.
82 swap %d1 |set up d1 for round prec.
107 swap %d1 |set up d1 for round prec.
114 | Note that this will round to even in case of a tie.
117 swap %d1 |set up d1 for round prec.
[all …]
Dres_func.S37 |xref round
112 | The routine round is used to correctly round the input for the
475 | If bit 2 is set, round is forced to double. If it is clear,
476 | and bit 6 is set, round is forced to single. If both are clear,
477 | the round precision is found in the fpcr. If the rounding precision
497 | The move is fdmove or round precision is double. Result is zero.
512 | The move is fsmove or round precision is single. Result is zero.
788 | ;round precision/mode. This
828 | precision. We can then call round with no sticky and the result
891 orl %d0,%d1 |set up for round call
[all …]
Dx_unfl.S35 |xref round
54 bsrl unf_res |denormalize, round & store interm op
147 | ;upper word for round
190 | Set up d1 for round subroutine d1 contains the PREC/MODE
198 | round subroutines. All code between these two subroutines
204 | d0{31:29} has guard, round, sticky
210 bsrl round |returns rounded denorm at (a0)
Dfpsp.h160 .set WBTEMP_GRS,LV-40 | alias wbtemp guard, round, sticky
162 .set round_bit,0 | round bit is bit number 0
290 .set x_mode,0x00 | round to extended
291 .set s_mode,0x40 | round to single
292 .set d_mode,0x80 | round to double
294 .set rn_mode,0x00 | round nearest
295 .set rz_mode,0x10 | round to zero
296 .set rm_mode,0x20 | round to minus infinity
297 .set rp_mode,0x30 | round to plus infinity
306 .set rnd_stky_bit,29 | round/sticky bit of mantissa
Dsint.S35 | sintrz, force round-to-zero mode.
66 |xref round
218 | ;used by round
222 bsr round |round the unnorm based on users
Dslog2.S34 | Notes: Default means round-to-nearest mode, no floating-point
49 | Notes: Default means round-to-nearest mode, no floating-point
63 | Notes: Default means round-to-nearest mode, no floating-point
78 | Notes: Default means round-to-nearest mode, no floating-point
Dutil.S153 bfextu FPCR_MODE(%a6){#0:#2},%d0 |set round precision
165 | This sets the round precision according to the destination size.
183 lsll #2,%d0 |move round precision to d0{3:2}
184 bfextu FPCR_MODE(%a6){#2:#2},%d1 |set round mode
486 | d0 contains round precision
513 lsll #2,%d0 |move round precision to d0{3:2}
514 bfextu FPCR_MODE(%a6){#2:#2},%d1 |set round mode
DMakefile16 kernel_ex.o res_func.o round.o sacos.o sasin.o satan.o satanh.o \
/linux-2.4.37.9/arch/ppc64/boot/
DaddSystemMap.c59 unsigned long round = 0; in main() local
119 round = actualKernelLen % 4096; in main()
121 if ( round ) in main()
122 roundedKernelLen += (4096 - round); in main()
DaddRamDisk.c55 unsigned long round = 0; in main() local
129 round = actualKernelLen % 4096; in main()
131 if ( round ) in main()
132 roundedKernelLen += (4096 - round); in main()
/linux-2.4.37.9/net/ipv4/ipvs/
DConfig.in12 dep_tristate ' round-robin scheduling' CONFIG_IP_VS_RR $CONFIG_IP_VS
13 dep_tristate ' weighted round-robin scheduling' CONFIG_IP_VS_WRR $CONFIG_IP_VS
/linux-2.4.37.9/Documentation/
DIRQ-affinity.txt23 round-trip min/avg/max = 0.1/0.1/0.4 ms
33 round-trip min/avg/max = 0.1/0.5/585.4 ms
/linux-2.4.37.9/Documentation/arm/nwfpe/
DREADME.FPE8 {P|M|Z} = {round to +infinity,round to -infinity,round to zero},
9 default = round to nearest
108 RND{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - round
112 URD{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - unnormalized round
/linux-2.4.37.9/arch/parisc/math-emu/
Dfmpyfadd.c455 goto round; in dbl_fmpyfadd()
564 goto round; in dbl_fmpyfadd()
630 round: in dbl_fmpyfadd()
1115 goto round;
1224 goto round;
1290 round:
1768 goto round;
1873 goto round;
1934 round:
2410 goto round;
[all …]
Dsfsub.c342 goto round; in sgl_fsub()
456 round: in sgl_fsub()
Dsfadd.c339 goto round; in sgl_fadd()
453 round: in sgl_fadd()
Ddfadd.c344 goto round; in dbl_fadd()
458 round: in dbl_fadd()
Ddfsub.c347 goto round; in dbl_fsub()
461 round: in dbl_fsub()
/linux-2.4.37.9/Documentation/sound/
Dvwsnd231 int round = N/2 - 1;
232 OSS_gain_steps = (hw_gain_steps * 100 + round) / (N - 1);
233 hw_gain_steps = (OSS_gain_steps * (N - 1) + round) / 100;
276 float round = gp->gain_step / 2;
283 lg = (left - gp->min_gain + round) / gp->gain_step;
284 rg = (right - gp->min_gain + round) / gp->gain_step;
/linux-2.4.37.9/arch/mips/baget/
DbagetIRQ.S46 xori t0, 0xfff # round address to page
/linux-2.4.37.9/arch/arm/kernel/
Dhead-armv.S264 bic r0, r0, #0x01f00000 >> 18 @ round down
265 and r2, r5, #0xfe000000 @ round down

123