Searched refs:multiply (Results 1 - 25 of 39) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_strip.c48 multiply(TIFF* tif, size_t nmemb, size_t elem_size, const char* where) function
95 nstrips = multiply(tif, nstrips, td->td_samplesperpixel,
130 scanline = TIFFhowmany8(multiply(tif, w, td->td_bitspersample,
135 scanline = multiply(tif, nrows, scanline, "TIFFVStripSize");
138 multiply(tif, 2, scanline / samplingarea,
142 return ((tsize_t) multiply(tif, nrows, TIFFScanlineSize(tif),
224 scanline = multiply (tif, td->td_bitspersample, td->td_imagewidth,
227 scanline = multiply (tif, scanline, td->td_samplesperpixel,
244 scanline = multiply (tif, td->td_bitspersample, td->td_imagewidth,
247 scanline = multiply (ti
[all...]
H A Dtif_tile.c48 multiply(TIFF* tif, size_t nmemb, size_t elem_size, const char* where) function
148 multiply(tif, multiply(tif, TIFFhowmany(td->td_imagewidth, dx),
153 ntiles = multiply(tif, ntiles, td->td_samplesperpixel,
169 rowsize = multiply(tif, td->td_bitspersample, td->td_tilewidth,
172 rowsize = multiply(tif, rowsize, td->td_samplesperpixel,
204 TIFFhowmany8(multiply(tif, w, td->td_bitspersample,
210 tilesize = multiply(tif, nrows, rowsize, "TIFFVTileSize");
212 multiply(tif, 2, tilesize / samplingarea,
217 tilesize = multiply(ti
[all...]
H A Dtif_pixarlog.c634 multiply(size_t m1, size_t m2) function
662 tbuf_size = multiply(multiply(multiply(sp->stride, td->td_imagewidth),
827 tbuf_size = multiply(multiply(multiply(sp->stride, td->td_imagewidth),
H A Dtif_luv.c1165 multiply(size_t m1, size_t m2) function
1203 sp->tbuflen = multiply(td->td_imagewidth, td->td_rowsperstrip);
1204 if (multiply(sp->tbuflen, sizeof (int16)) == 0 ||
1301 sp->tbuflen = multiply(td->td_imagewidth, td->td_rowsperstrip);
1302 if (multiply(sp->tbuflen, sizeof (uint32)) == 0 ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/lib/
H A Ddiv64.S45 mulhwu r9,r11,r4 # multiply the estimate by the divisor,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_urlglob.c66 /* multiply
70 static int multiply(unsigned long *amount, long with) function
115 if(multiply(amount, pat->content.Set.size+1))
229 if(multiply(amount, (pat->content.CharRange.max_c -
294 if(multiply(amount, (pat->content.NumRange.max_n -
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Ddiv64.S44 mulhwu r9,r11,r4 # multiply the estimate by the divisor,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dstrtotxt.tex17 {\bf NB:} Some compilers and/or build configurations don't support multiply
H A Dscrolwin.tex276 units, not pixels, so to convert to pixels you will have to multiply
398 will have to multiply by the number of pixels per scroll increment.
H A Ddatespan.tex29 multiplied by scalars which multiply all deltas by the scalar: i.e.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Ddcadsp_vfp.S46 ACCUM0 .req s16 @ double-buffered multiply-accumulate results
48 POST0 .req s24 @ do long-latency post-multiply in this vector in parallel
H A Dmlpdsp_armv5te.S74 .macro multiply index, accumulate, long
293 multiply MUL_REG, COUNTER > 2, !\shift_0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dvp8dsp.asm347 pmaddwd mm3, mm4 ; multiply 2px with F0/F1
349 pmaddwd mm1, mm5 ; multiply 2px with F2/F3
354 pmaddwd mm0, mm4 ; multiply backed up 2px with F0/F1
356 pmaddwd mm1, mm5 ; multiply 2px with F2/F3
397 pmaddwd mm1, mm4 ; multiply 2px with F0/F1
400 pmaddwd mm3, mm5 ; multiply 2px with F2/F3
403 pmaddwd mm2, mm6 ; multiply 2px with F4/F5
408 pmaddwd mm0, mm4 ; multiply 1st backed up 2px with F0/F1
409 pmaddwd mm3, mm5 ; multiply 2nd backed up 2px with F2/F3
414 pmaddwd mm2, mm6 ; multiply
[all...]
H A Dhevc_mc.asm122 shl %2q, 5 ; multiply by 32
140 shl mxq, 5 ; multiply by 32
141 shl myq, 5 ; multiply by 32
H A Dsbrdsp.asm25 ; mask equivalent for multiply by -1.0 1.0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Ddecbin.S472 | same sign. If the exp was pos then multiply fp1*fp0;
483 beqs mul |if clear, go to multiply
488 fmulx %fp1,%fp0 |exp is positive, so multiply by exp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/x86/
H A Dscale.asm137 ; multiply with filter coefficients
186 ; multiply
285 ; multiply
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/x86/
H A Dscale.asm134 ; multiply with filter coefficients
183 ; multiply
283 ; multiply
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Dentry.S155 lslq 2, $r9 ; multiply by 4, in the delay slot
197 pop $mof ; multiply overflow register
211 pop $mof ; multiply overflow register
553 push $mof ; Push multiply overflow reg.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dvp8dsp.asm362 pmaddwd mm3, mm4 ; multiply 2px with F0/F1
364 pmaddwd mm1, mm5 ; multiply 2px with F2/F3
369 pmaddwd mm0, mm4 ; multiply backed up 2px with F0/F1
371 pmaddwd mm1, mm5 ; multiply 2px with F2/F3
411 pmaddwd mm1, mm4 ; multiply 2px with F0/F1
414 pmaddwd mm3, mm5 ; multiply 2px with F2/F3
417 pmaddwd mm2, mm6 ; multiply 2px with F4/F5
422 pmaddwd mm0, mm4 ; multiply 1st backed up 2px with F0/F1
423 pmaddwd mm3, mm5 ; multiply 2nd backed up 2px with F2/F3
428 pmaddwd mm2, mm6 ; multiply
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Dilsp.S452 # multiply hi,lo words of each factor to get 4 intermediate products
485 # 64-bit multiply instruction. #
499 # Perform the multiply in pieces using 16x16->32 unsigned #
H A Dfpsp.S962 # multiply operation is the smallest possible normalized number
995 # multiply operation is the smallest possible normalized number
1023 # multiply operation is the smallest possible normalized number
7309 fmul.x SCALE(%a6),%fp0 # multiply 2^(M)
9626 # the multiply factor that we're trying to create should be a denorm
9627 # for the multiply to work. Therefore, we're going to actually do a
9628 # multiply with a denorm which will cause an unimplemented data type
9652 # create an fp multiply that will create the result.
9667 fmul.x (%sp)+,%fp0 # do the multiply
11338 # fmul() - emulate a multiply instructio
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_blend.c120 { "multiply", "", 0, AV_OPT_TYPE_CONST, {.i64=BLEND_MULTIPLY}, 0, 0, FLAGS, "mode" },
190 DEFINE_BLEND(multiply, MULTIPLY(1, A, B))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dtparm.c208 %* multiply pop and pop and push the result
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dtparm.c208 %* multiply pop and pop and push the result

Completed in 267 milliseconds

12