Home
last modified time | relevance | path

Searched refs:levs (Results 26 – 50 of 225) sorted by relevance

123456789

/dports/multimedia/vmaf/vmaf-2.3.0/matlab/strred/matlabPyrTools/
H A DreconSFpyrLevs.m9 function resdft = reconSFpyrLevs(pyr,pind,log_rad,Xrcos,Yrcos,angle,nbands,levs,bands);
18 if any(levs > 1)
30 nlog_rad, Xrcos, Yrcos, nangle, nbands,levs-1, bands);
48 if any(levs == 1)
H A DreconSCFpyr.m32 function res = reconSCFpyr(pyr, indices, levs, bands, twidth)
37 if ~exist('levs'),
38 levs = 'all'; variable
86 res = reconSFpyr(pyr, indices, levs, bands, twidth);
/dports/science/cdo/cdo-2.0.0/libcdi/examples/pio/
H A DcompareResourcesArray.c29 static double levs[nlev] = {101300, 92500, 85000, 50000, 20000}; variable
91 zaxisDefLevels(zaxisID, levs); in defineZaxis()
101 zaxisDefLbounds ( zaxisID, &levs[0] ); in defineZaxis()
102 zaxisDefUbounds ( zaxisID, &levs[0] ); in defineZaxis()
103 zaxisDefWeights ( zaxisID, &levs[0] ); in defineZaxis()
/dports/math/R-cran-terra/terra/R/
H A Dplot_raster.R62 levs <- levels(fz) functionVar
67 levs <- out$levels
69 out$levels <- as.numeric(levs)
71 out$leg$legend <- levs
75 nlevs <- length(levs)
174 levs <- levels(fz) functionVar
175 nlevs <- length(levs)
193 levs <- gsub("]", "", gsub(")", "", gsub("\\[", "", levs)))
194 levs <- paste(levs, collapse=",")
195 m <- matrix(as.numeric(unlist(strsplit(levs, ","))), ncol=2, byrow=TRUE)
H A Dzonal.R39 levs <- active_cats(z)[[1]] functionVar
40 m <- match(out$zone, levs[,1])
41 out$zone <- levs[m, 2]
H A Drasterize.R40 levs <- list() list
45 levs[[i]] <- levels(f)
90 levs <- NULL
96 levels(r) <- levs
H A Dvalues.R28 levs <- levels(x) functionVar
30 fct <- levs[[f]]
90 levs <- levels(values) functionVar
96 levs <- levels(values)
129 setCats(y, i, levs, 2)
/dports/audio/din/din-52/src/
H A Dsine_mixer.cc189 levs[0] = &harms; in setup()
190 levs[1] = &phase; in setup()
252 levs[paintphase]->paint = cbpaint.state; in changed()
302 cbpaint.set_state (levs[paintphase]->paint, 0); in paint()
327 levels* lp = levs[paintphase]; in toggpaint()
352 levels* pla = sm.levs[sm.paintphase]; in MOVED()
354 levels* plb = sm.levs[!sm.paintphase]; in MOVED()
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/mpl_toolkits/axisartist/
H A Dgrid_finder.py126 levs = grid_info["lon"]["tick_levels"][direction]
128 direction, lon_factor, levs)
132 levs = grid_info["lat"]["tick_levels"][direction]
134 direction, lat_factor, levs)
152 def _clip_grid_lines_and_find_ticks(self, lines, values, levs, bb): argument
163 for (lx, ly), v, lev in zip(lines, values, levs):
/dports/devel/R-cran-gdata/gdata/R/
H A Dunknown.R86 levs <- levels(x) functionVar
87 levs <- levs[!(levs %in% unknown)]
88 factor(x, levels=levs)
H A DwideByFactor.R19 levs <- levels(x[[factor]]) functionVar
26 for(level in levs) {
/dports/science/cdo/cdo-2.0.0/libcdi/tests/
H A Dtest_resource_copy.c33 static double levs[nlev] = {101300, 92500, 85000, 50000, 20000}; variable
94 zaxisDefLevels(zaxisID, levs); in defineZaxis()
104 zaxisDefLbounds ( zaxisID, &levs[0] ); in defineZaxis()
105 zaxisDefUbounds ( zaxisID, &levs[0] ); in defineZaxis()
106 zaxisDefWeights ( zaxisID, &levs[0] ); in defineZaxis()
H A Dsimple_model.c78 double *lons, *lats, *levs; in modelRun() local
129 levs = (double *)malloc((size_t)setup.max_nlev * sizeof (levs[0])); in modelRun()
133 levs[i] = 101300.0 - 13000.0 * expm1(2.173 * (double)i * lscale); in modelRun()
167 zaxisDefLevels(varDesc[varIdx].zaxisID, levs); in modelRun()
370 Free(levs); in modelRun()
H A Dcksum_write.c127 double *lons, *lats, *restrict var[nvars], *levs, mscale, mrscale; in main() local
206 levs = (double *)malloc((size_t)nlev * sizeof (levs[0])); in main()
208 levs[i] = 101300 - floor(3940.3 * (exp(2.3579 * (double)(i)/(nlev - 1)) - 1.0)); in main()
225 zaxisDefLevels(zaxisID[1], levs); in main()
412 free(levs); in main()
/dports/science/cdo/cdo-2.0.0/libcdi/examples/
H A Dcdi_write_f2003.f9018 DOUBLE PRECISION lons(nlon), lats(nlat), levs(nlev) variable
25 DATA levs /101300, 92500, 85000, 50000, 20000/
41 CALL zaxisDefLevels(zaxisID2, levs)
/dports/math/R-cran-prodlim/prodlim/R/
H A Dneighbors.R3 levs=rep(1:nbh$nu,nbh$size.nbh) functionVar
4 nbh.list <- split(y[nbh$neighbors],levs)
/dports/science/R-cran-Epi/Epi/R/
H A Dcontr.2nd.R5 levs<- 1:n functionVar
7 levs <- n
H A Dcontr.orth.R5 levs <- 1:n functionVar
7 levs <- n
/dports/devel/R-cran-sfsmisc/sfsmisc/demo/
H A Dhatmat-ex.R112 levs <- pretty(c(-0.025, 0.15), 25) globalVar
113 pMatrix(H.sspl, levels=levs,
117 pMatrix(H.loess, levels=levs, main = "hat matrix S for loess()")
120 pMatrix(H.ksm, levels=levs, main = "hat matrix S for ksmooth()")
/dports/math/R-cran-raster/raster/R/
H A Dsubs.R84 levs <- list() list
100 levs[[i-1]] <- lv
135 out@data@attributes <- levs
160 out@data@attributes <- levs
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/FileManager/
H A DFileFolderPluginOpen.cpp168 CArcLevelsInfo levs; in GetFolderError() local
169 GetFolderLevels(folder, levs); in GetFolderError()
173 FOR_VECTOR (i, levs.Levels) in GetFolderError()
176 const CArcLevelInfo &lev = levs.Levels[levs.Levels.Size() - 1 - i]; in GetFolderError()
/dports/math/R/R-4.1.2/src/library/base/R/
H A Ddcf.R54 levs <- colSums(cnts > 1L) == 0L functionVar
55 if(any(levs)) {
56 inds <- tf %in% levels(tf)[levs]
62 for(l in levels(tf)[!levs]) {
/dports/math/libRmath/R-4.1.1/src/library/base/R/
H A Ddcf.R54 levs <- colSums(cnts > 1L) == 0L functionVar
55 if(any(levs)) {
56 inds <- tf %in% levels(tf)[levs]
62 for(l in levels(tf)[!levs]) {
/dports/devel/R-cran-gdata/gdata/tests/unitTests/
H A Drunit.reorder.factor.R24 levs <- c("PLACEBO", "300 MG", "600 MG", "1200 MG") vector
25 trt <- factor(rep(x=levs, times=c(22, 24, 28, 26)))
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_toolkits/axisartist/
H A Dgrid_finder.py127 levs = grid_info["lon"]["tick_levels"][direction]
129 lon_factor, levs)
133 levs = grid_info["lat"]["tick_levels"][direction]
135 lat_factor, levs)
155 def _clip_grid_lines_and_find_ticks(self, lines, values, levs, bb): argument
165 for (lx, ly), v, lev in zip(lines, values, levs):

123456789