Home
last modified time | relevance | path

Searched defs:by (Results 51 – 75 of 5720) sorted by relevance

12345678910>>...229

/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/ipa/
H A Dpr92454.C4 enum by enum
23 void C::m_fn2 (by) { cf->m_fn2 (a); } in m_fn2() argument
/dports/devel/py-pyface/pyface-7.2.0/examples/undo/
H A Dmodel.py48 def increment_size(self, by): argument
53 def decrement_size(self, by): argument
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/ipa/
H A Dpr91969.C4 enum by enum
23 void C::m_fn2 (by) { cf->m_fn2 (a); } in m_fn2() argument
/dports/devel/py-apptools/apptools-4.5.0/examples/undo/
H A Dmodel.py38 def increment_size(self, by): argument
43 def decrement_size(self, by): argument
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/ppmtompeg/
H A Dbsearch.c164 int const by, in FindBestMatchExhaust()
274 int const by, in FindBestMatchTwoLevel()
424 int const by, in trySpacing()
576 int const by, in FindBestMatchSubSample()
609 int const by, in FindBestMatch()
664 int const by, in BMotionSearchNoInterp()
740 int const by, in BMotionSearchSimple()
798 int const by, in BMotionSearchCross2()
886 int const by, in BMotionSearchExhaust()
992 int const by, in BMotionSearch()
[all …]
H A Dsubsample.c51 int const by, in computePrevFyFx()
133 int const by, in LumMotionErrorA()
175 int const by, in LumMotionErrorB()
216 int const by, in LumMotionErrorC()
257 int const by, in LumMotionErrorD()
/dports/math/R-cran-sf/sf/R/
H A Djoin.R18 inner_join.sf = function(x, y, by = NULL, copy = FALSE, suffix = c(".x", ".y"), ...) { argument
25 left_join.sf = function(x, y, by = NULL, copy = FALSE, suffix = c(".x", ".y"), ...) { argument
32 right_join.sf = function(x, y, by = NULL, copy = FALSE, suffix = c(".x", ".y"), ...) { argument
39 full_join.sf = function(x, y, by = NULL, copy = FALSE, suffix = c(".x", ".y"), ...) { argument
46 semi_join.sf = function(x, y, by = NULL, copy = FALSE, suffix = c(".x", ".y"), ...) { argument
53 anti_join.sf = function(x, y, by = NULL, copy = FALSE, suffix = c(".x", ".y"), ...) { argument
/dports/net/py-eventlet/eventlet-0.33.0/eventlet/
H A Dcoros.py31 def inc(self, by=1): argument
44 def dec(self, by=1): argument
/dports/multimedia/mpeg_encode/mpeg_encode/
H A Dbsearch.c226 BMotionSearch(currentBlock, prev, next, by, bx, fmy, fmx, bmy, bmx, oldMode) in BMotionSearch() argument
281 BMotionSearchSimple(currentBlock, prev, next, by, bx, fmy, fmx, bmy, bmx, in BMotionSearchSimple() argument
339 BMotionSearchCross2(currentBlock, prev, next, by, bx, fmy, fmx, bmy, bmx, in BMotionSearchCross2() argument
427 BMotionSearchExhaust(currentBlock, prev, next, by, bx, fmy, fmx, bmy, bmx, in BMotionSearchExhaust() argument
527 FindBestMatch(block, currentBlock, prev, by, bx, motionY, motionX, bestSoFar, searchRange) in FindBestMatch() argument
577 FindBestMatchExhaust(block, currentBlock, prev, by, bx, motionY, motionX, in FindBestMatchExhaust() argument
700 FindBestMatchTwoLevel(block, currentBlock, prev, by, bx, motionY, motionX, in FindBestMatchTwoLevel() argument
868 FindBestMatchLogarithmic(block, currentBlock, prev, by, bx, motionY, motionX, in FindBestMatchLogarithmic() argument
999 FindBestMatchSubSample(block, currentBlock, prev, by, bx, motionY, motionX, in FindBestMatchSubSample() argument
1033 BMotionSearchNoInterp(currentBlock, prev, next, by, bx, fmy, fmx, forwardErr, in BMotionSearchNoInterp() argument
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/mpeg_encodedir/
H A Dbsearch.c238 BMotionSearch(currentBlock, prev, next, by, bx, fmy, fmx, bmy, bmx, oldMode) in BMotionSearch() argument
293 BMotionSearchSimple(currentBlock, prev, next, by, bx, fmy, fmx, bmy, bmx, in BMotionSearchSimple() argument
351 BMotionSearchCross2(currentBlock, prev, next, by, bx, fmy, fmx, bmy, bmx, in BMotionSearchCross2() argument
439 BMotionSearchExhaust(currentBlock, prev, next, by, bx, fmy, fmx, bmy, bmx, in BMotionSearchExhaust() argument
539 FindBestMatch(block, currentBlock, prev, by, bx, motionY, motionX, bestSoFar, searchRange) in FindBestMatch() argument
589 FindBestMatchExhaust(block, currentBlock, prev, by, bx, motionY, motionX, in FindBestMatchExhaust() argument
712 FindBestMatchTwoLevel(block, currentBlock, prev, by, bx, motionY, motionX, in FindBestMatchTwoLevel() argument
880 FindBestMatchLogarithmic(block, currentBlock, prev, by, bx, motionY, motionX, in FindBestMatchLogarithmic() argument
1011 FindBestMatchSubSample(block, currentBlock, prev, by, bx, motionY, motionX, in FindBestMatchSubSample() argument
1045 BMotionSearchNoInterp(currentBlock, prev, next, by, bx, fmy, fmx, forwardErr, in BMotionSearchNoInterp() argument
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/mpeg_encode/
H A Dbsearch.cpp227 int by, in BMotionSearch()
279 int by, in BMotionSearchSimple()
335 int by, in BMotionSearchCross2()
421 int by, in BMotionSearchExhaust()
519 int by, in FindBestMatch()
567 int by, in FindBestMatchExhaust()
688 int by, in FindBestMatchTwoLevel()
854 int by, in FindBestMatchLogarithmic()
983 int by, in FindBestMatchSubSample()
1015 int by, in BMotionSearchNoInterp()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/translations/it_IT/process/
H A Dsubmitting-patches.rst531 Dichiarazione di svista dei revisori
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/translations/it_IT/process/
H A Dsubmitting-patches.rst531 Dichiarazione di svista dei revisori
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/translations/it_IT/process/
H A Dsubmitting-patches.rst531 Dichiarazione di svista dei revisori
/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/Eval/
H A DConcrete.hs492 | by < 0 = shiftRW w ival (negate by) function
493 | by >= w = 0 function
494 | by > toInteger (maxBound :: Int) = panic "shiftLW" ["Shift amount too large", show by] function
500 | by < 0 = shiftLW w ival (negate by) function
501 | by >= w = 0 function
502 | by > toInteger (maxBound :: Int) = panic "shiftRW" ["Shift amount too large", show by] function
508 | by < 0 = shiftLW w ival (negate by) function
510 let by' = min w by in function
518 | by < 0 = shiftRS w ety vs (negate by) function
530 | by < 0 = shiftLS w ety vs (negate by) function
/dports/devel/py-apptools/apptools-4.5.0/examples/appscripting/
H A Dmodel.py47 def increment_size(self, by): argument
55 def decrement_size(self, by): argument
/dports/math/R-cran-xts/xts/R/
H A Das.numeric.R30 function(x,order.by,dateFormat="POSIXct",frequency=NULL,...) {
62 function(x,order.by,dateFormat="POSIXct",frequency=NULL,...) {
94 function(x,order.by,dateFormat="POSIXct",frequency=NULL,...) {
126 function(x,order.by,dateFormat="POSIXct",frequency=NULL,...) {
158 function(x,order.by,dateFormat="POSIXct",frequency=NULL,...) {
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/pages/device/
H A Dprocesses.inc.php54 $by = 'desc'; variable
56 $by = 'asc'; variable
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/groupby/
H A Dtest_size.py9 def test_size(df, by): argument
18 def test_size_sort(df, sort, by): argument
/dports/finance/R-cran-timeSeries/timeSeries/inst/extensionsTests/
H A DaggregateWrappers.R51 by <- timeLastDayInMonth(time(tS)) globalVar
58 by <- timeLastBizdayInMonth(time(tS), holidays = holidayZURICH()) globalVar
65 by <- timeSequence(from=start(tD), to=end(tD), by = "week") globalVar
97 by <- timeLastDayInMonth(time(tS)) globalVar
113 by <- timeLastDayInMonth(time(tS)) globalVar
248 timeDate::align(tD, by="10s") globalVar
249 timeDate::align(tD, by="60s") globalVar
250 timeDate::align(tD, by="10m") # error globalVar
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/process/
H A Dsubmitting-patches.rst511 Reviewer's statement of oversight
514 By offering my Reviewed-by: tag, I state that:
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/process/
H A Dsubmitting-patches.rst511 Reviewer's statement of oversight
514 By offering my Reviewed-by: tag, I state that:
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/process/
H A Dsubmitting-patches.rst511 Reviewer's statement of oversight
514 By offering my Reviewed-by: tag, I state that:
/dports/science/gromacs/gromacs-2021.4/src/gromacs/simd/
H A Dvector_operations.h84 … iprod(SimdFloat ax, SimdFloat ay, SimdFloat az, SimdFloat bx, SimdFloat by, SimdFloat bz) in iprod()
139 SimdFloat by, in cprod()
171 … iprod(SimdDouble ax, SimdDouble ay, SimdDouble az, SimdDouble bx, SimdDouble by, SimdDouble bz) in iprod()
226 SimdDouble by, in cprod()
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/notation/
H A DBarLineItem.cpp28 int by = int(y()); in boundingRect() local
80 int by = 0; in paint() local

12345678910>>...229