Home
last modified time | relevance | path

Searched refs:ybin (Results 1 – 25 of 61) sorted by relevance

123

/dports/science/lammps/lammps-stable_29Sep2021/src/DPD-REACT/
H A Dnbin_ssa.cpp56 int xbin,ybin,zbin; in bin_atoms() local
93 ibin = coord2bin(x[i][0], x[i][1], x[i][2], xbin, ybin, zbin); in bin_atoms()
97 if (ybin < lbinylo) lbinylo = ybin; in bin_atoms()
98 if (ybin >= lbinyhi) lbinyhi = ybin + 1; in bin_atoms()
H A Dnpair_half_bin_newton_ssa.cpp113 int xbin,ybin,zbin,xbin2,ybin2,zbin2; in build() local
129 ybin = (lbinyhi - lbinylo + sy1 - 1) / sy1 + 1; in build()
132 int phaseLenEstimate = xbin*ybin*zbin; in build()
160 for (ybin = lbinylo + yoff - ns_ssa->sy; ybin < lbinyhi; ybin += sy1) { in build()
166 int s_ybin = ybin + ((subphase & 0x2) ? ns_ssa->sy : 0); in build()
260 ibin = coord2bin(x[i],xbin,ybin,zbin); in build()
266 ybin2 = ybin + stencilxyz[k][1]; in build()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/cosmotools/
H A DComputeBins.h113 vtkm::Id ybin = 0; in operator() local
116 ybin = static_cast<vtkm::Id>((static_cast<T>(yNum) * (yLoc - yMin)) / (yMax - yMin)); in operator()
117 if (ybin >= yNum) in operator()
118 ybin = yNum - 1; in operator()
127 return (xbin + ybin * xNum + zbin * xNum * yNum); in operator()
H A DComputeNeighborBins.h93 const vtkm::Id ybin = (binId / xNum) % yNum; in operator() local
99 for (vtkm::Id y = ybin - 1; y <= ybin + 1; y++) in operator()
H A DMarkActiveNeighbors.h109 const vtkm::Id ybin = (iBinId / xNum) % yNum; in operator() local
118 for (vtkm::Id y = ybin - 1; y <= ybin + 1; y++) in operator()
H A DComputeBinIndices.h87 void operator()(const vtkm::Id& bin, vtkm::Id& xbin, vtkm::Id& ybin, vtkm::Id& zbin) const in operator()
90 ybin = (bin / numBinsX) % numBinsY; in operator()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/worklet/cosmotools/
H A DComputeBins.h125 vtkm::Id ybin = 0; in operator() local
128 ybin = static_cast<vtkm::Id>((static_cast<T>(yNum) * (yLoc - yMin)) / (yMax - yMin)); in operator()
129 if (ybin >= yNum) in operator()
130 ybin = yNum - 1; in operator()
139 return (xbin + ybin * xNum + zbin * xNum * yNum); in operator()
H A DComputeNeighborBins.h103 const vtkm::Id ybin = (binId / xNum) % yNum; in operator() local
109 for (vtkm::Id y = ybin - 1; y <= ybin + 1; y++) in operator()
H A DMarkActiveNeighbors.h119 const vtkm::Id ybin = (iBinId / xNum) % yNum; in operator() local
128 for (vtkm::Id y = ybin - 1; y <= ybin + 1; y++) in operator()
H A DComputeBinIndices.h97 void operator()(const vtkm::Id& bin, vtkm::Id& xbin, vtkm::Id& ybin, vtkm::Id& zbin) const in operator()
100 ybin = (bin / numBinsX) % numBinsY; in operator()
/dports/astro/astrometry/astrometry.net-0.85/solver/
H A Dcodeprojections.c99 int xbin, ybin; in add_to_histogram() local
102 ybin = value_to_bin(val2, Nbins); in add_to_histogram()
103 hist[xbin * Nbins + ybin]++; in add_to_histogram()
112 dhist[xbin * Nbins + ybin] += inc; in add_to_histogram()
117 int xbin, ybin; in add_to_cd_histogram() local
119 ybin = value_to_bin(val2, Nbins); in add_to_cd_histogram()
120 xyhist[xbin * Nbins + ybin]++; in add_to_cd_histogram()
122 dxyhist[xbin * Nbins + ybin] += 1.0 / (volume_at_value(val1) * volume_at_value(val2)); in add_to_cd_histogram()
/dports/astro/phd2/phd2-2.6.10/
H A Dcam_sxv.cpp630 unsigned short ybin) in LatchPixels() argument
632 int ret = sxLatchPixels(sxHandle, flags, 0, xoffset, yoffset, width, height, xbin, ybin); in LatchPixels()
643 unsigned short ybin, unsigned int msec) in ExposePixels() argument
696 unsigned short xbin, ybin; in Capture() local
700 ybin = 1; in Capture()
704 xbin = ybin = Binning; in Capture()
778 unsigned int nPixelsToRead = (xsize / xbin) * (ysize / ybin); in Capture()
812 LatchPixels(hCam, SXCCD_EXP_FLAGS_FIELD_BOTH, xofs, yofs, xsize, ysize, xbin, ybin); in Capture()
841 …error = InitImgProgressive(img, xofs / xbin, yofs / ybin, xsize / xbin, ysize / ybin, takeSubframe… in Capture()
863 for (int y = 0; y < ysize / ybin; y++) in Capture()
[all …]
/dports/math/R-cran-VGAM/VGAM/demo/
H A Dcqo.R77 ybin <- with(hspider, globalVar
81 colnames(ybin) <- paste0(colnames(ybin), ".01")
82 hspider <- data.frame(hspider, ybin)
85 b1 <- cqo(ybin[, -c(1, 5)] ~ WaterCon + BareSand + FallTwig + CoveMoss +
/dports/graphics/R-cran-ggplot2/ggplot2/R/
H A Dstat-summary-2d.r101 ybin <- cut(data$y, ybreaks, include.lowest = TRUE, labels = FALSE) functionVar
107 out <- tapply_df(data$z, list(xbin = xbin, ybin = ybin), f, drop = drop) nameattr
113 ydim <- bin_loc(ybreaks, out$ybin)
H A Dstat-bin2d.r68 ybin <- cut(data$y, ybreaks, include.lowest = TRUE, labels = FALSE) functionVar
73 out <- tapply_df(data$weight, list(xbin = xbin, ybin = ybin), sum, drop = drop) nameattr
79 ydim <- bin_loc(ybreaks, out$ybin)
/dports/math/gsl/gsl-2.7/histogram/
H A Dtest2d.c442 size_t ybin; in test2d() local
446 gsl_histogram2d_find (h3, xpos, ypos, &xbin, &ybin); in test2d()
452 double expected_ymean = (h3->yrange[ybin] + h3->yrange[ybin + 1]) / 2.0; in test2d()
471 size_t ybin; in test2d() local
479 for (ybin = 0; ybin < N; ybin++) in test2d()
482 ((h3->yrange[ybin] + h3->yrange[ybin + 1]) / 2.0 - in test2d()
487 h3->bin[xbin * N + ybin] = prob; in test2d()
/dports/security/dropbear/dropbear-2020.81/libtomcrypt/tests/
H A Ddh_test.c181 unsigned char ybin[] = { in _set_test() local
207 … { 256, gbin, sizeof(gbin), pbin, sizeof(pbin), xbin, sizeof(xbin), ybin, sizeof(ybin) } in _set_test()
296 if (compare_testvector(buf, len, ybin, sizeof(ybin), "radix_test", i*10 + 3)) { in _set_test()
334 if (compare_testvector(buf, len, ybin, sizeof(ybin), "radix_test", i*10 + 7)) { in _set_test()
H A Dmpi_test.c82 unsigned char ybin[] = { in _radix_to_bin_test() local
108 … { 256, gbin, sizeof(gbin), pbin, sizeof(pbin), xbin, sizeof(xbin), ybin, sizeof(ybin) }, in _radix_to_bin_test()
/dports/security/libtomcrypt/libtomcrypt-1.18.2/tests/
H A Ddh_test.c181 unsigned char ybin[] = { in _set_test() local
207 … { 256, gbin, sizeof(gbin), pbin, sizeof(pbin), xbin, sizeof(xbin), ybin, sizeof(ybin) } in _set_test()
296 if (compare_testvector(buf, len, ybin, sizeof(ybin), "radix_test", i*10 + 3)) { in _set_test()
334 if (compare_testvector(buf, len, ybin, sizeof(ybin), "radix_test", i*10 + 7)) { in _set_test()
H A Dmpi_test.c82 unsigned char ybin[] = { in _radix_to_bin_test() local
108 … { 256, gbin, sizeof(gbin), pbin, sizeof(pbin), xbin, sizeof(xbin), ybin, sizeof(ybin) }, in _radix_to_bin_test()
/dports/astro/cfitsio/cfitsio-3.49/
H A Diter_c.c130 long ii, ihisto, xbin, ybin; in calchisto() local
163 ybin = ycol[ii] / ybinsize; in calchisto()
165 ihisto = ( ybin * xsize ) + xbin + 1; in calchisto()
/dports/science/healpix/Healpix_3.50/src/healpy/cfitsio/
H A Diter_c.c130 long ii, ihisto, xbin, ybin; in calchisto() local
163 ybin = ycol[ii] / ybinsize; in calchisto()
165 ihisto = ( ybin * xsize ) + xbin + 1; in calchisto()
/dports/graphics/vigra/vigra-8acd73a/src/impex/
H A DsifImport.cxx130 xbin = 1, ybin = 1; in SIFImportInfo()
211 ybin = helper::convertToInt(tokens[6]); in SIFImportInfo()
237 width = (width-mod)/ybin; in SIFImportInfo()
239 mod = height % ybin; in SIFImportInfo()
293 "\nVertical Binning:\t" << info.ybin << in operator <<()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_correlate.c824 static float *xbin=NULL , *ybin=NULL ; variable
906 FREEIF(xbin) ; FREEIF(ybin) ; nxybin = 0 ; in set_2Dhist_xybin()
937 ybin[ii] = ybot + ii*dy ; in set_2Dhist_xybin_eqwide()
939 xbin[nb] = xtop ; ybin[nb] = ytop ; in set_2Dhist_xybin_eqwide()
1083 if( yb != NULL ) *yb = ybin ; in get_2Dhist_xybin()
1151 ybot = ybin[0] ; ytop = ybin[nxybin] ; in stuff_2Dhist()
1336 yb = ybin[0] ; yt = ybin[1] ; kk=0 ; frac = 1.0f/(yt-yb) ; in stuff_2Dhist()
1341 yb = ybin[kk] ; yt = ybin[kk+1] ; frac = 1.0f/(yt-yb) ; in stuff_2Dhist()
1454 ybot = ybin[0] ; ytop = ybin[nxybin] ; in build_byteized_vectors()
1578 yb = ybin[0] ; yt = ybin[1] ; kk=0 ; in build_byteized_vectors()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dnpair_full_bin_ghost.cpp41 int xbin,ybin,zbin,xbin2,ybin2,zbin2; in build() local
122 ibin = coord2bin(x[i],xbin,ybin,zbin); in build()
125 ybin2 = ybin + stencilxyz[k][1]; in build()

123