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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_fps.c52 int rounding; ///< AVRounding method for timestamps member in struct:FPSContext
67 { "round", "set rounding method for timestamps", OFFSET(rounding), AV_OPT_TYPE_INT, { .i64 = AV_ROUND_NEAR_INF }, 0, 5, V|F, "round" },
68 { "zero", "round towards 0", OFFSET(rounding), AV_OPT_TYPE_CONST, { .i64 = AV_ROUND_ZERO }, 0, 5, V|F, "round" },
69 { "inf", "round away from 0", OFFSET(rounding), AV_OPT_TYPE_CONST, { .i64 = AV_ROUND_INF }, 0, 5, V|F, "round" },
70 { "down", "round towards -infty", OFFSET(rounding), AV_OPT_TYPE_CONST, { .i64 = AV_ROUND_DOWN }, 0, 5, V|F, "round" },
71 { "up", "round towards +infty", OFFSET(rounding), AV_OPT_TYPE_CONST, { .i64 = AV_ROUND_UP }, 0, 5, V|F, "round" },
72 { "near", "round to nearest", OFFSET(rounding), AV_OPT_TYPE_CONST, { .i64 = AV_ROUND_NEAR_INF }, 0, 5, V|F, "round" },
213 outlink->time_base, s->rounding) - s->frames_out ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/lib/
H A Ddiv64.S36 addc r9,r4,r10 # rounding up (so the estimate cannot
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Ddiv64.S36 add r9,r4,r10 # rounding up (so the estimate cannot
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/matrox/
H A Dmatroxfb_base.c456 int rounding; local
462 case 4: rounding = 128;
464 case 8: rounding = 64; /* doc says 64; 32 is OK for G400 */
466 case 16: rounding = 32;
468 case 24: rounding = 64; /* doc says 64; 32 is OK for G400 */
470 default: rounding = 16;
473 rounding = 32;
477 rounding *= 2;
479 over = xres % rounding;
481 xres += rounding
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D09-helper.tex131 rounding division of both positive and negative numbers toward zero.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dambassador.h652 /* rate rounding */
658 } rounding; typedef in typeref:enum:__anon10840
H A Dhorizon.h501 } rounding; typedef in typeref:enum:__anon10846
H A Dhorizon.c602 static int make_rate (const hrz_dev * dev, u32 c, rounding r,
605 // note: rounding the rate down means rounding 'p' up
636 // take care of rounding
669 // take care of rounding
687 // take care of rounding
709 static int make_rate_with_tolerance (const hrz_dev * dev, u32 c, rounding r, unsigned int tol,
728 // intolerant, try rounding instead
2085 // after rounding. The actual allocation depends on what we can
2096 // amount, rounding dow
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dac3dsp.asm487 ; adds 16384 for rounding, right shifts 15, then repacks back to words to
523 ; to 32-bit. The mmxext and sse2 versions do not use rounding, and
H A Dproresdsp.asm83 ; %1 = row or col (for rounding variable)
H A Drv40dsp.asm444 ; For timebases without rounding error (i.e. PAL), the fractions
/netgear-R7000-V1.0.7.12_1.2.5/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)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmediactrl.tex280 Gets the volume of the media from a 0.0 to 1.0 range. Note that due to rounding
378 exact due to conversion and rounding errors, although setting the volume to

Completed in 215 milliseconds

12