Home
last modified time | relevance | path

Searched refs:gridpoints (Results 1 – 25 of 179) sorted by relevance

12345678

/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/awt/color/
H A DColorLookUpTable.java72 int gridpoints; // Number of gridpoints field in ColorLookUpTable
142 gridpoints = data[10] & (0xFF); in readClut16()
162 nClut *= gridpoints; in readClut16()
164 multiplier[nIn - i - 1] = multiplier[nIn - i] * gridpoints; in readClut16()
201 gridpoints = (data[10] & (0xFF)); in readClut8()
220 nClut *= gridpoints; in readClut8()
222 multiplier[nIn - i - 1] = multiplier[nIn - i] * gridpoints; in readClut8()
298 int index = (int) Math.floor(in2[i] * ((double) gridpoints - 1.0)); in lookup()
299 double alpha = in2[i] * ((double) gridpoints - 1.0) - (double) index; in lookup()
302 if (index >= gridpoints - 1) in lookup()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/awt/color/
H A DColorLookUpTable.java72 int gridpoints; // Number of gridpoints field in ColorLookUpTable
142 gridpoints = data[10] & (0xFF); in readClut16()
162 nClut *= gridpoints; in readClut16()
164 multiplier[nIn - i - 1] = multiplier[nIn - i] * gridpoints; in readClut16()
201 gridpoints = (data[10] & (0xFF)); in readClut8()
220 nClut *= gridpoints; in readClut8()
222 multiplier[nIn - i - 1] = multiplier[nIn - i] * gridpoints; in readClut8()
298 int index = (int) Math.floor(in2[i] * ((double) gridpoints - 1.0)); in lookup()
299 double alpha = in2[i] * ((double) gridpoints - 1.0) - (double) index; in lookup()
302 if (index >= gridpoints - 1) in lookup()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/awt/color/
H A DColorLookUpTable.java72 int gridpoints; // Number of gridpoints field in ColorLookUpTable
142 gridpoints = data[10] & (0xFF); in readClut16()
162 nClut *= gridpoints; in readClut16()
164 multiplier[nIn - i - 1] = multiplier[nIn - i] * gridpoints; in readClut16()
201 gridpoints = (data[10] & (0xFF)); in readClut8()
220 nClut *= gridpoints; in readClut8()
222 multiplier[nIn - i - 1] = multiplier[nIn - i] * gridpoints; in readClut8()
298 int index = (int) Math.floor(in2[i] * ((double) gridpoints - 1.0)); in lookup()
299 double alpha = in2[i] * ((double) gridpoints - 1.0) - (double) index; in lookup()
302 if (index >= gridpoints - 1) in lookup()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/java/awt/color/
H A DColorLookUpTable.java72 int gridpoints; // Number of gridpoints field in ColorLookUpTable
142 gridpoints = data[10] & (0xFF); in readClut16()
162 nClut *= gridpoints; in readClut16()
164 multiplier[nIn - i - 1] = multiplier[nIn - i] * gridpoints; in readClut16()
201 gridpoints = (data[10] & (0xFF)); in readClut8()
220 nClut *= gridpoints; in readClut8()
222 multiplier[nIn - i - 1] = multiplier[nIn - i] * gridpoints; in readClut8()
298 int index = (int) Math.floor(in2[i] * ((double) gridpoints - 1.0)); in lookup()
299 double alpha = in2[i] * ((double) gridpoints - 1.0) - (double) index; in lookup()
302 if (index >= gridpoints - 1) in lookup()
[all …]
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/xtp-2a31d70/src/libxtp/
H A Despfit.cc107 const std::vector<Eigen::Vector3d>& gridpoints = grid.getGridPositions(); in EvalNuclearPotential() local
113 for (Index i = 0; i < Index(gridpoints.size()); i++) { in EvalNuclearPotential()
117 double dist_j = (gridpoints[i] - posatom).norm(); in EvalNuclearPotential()
134 const std::vector<Eigen::Vector3d>& gridpoints = grid.getGridPositions(); in FitPartialCharges() local
137 << " Fittingcenters and " << gridpoints.size() in FitPartialCharges()
146 for (const auto& gridpoint : gridpoints) { in FitPartialCharges()
159 for (Index j = 0; j < Index(gridpoints.size()); j++) { in FitPartialCharges()
160 double dist_i = (atomlist[i].getPos() - gridpoints[j]).norm(); in FitPartialCharges()
228 for (Index k = 0; k < Index(gridpoints.size()); k++) { in FitPartialCharges()
231 double dist = (gridpoints[k] - atom.getPos()).norm(); in FitPartialCharges()
[all …]
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/src/libxtp/
H A Despfit.cc107 const std::vector<Eigen::Vector3d>& gridpoints = grid.getGridPositions();
113 for (Index i = 0; i < Index(gridpoints.size()); i++) {
117 double dist_j = (gridpoints[i] - posatom).norm();
134 const std::vector<Eigen::Vector3d>& gridpoints = grid.getGridPositions();
137 << " Fittingcenters and " << gridpoints.size()
146 for (const auto& gridpoint : gridpoints) {
159 for (Index j = 0; j < Index(gridpoints.size()); j++) {
160 double dist_i = (atomlist[i].getPos() - gridpoints[j]).norm();
228 for (Index k = 0; k < Index(gridpoints.size()); k++) {
231 double dist = (gridpoints[k] - atom.getPos()).norm();
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/java/awt/color/
H A DColorLookUpTable.java72 int gridpoints; // Number of gridpoints field in ColorLookUpTable
142 gridpoints = data[10] & (0xFF); in readClut16()
162 nClut *= gridpoints; in readClut16()
164 multiplier[nIn - i - 1] = multiplier[nIn - i] * gridpoints; in readClut16()
201 gridpoints = (data[10] & (0xFF)); in readClut8()
220 nClut *= gridpoints; in readClut8()
222 multiplier[nIn - i - 1] = multiplier[nIn - i] * gridpoints; in readClut8()
298 int index = (int) Math.floor(in2[i] * ((double) gridpoints - 1.0)); in lookup()
299 double alpha = in2[i] * ((double) gridpoints - 1.0) - (double) index; in lookup()
302 if (index >= gridpoints - 1) in lookup()
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/java/awt/color/
H A DColorLookUpTable.java72 int gridpoints; // Number of gridpoints field in ColorLookUpTable
142 gridpoints = data[10] & (0xFF); in readClut16()
162 nClut *= gridpoints; in readClut16()
164 multiplier[nIn - i - 1] = multiplier[nIn - i] * gridpoints; in readClut16()
201 gridpoints = (data[10] & (0xFF)); in readClut8()
220 nClut *= gridpoints; in readClut8()
222 multiplier[nIn - i - 1] = multiplier[nIn - i] * gridpoints; in readClut8()
298 int index = (int) Math.floor(in2[i] * ((double) gridpoints - 1.0)); in lookup()
299 double alpha = in2[i] * ((double) gridpoints - 1.0) - (double) index; in lookup()
302 if (index >= gridpoints - 1) in lookup()
[all …]
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core/src/main/java/de/lmu/ifi/dbs/elki/utilities/referencepoints/
H A DGridBasedReferencePoints.java92 final int gridpoints = MathUtil.ipowi(grids, dim); in getReferencePoints() local
93 if(gridpoints < 0) { in getReferencePoints()
96 if(gridpoints > db.size()) { in getReferencePoints()
97 …LOG.warning("Grid has " + gridpoints + " points, but you only have " + db.size() + " observations.… in getReferencePoints()
99 ArrayList<DoubleVector> result = new ArrayList<>(gridpoints); in getReferencePoints()
106 for(int i = 0; i < gridpoints; i++) { in getReferencePoints()
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/src/
H A DGribV2Record.cpp148 GRIB2Grid() : gridpoints(0) { }; in GRIB2Grid()
149 ~GRIB2Grid() { delete [] gridpoints; }; in ~GRIB2Grid()
151 double *gridpoints; member in GRIB2Grid
739 grib_msg->grids.gridpoints = new double[npoints]; in unpackDS()
768 grib_msg->grids.gridpoints=new double[npoints]; in unpackDS()
888 lastgp+=grib_msg->grids.gridpoints[l]; in unpackDS()
889 grib_msg->grids.gridpoints[l]=lastgp*E/D; in unpackDS()
898 grib_msg->grids.gridpoints[l]= grib_msg->md.R+grib_msg->grids.gridpoints[l]*E/D; in unpackDS()
959 grib_msg->grids.gridpoints= new double[npoints]; in unpackDS()
1553 data = grib_msg->grids.gridpoints; in readDataSet()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/awt/color/
H A DICC_Profile.java1018 final int gridpoints = 16; in makeIdentityClut() local
1021 final int clutSize = 2 * nOut * gridpoints * gridpoints * gridpoints; in makeIdentityClut()
1030 buf.put(10, (byte) gridpoints); // number gridpoints in makeIdentityClut()
1057 for (int x = 0; x < gridpoints; x++) in makeIdentityClut()
1058 for (int y = 0; y < gridpoints; y++) in makeIdentityClut()
1059 for (int z = 0; z < gridpoints; z++) in makeIdentityClut()
1061 int offset = clutOffset + z * 2 * nOut + y * gridpoints * 2 * nOut in makeIdentityClut()
1062 + x * gridpoints * gridpoints * 2 * nOut; in makeIdentityClut()
1063 double xf = ((double) x) / ((double) gridpoints - 1.0); in makeIdentityClut()
1064 double yf = ((double) y) / ((double) gridpoints - 1.0); in makeIdentityClut()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/awt/color/
H A DICC_Profile.java1018 final int gridpoints = 16; in makeIdentityClut() local
1021 final int clutSize = 2 * nOut * gridpoints * gridpoints * gridpoints; in makeIdentityClut()
1030 buf.put(10, (byte) gridpoints); // number gridpoints in makeIdentityClut()
1057 for (int x = 0; x < gridpoints; x++) in makeIdentityClut()
1058 for (int y = 0; y < gridpoints; y++) in makeIdentityClut()
1059 for (int z = 0; z < gridpoints; z++) in makeIdentityClut()
1061 int offset = clutOffset + z * 2 * nOut + y * gridpoints * 2 * nOut in makeIdentityClut()
1062 + x * gridpoints * gridpoints * 2 * nOut; in makeIdentityClut()
1063 double xf = ((double) x) / ((double) gridpoints - 1.0); in makeIdentityClut()
1064 double yf = ((double) y) / ((double) gridpoints - 1.0); in makeIdentityClut()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/awt/color/
H A DICC_Profile.java1018 final int gridpoints = 16; in makeIdentityClut() local
1021 final int clutSize = 2 * nOut * gridpoints * gridpoints * gridpoints; in makeIdentityClut()
1030 buf.put(10, (byte) gridpoints); // number gridpoints in makeIdentityClut()
1057 for (int x = 0; x < gridpoints; x++) in makeIdentityClut()
1058 for (int y = 0; y < gridpoints; y++) in makeIdentityClut()
1059 for (int z = 0; z < gridpoints; z++) in makeIdentityClut()
1061 int offset = clutOffset + z * 2 * nOut + y * gridpoints * 2 * nOut in makeIdentityClut()
1062 + x * gridpoints * gridpoints * 2 * nOut; in makeIdentityClut()
1063 double xf = ((double) x) / ((double) gridpoints - 1.0); in makeIdentityClut()
1064 double yf = ((double) y) / ((double) gridpoints - 1.0); in makeIdentityClut()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/awt/color/
H A DICC_Profile.java1018 final int gridpoints = 16; in makeIdentityClut() local
1021 final int clutSize = 2 * nOut * gridpoints * gridpoints * gridpoints; in makeIdentityClut()
1030 buf.put(10, (byte) gridpoints); // number gridpoints in makeIdentityClut()
1057 for (int x = 0; x < gridpoints; x++) in makeIdentityClut()
1058 for (int y = 0; y < gridpoints; y++) in makeIdentityClut()
1059 for (int z = 0; z < gridpoints; z++) in makeIdentityClut()
1061 int offset = clutOffset + z * 2 * nOut + y * gridpoints * 2 * nOut in makeIdentityClut()
1062 + x * gridpoints * gridpoints * 2 * nOut; in makeIdentityClut()
1063 double xf = ((double) x) / ((double) gridpoints - 1.0); in makeIdentityClut()
1064 double yf = ((double) y) / ((double) gridpoints - 1.0); in makeIdentityClut()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/awt/color/
H A DICC_Profile.java1018 final int gridpoints = 16; in makeIdentityClut() local
1021 final int clutSize = 2 * nOut * gridpoints * gridpoints * gridpoints; in makeIdentityClut()
1030 buf.put(10, (byte) gridpoints); // number gridpoints in makeIdentityClut()
1057 for (int x = 0; x < gridpoints; x++) in makeIdentityClut()
1058 for (int y = 0; y < gridpoints; y++) in makeIdentityClut()
1059 for (int z = 0; z < gridpoints; z++) in makeIdentityClut()
1061 int offset = clutOffset + z * 2 * nOut + y * gridpoints * 2 * nOut in makeIdentityClut()
1062 + x * gridpoints * gridpoints * 2 * nOut; in makeIdentityClut()
1063 double xf = ((double) x) / ((double) gridpoints - 1.0); in makeIdentityClut()
1064 double yf = ((double) y) / ((double) gridpoints - 1.0); in makeIdentityClut()
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/awt/color/
H A DICC_Profile.java1013 final int gridpoints = 16; in makeIdentityClut() local
1016 final int clutSize = 2 * nOut * gridpoints * gridpoints * gridpoints; in makeIdentityClut()
1025 buf.put(10, (byte) gridpoints); // number gridpoints in makeIdentityClut()
1052 for (int x = 0; x < gridpoints; x++) in makeIdentityClut()
1053 for (int y = 0; y < gridpoints; y++) in makeIdentityClut()
1054 for (int z = 0; z < gridpoints; z++) in makeIdentityClut()
1056 int offset = clutOffset + z * 2 * nOut + y * gridpoints * 2 * nOut in makeIdentityClut()
1057 + x * gridpoints * gridpoints * 2 * nOut; in makeIdentityClut()
1058 double xf = ((double) x) / ((double) gridpoints - 1.0); in makeIdentityClut()
1059 double yf = ((double) y) / ((double) gridpoints - 1.0); in makeIdentityClut()
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/tools/python/vgrid/
H A DREADME28 --nx=<xsize> : Resample to the <xsize> gridpoints in the x dir
29 --ny=<ysize> : Resample to the <ysize> gridpoints in the z dir
30 --nz=<zsize> : Resample to the <zsize> gridpoints in the z dir
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCTools/QMCFiniteSize/
H A DSkParserBase.h39 void set_grid(const vector<PosType>& gridpoints);
40 void set_grid(const vector<TinyVector<int, OHMMS_DIM>>& gridpoints);
/dports/devel/py-cclib/cclib-1.7.1/data/Jaguar/basicJaguar8.3/
H A Ddvb_scan.out247 number of gridpoints:
253 number of gridpoints:
259 number of gridpoints:
507 number of gridpoints:
513 number of gridpoints:
519 number of gridpoints:
755 number of gridpoints:
761 number of gridpoints:
767 number of gridpoints:
1003 number of gridpoints:
[all …]
H A Ddvb_gopt_ks.out195 number of gridpoints:
201 number of gridpoints:
207 number of gridpoints:
430 number of gridpoints:
436 number of gridpoints:
442 number of gridpoints:
654 number of gridpoints:
660 number of gridpoints:
666 number of gridpoints:
877 number of gridpoints:
[all …]
/dports/science/dftbplus/dftbplus-19.1/test/tools/dptools/
H A Dtest_grids.py143 gridpoints = grid.get_gridpoints(coordtype=grids.GRID_COORD)
146 self.assertTrue(np.all(gridpoints == true_gridpoints))
153 gridpoints = grid.get_gridpoints(coordtype=grids.CARTESIAN_COORD)
156 diff = np.max(abs(gridpoints - true_gridpoints))
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-69/doc/
H A Dresults.dox94 about 37k gridpoints, which amounts to about 148k spatial degrees of
99 It is evident that 37k gridpoints for the first-order method is nowhere
102 gridpoints (<a href="https://github.com/conservation-laws/ryujin">github
108 2.4M gridpoints on a small compute server:
203 969M grid points per second (0.04M gridpoints per second per CPU). The
/dports/devel/py-cclib/cclib-1.7.1/data/Jaguar/basicJaguar7.0/
H A Ddvb_ir.out221 number of gridpoints:
229 number of gridpoints:
237 number of gridpoints:
374 number of gridpoints:
382 number of gridpoints:
390 number of gridpoints:
548 number of gridpoints:
556 number of gridpoints:
564 number of gridpoints:
770 number of gridpoints:
[all …]
/dports/devel/py-cclib/cclib-1.7.1/cclib/method/
H A Dvolume.py326 gridpoints = numpy.asanyarray(
334 pyamp(bfs, bs, gridpoints) * mocoeffs[bs], wavefn.data.shape
370 gridpoints = numpy.asanyarray(
383 pyamp(bfs, bs, gridpoints) * mocoeff[bs], density.data.shape
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/xtp-2a31d70/src/libxtp/grids/
H A Dvxc_grid.cc114 std::vector<const Eigen::Vector3d*> gridpoints; in getGridpoints() local
115 gridpoints.reserve(this->getGridSize()); in getGridpoints()
119 gridpoints.push_back(&point); in getGridpoints()
122 return gridpoints; in getGridpoints()

12345678