Searched refs:rounding (Results 1 - 25 of 28) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dsint.S29 | the rounding mode.
40 | for the given sign and rounding mode.
78 bfextu FPCR_MODE(%a6){#2:#2},%d1 |use user's mode for rounding
115 movel #1,L_SCR1(%a6) |use rz mode for rounding
133 bfextu FPCR_MODE(%a6){#2:#2},%d1 |use user's mode for rounding
150 | rounding modes. L_SCR1 contains the rmode in the lower byte.
218 movel L_SCR1(%a6),%d1 |use selected rounding mode
H A Dutil.S12 | g_rndpr: returns the rounding precision.
96 | If the instruction is fsgldiv of fsglmul, the rounding precision must be
98 | precision instruction, the rounding precision is then set to the force
170 | ;is the rounding precision
314 | g_rndpr --- put rounding precision in d0{1:0}
322 | get rounding precision (cmdreg3b{6:5})
325 | get destination format - this is the also the rounding precision
350 | is the same as the rounding precision. Pass results from g_dfmtou.
358 movel CMDREG3B(%a6),%d0 |rounding precision in d0{10:9}
359 bfextu %d0{#9:#2},%d0 |move the rounding pre
[all...]
H A Ddecbin.S52 | greater than 10^27, a directed rounding scheme is used with
84 | 10**{1,2,4,8,16,32,64,128,256,512,1024,2048,4096}. No rounding
407 | Pwrten calculates the exponent factor in the selected rounding mode
432 bfextu %d3{#26:#2},%d2 |isolate rounding mode bits
438 moveb (%a1,%d2),%d0 |load new rounding bits from table
440 bfins %d0,%d3{#26:#2} |stuff new rounding bits in FPCR
H A Dround.S4 | handle rounding and normalization tasks
24 | d1(high word) contains rounding precision:
28 | d1(low word) contains rounding mode:
50 | :rounding precision and sets
60 | Use rounding mode as an index into a jump table for these modes.
67 | Jump table indexed by rounding mode in d1.w. All following assumes
130 | selected rounding precision. It is called by the round subroutine
406 | d0: rounding precision
413 | d0 comes into this routine with the rounding precision. It
415 | rounding precisio
[all...]
H A Dx_ovfl.S18 | on the current rounding mode:
H A Dstwotox.S199 fmovel %d1,%fpcr | ...set user's rounding mode/precision
303 fmovel %d1,%fpcr | ...set user's rounding mode/precision
H A Dbindec.S57 | 10^^(abs(ISCALE)) using a rounding mode which is a
58 | function of the original rounding mode and the signs
64 | only one rounding error. The grs bits are collected in
78 | Perform FINT operation in the user's rounding mode.
81 | A12. Calculate YINT = FINT(Y) according to user's rounding
333 | the rounding mode as given in the following table (see
440 | only one rounding error. The grs bits are collected in
447 fmovel #rz_mode,%FPCR |set RZ rounding mode
550 | Perform FINT operation in the user's rounding mode. Keep
561 | A12. Calculate YINT = FINT(Y) according to user's rounding mod
[all...]
H A Dx_unfl.S204 | d1{01:00} has rounding mode
205 | d1{17:16} has rounding precision
H A Dsgetem.S79 andil #0xffffff00,%d0 |clear rounding precision and mode
H A Dres_func.S180 | the round precision is found in the fpcr. If the rounding precision
194 | FPCR_MODE byte to get rounding on norms and zeros.
301 | to see if rounding should have occurred which would leave the lsb.
476 | the round precision is found in the fpcr. If the rounding precision
487 | FPCR_MODE byte to get rounding.
828 | will be correct for the user's rounding mode and precision. If
830 | and the result will be correct for the user's rounding mode and
1003 | will be correct for the user's rounding mode and precision. If
1005 | and the result will be correct for the user's rounding mode and
1257 | If the rounding precisio
[all...]
H A Dscale.S205 | Result is zero. Check for rounding mode to set lsb. If the
231 | The rounding mode changed the zero to a smallest denorm. Call
H A Dfpsp.h93 .set FPCR_MODE,USER_FPCR+3 | FPCR rounding mode control
287 | FPCR rounding modes
H A Ddo_func.S87 andl #0xFF,%d1 | discard all but rounding mode/prec
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/lib/
H A Ddiv64.S36 addc r9,r4,r10 # rounding up (so the estimate cannot
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/lib/
H A Ddiv64.S36 add r9,r4,r10 # rounding up (so the estimate cannot
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/lib/
H A Ddiv64.S36 add r9,r4,r10 # rounding up (so the estimate cannot
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Ddiv64.S36 add r9,r4,r10 # rounding up (so the estimate cannot
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/matrox/
H A Dmatroxfb_base.c452 int rounding; local
458 case 4: rounding = 128;
460 case 8: rounding = 64; /* doc says 64; 32 is OK for G400 */
462 case 16: rounding = 32;
464 case 24: rounding = 64; /* doc says 64; 32 is OK for G400 */
466 default: rounding = 16;
469 rounding = 32;
473 rounding *= 2;
475 over = xres % rounding;
477 xres += rounding
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D09-helper.tex131 rounding division of both positive and negative numbers toward zero.
H A D07-floor1.tex86 A more efficient algorithm with carefully defined integer rounding
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dambassador.h663 /* rate rounding */
669 } rounding; typedef in typeref:enum:__anon3955
H A Dhorizon.h501 } rounding; typedef in typeref:enum:__anon3961
H A Dhorizon.c601 static int make_rate (const hrz_dev * dev, u32 c, rounding r,
604 // note: rounding the rate down means rounding 'p' up
635 // take care of rounding
668 // take care of rounding
686 // take care of rounding
708 static int make_rate_with_tolerance (const hrz_dev * dev, u32 c, rounding r, unsigned int tol,
727 // intolerant, try rounding instead
2083 // after rounding. The actual allocation depends on what we can
2094 // amount, rounding dow
[all...]
H A Dambassador.c671 static int make_rate (unsigned int rate, rounding r,
688 // remove top bit and shift (rounding if feeling clever) by 9-e
723 // rounding presents a minor problem... we first decide which way
724 // we are rounding (based on given rounding direction and possibly
850 rounding r;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dattrib.c1357 s64 rounding = ((wend + bsize - 1) & ~(s64)(bsize - 1)) - wend; local
1365 if (rounding && ((wend == na->initialized_size) ||
1370 rounding += to_write;
1372 cb = ntfs_malloc(rounding);
1377 memset(cb + to_write, 0, rounding - to_write);
1379 written = ntfs_pwrite(vol->dev, wpos, rounding, cb);
1380 if (written == rounding)

Completed in 295 milliseconds

12