Home
last modified time | relevance | path

Searched refs:colMax (Results 1 – 25 of 69) sorted by relevance

123

/dports/astro/siril/siril/subprojects/librtprocess/src/demosaic/
H A Ddcb.cc82 colMax = CACHESIZE - border; in dcb_initTileLimits()
97 colMax = std::min(TILEBORDER + W - border - x0, colMax); in dcb_initTileLimits()
103 int rowMin, colMin, rowMax, colMax; in fill_raw() local
182 int rowMin, colMin, rowMax, colMax; in dcb_hid() local
198 int rowMin, colMin, rowMax, colMax; in dcb_color() local
240 int rowMin, colMin, rowMax, colMax; in dcb_hid2() local
263 int rowMin, colMin, rowMax, colMax; in dcb_map() local
295 int rowMin, colMin, rowMax, colMax; in dcb_correction() local
318 int rowMin, colMin, rowMax, colMax; in dcb_pp() local
375 int rowMin, colMin, rowMax, colMax; in dcb_correction2() local
[all …]
/dports/graphics/librtprocess/librtprocess-0.11.0/src/demosaic/
H A Ddcb.cc82 colMax = CACHESIZE - border; in dcb_initTileLimits()
103 int rowMin, colMin, rowMax, colMax; in fill_raw() local
182 int rowMin, colMin, rowMax, colMax; in dcb_hid() local
198 int rowMin, colMin, rowMax, colMax; in dcb_color() local
240 int rowMin, colMin, rowMax, colMax; in dcb_hid2() local
263 int rowMin, colMin, rowMax, colMax; in dcb_map() local
295 int rowMin, colMin, rowMax, colMax; in dcb_correction() local
318 int rowMin, colMin, rowMax, colMax; in dcb_pp() local
375 int rowMin, colMin, rowMax, colMax; in dcb_correction2() local
415 int rowMin, colMin, rowMax, colMax; in dcb_refinement() local
[all …]
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/librtprocess/src/demosaic/
H A Ddcb.cc82 colMax = CACHESIZE - border; in dcb_initTileLimits()
103 int rowMin, colMin, rowMax, colMax; in fill_raw() local
182 int rowMin, colMin, rowMax, colMax; in dcb_hid() local
198 int rowMin, colMin, rowMax, colMax; in dcb_color() local
240 int rowMin, colMin, rowMax, colMax; in dcb_hid2() local
263 int rowMin, colMin, rowMax, colMax; in dcb_map() local
295 int rowMin, colMin, rowMax, colMax; in dcb_correction() local
318 int rowMin, colMin, rowMax, colMax; in dcb_pp() local
375 int rowMin, colMin, rowMax, colMax; in dcb_correction2() local
415 int rowMin, colMin, rowMax, colMax; in dcb_refinement() local
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/internal/src/
H A Dpos_test.go117 {MakePos(nil, 1, colMax+10), MakePos(nil, 1, colMax+20), true, false, false},
145 {makeLico(1, colMax), ":1", 1, colMax},
146 {makeLico(1, colMax+1), ":1", 1, 0}, // column too large
147 {makeLico(lineMax+1, colMax+1), fmt.Sprintf(":%d", lineMax), lineMax, 0},
175 {makeLico(1, colMax), ":1" + def, 1, colMax},
176 {makeLico(1, colMax+1), ":1" + def, 1, 0}, // column too large
177 {makeLico(lineMax+1, colMax+1), fmt.Sprintf(":%d", lineMax) + def, lineMax, 0},
178 {makeLico(lineMax+1, colMax+1).withIsStmt(), fmt.Sprintf(":%d", lineMax) + is, lineMax, 0},
179 {makeLico(lineMax+1, colMax+1).withNotStmt(), fmt.Sprintf(":%d", lineMax) + not, lineMax, 0},
H A Dpos.go174 if showCol && 0 < col && col < colMax {
331 colBits, colMax = 32 - lineBits - xlogueBits - isStmtBits, 1<<colBits - 1 const
396 if col > colMax {
398 col = colMax
406 func (x lico) Col() uint { return uint(x) >> colShift & colMax }
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DHeightFieldUtils.cpp71 if (colMin > colMax) colMin = colMax; in getHeightAtPixel()
92 else if (colMax == colMin) in getHeightAtPixel()
123 if (colMin > colMax) colMin = colMax; in getHeightAtPixel()
175 if (colMin == colMax) in getHeightAtPixel()
179 colMax = colMin + 1; in getHeightAtPixel()
181 else if (colMax > 0) in getHeightAtPixel()
183 colMin = colMax - 1; in getHeightAtPixel()
188 if (colMin > colMax) colMin = colMax; in getHeightAtPixel()
216 v1.set(colMax, rowMin, lrHeight); in getHeightAtPixel()
217 v2.set(colMax, rowMax, urHeight); in getHeightAtPixel()
[all …]
/dports/math/R-cran-lpSolve/lpSolve/src/
H A Dlp_scale.c164 colMax = lp->columns; in CurtisReidScales()
178 for(i = 1; i <= colMax; i++) { in CurtisReidScales()
289 for(i = 1; i <= colMax; i++) in CurtisReidScales()
313 for(i = 1; i <= colMax; i++) in CurtisReidScales()
357 for(col=1; col<=colMax; col++) in CurtisReidScales()
359 for(col=1; col<=colMax; col++) in CurtisReidScales()
632 int i,j, colMax, nz; in scale_columns() local
647 colMax = lp->columns; in scale_columns()
681 int i, j, nz, colMax; in scale_rows() local
697 colMax = lp->columns; in scale_rows()
[all …]
/dports/math/lp_solve/lp_solve_5.5/
H A Dlp_scale.c164 colMax = lp->columns; in CurtisReidScales()
178 for(i = 1; i <= colMax; i++) { in CurtisReidScales()
289 for(i = 1; i <= colMax; i++) in CurtisReidScales()
313 for(i = 1; i <= colMax; i++) in CurtisReidScales()
356 for(col=1; col<=colMax; col++) in CurtisReidScales()
358 for(col=1; col<=colMax; col++) in CurtisReidScales()
632 int i,j, colMax, nz; in scale_columns() local
647 colMax = lp->columns; in scale_columns()
681 int i, j, nz, colMax; in scale_rows() local
697 colMax = lp->columns; in scale_rows()
[all …]
/dports/science/axom/axom-0.6.1/src/axom/sidre/examples/lulesh2/
H A Dlulesh-comm.cc93 colMax = false ; in CommRecv()
156 if (colMax) { in CommRecv()
393 colMax = false ; in CommSend()
488 if (colMin | colMax) { in CommSend()
885 colMax = 0 ; in CommSBN()
963 if (colMin | colMax) { in CommSBN()
982 if (colMax) { in CommSBN()
1299 colMax = false ; in CommSyncPosVel()
1404 if (colMax) { in CommSyncPosVel()
1718 colMax = false ; in CommMonoQ()
[all …]
/dports/science/axom/axom-0.6.1/src/axom/slam/examples/lulesh2.0.3/
H A Dlulesh-comm.cpp138 colMax = false; in CommRecv()
209 if (colMax) in CommRecv()
472 colMax = false; in CommSend()
586 if (colMin | colMax) in CommSend()
1049 colMax = 0; in CommSBN()
1145 if (colMin | colMax) in CommSBN()
1169 if (colMax) in CommSBN()
1546 colMax = false; in CommSyncPosVel()
1674 if (colMax) in CommSyncPosVel()
2048 colMax = false; in CommMonoQ()
[all …]
/dports/science/axom/axom-0.6.1/src/axom/slam/examples/lulesh2.0.3_orig/
H A Dlulesh-comm.cc88 colMax = false ; in CommRecv()
151 if (colMax) { in CommRecv()
388 colMax = false ; in CommSend()
483 if (colMin | colMax) { in CommSend()
880 colMax = 0 ; in CommSBN()
958 if (colMin | colMax) { in CommSBN()
977 if (colMax) { in CommSBN()
1294 colMax = false ; in CommSyncPosVel()
1399 if (colMax) { in CommSyncPosVel()
1713 colMax = false ; in CommMonoQ()
[all …]
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/examples/proxies/lulesh2.0.3/
H A Dlulesh-comm.cc88 colMax = false ; in CommRecv()
151 if (colMax) { in CommRecv()
388 colMax = false ; in CommSend()
483 if (colMin | colMax) { in CommSend()
880 colMax = 0 ; in CommSBN()
958 if (colMin | colMax) { in CommSBN()
977 if (colMax) { in CommSBN()
1294 colMax = false ; in CommSyncPosVel()
1399 if (colMax) { in CommSyncPosVel()
1713 colMax = false ; in CommMonoQ()
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/internal/src/
H A Dpos_test.go106 {MakePos(nil, 1, colMax+10), MakePos(nil, 1, colMax+20), true, false, false},
134 {makeLico(1, colMax), ":1", 1, colMax},
135 {makeLico(1, colMax+1), ":1", 1, 0}, // column too large
136 {makeLico(lineMax+1, colMax+1), fmt.Sprintf(":%d", lineMax), lineMax, 0},
H A Dpos.go117 if showCol && col < colMax {
252 colBits, colMax = 32 - lineBits, 1<<colBits - 1 const
260 if col > colMax {
262 col = colMax
268 func (x lico) Col() uint { return uint(x) & colMax }
/dports/editors/libreoffice/libreoffice-7.2.6.2/lotuswordpro/source/filter/xfilter/
H A Dxftable.cxx144 int colMax = -1; in GetColumnCount() local
147 if( column.first>colMax ) in GetColumnCount()
148 colMax = column.first; in GetColumnCount()
150 return colMax; in GetColumnCount()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/lotuswordpro/source/filter/xfilter/
H A Dxftable.cxx144 int colMax = -1; in GetColumnCount() local
147 if( column.first>colMax ) in GetColumnCount()
148 colMax = column.first; in GetColumnCount()
150 return colMax; in GetColumnCount()
/dports/science/PETSc/petsc-3.14.1/src/mat/order/
H A Dspectral.c23 PetscInt rStart, rEnd, r, colMax = 0; in MatCreateLaplacian() local
56 colMax = PetscMax(colMax, newcols);CHKERRQ(ierr); in MatCreateLaplacian()
62 ierr = PetscMalloc2(colMax,&newCols,colMax,&newVals);CHKERRQ(ierr); in MatCreateLaplacian()
81 … if (newcols > colMax) SETERRQ(PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Overran work space"); in MatCreateLaplacian()
/dports/math/R-cran-psych/psych/R/
H A Dreverse.code.R5 if(is.null(maxi)) {colMax <- apply(items,2,max,na.rm=TRUE)} else {colMax <- maxi} functionVar
7 colAdj <- colMax+colMin
/dports/math/R-cran-NMF/NMF/src/
H A Dutils.cpp26 SEXP colMax(SEXP x);
186 template<class T> inline void colMax(T* x, int n, int p, T* res, const T& NA_value){ in colMax() function
244 SEXP colMax(SEXP x){ in colMax() function
263 colMax(NUMERIC_POINTER(x), n, p, NUMERIC_POINTER(ans), NA_REAL); in colMax()
269 colMax(INTEGER_POINTER(x), n, p, INTEGER_POINTER(ans), NA_INTEGER); in colMax()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/javax/swing/plaf/basic/
H A DBasicTableUI.java484 int colMax = table.getModel().getColumnCount() - 1; in actionPerformed() local
496 colModel.setSelectionInterval(colMax, colMax); in actionPerformed()
535 colModel.setLeadSelectionIndex(Math.min(colLead + 1, colMax)); in actionPerformed()
540 colModel.setLeadSelectionIndex(colMax); in actionPerformed()
578 (colMax, colLead + (getLastVisibleColumnIndex() - in actionPerformed()
657 advanceSingleSelection(colModel, colMax, rowModel, rowMax, in actionPerformed()
661 advanceSingleSelection(rowModel, rowMax, colModel, colMax, in actionPerformed()
698 colModel.setSelectionInterval(Math.min(colLead + 1, colMax), in actionPerformed()
699 Math.min(colLead + 1, colMax)); in actionPerformed()
732 (colMax, colLead + (getLastVisibleColumnIndex() - in actionPerformed()
[all …]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/internal/src/
H A Dpos.go161 if showCol && 0 < col && col < colMax {
311 colBits, colMax = 32 - lineBits - xlogueBits - isStmtBits, 1<<colBits - 1 const
376 if col > colMax {
378 col = colMax
386 func (x lico) Col() uint { return uint(x) >> colShift & colMax }
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/swing/plaf/basic/
H A DBasicTableUI.java609 int colMax = table.getModel().getColumnCount() - 1; in actionPerformed() local
621 colModel.setSelectionInterval(colMax, colMax); in actionPerformed()
654 colModel.setLeadSelectionIndex(Math.min(colLead + 1, colMax)); in actionPerformed()
658 colModel.setLeadSelectionIndex(colMax); in actionPerformed()
690 target = Math.min(colMax, colLead in actionPerformed()
768 advanceSingleSelection(colModel, colMax, rowModel, rowMax, in actionPerformed()
771 advanceSingleSelection(rowModel, rowMax, colModel, colMax, in actionPerformed()
808 colModel.setSelectionInterval(Math.min(colLead + 1, colMax), in actionPerformed()
809 Math.min(colLead + 1, colMax)); in actionPerformed()
913 colModel.setSelectionInterval(Math.min(colLead + 1, colMax), in actionPerformed()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/swing/plaf/basic/
H A DBasicTableUI.java609 int colMax = table.getModel().getColumnCount() - 1; in actionPerformed() local
621 colModel.setSelectionInterval(colMax, colMax); in actionPerformed()
654 colModel.setLeadSelectionIndex(Math.min(colLead + 1, colMax)); in actionPerformed()
658 colModel.setLeadSelectionIndex(colMax); in actionPerformed()
690 target = Math.min(colMax, colLead in actionPerformed()
768 advanceSingleSelection(colModel, colMax, rowModel, rowMax, in actionPerformed()
771 advanceSingleSelection(rowModel, rowMax, colModel, colMax, in actionPerformed()
808 colModel.setSelectionInterval(Math.min(colLead + 1, colMax), in actionPerformed()
809 Math.min(colLead + 1, colMax)); in actionPerformed()
913 colModel.setSelectionInterval(Math.min(colLead + 1, colMax), in actionPerformed()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/swing/plaf/basic/
H A DBasicTableUI.java609 int colMax = table.getModel().getColumnCount() - 1; in actionPerformed() local
621 colModel.setSelectionInterval(colMax, colMax); in actionPerformed()
654 colModel.setLeadSelectionIndex(Math.min(colLead + 1, colMax)); in actionPerformed()
658 colModel.setLeadSelectionIndex(colMax); in actionPerformed()
690 target = Math.min(colMax, colLead in actionPerformed()
768 advanceSingleSelection(colModel, colMax, rowModel, rowMax, in actionPerformed()
771 advanceSingleSelection(rowModel, rowMax, colModel, colMax, in actionPerformed()
808 colModel.setSelectionInterval(Math.min(colLead + 1, colMax), in actionPerformed()
809 Math.min(colLead + 1, colMax)); in actionPerformed()
913 colModel.setSelectionInterval(Math.min(colLead + 1, colMax), in actionPerformed()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/swing/plaf/basic/
H A DBasicTableUI.java609 int colMax = table.getModel().getColumnCount() - 1; in actionPerformed() local
621 colModel.setSelectionInterval(colMax, colMax); in actionPerformed()
654 colModel.setLeadSelectionIndex(Math.min(colLead + 1, colMax)); in actionPerformed()
658 colModel.setLeadSelectionIndex(colMax); in actionPerformed()
690 target = Math.min(colMax, colLead in actionPerformed()
768 advanceSingleSelection(colModel, colMax, rowModel, rowMax, in actionPerformed()
771 advanceSingleSelection(rowModel, rowMax, colModel, colMax, in actionPerformed()
808 colModel.setSelectionInterval(Math.min(colLead + 1, colMax), in actionPerformed()
809 Math.min(colLead + 1, colMax)); in actionPerformed()
913 colModel.setSelectionInterval(Math.min(colLead + 1, colMax), in actionPerformed()
[all …]

123