Home
last modified time | relevance | path

Searched refs:numY (Results 1 – 25 of 143) sorted by relevance

123456

/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/src/cpp/
H A DNgonGridDataDecomposer.cpp34 int numY = 0; in getDataSize() local
35 int* piNumY = &numY; in getDataSize()
41 return numX * numY; in getDataSize()
56 int numY = 0; in fillVertices() local
57 int* piNumY = &numY; in fillVertices()
380 int numY = 0; in getIndicesSize() local
381 int* piNumY = &numY; in getIndicesSize()
386 if (numX == 0 || numY == 0) in getIndicesSize()
403 int numY = 0; in fillIndices() local
404 int* piNumY = &numY; in fillIndices()
[all …]
H A DPlot3DDecomposer.cpp38 int numY = 0; in fillVertices() local
39 int* piNumY = &numY; in fillVertices()
105 int numY = 0; in fillColors() local
148 int numY = 0; in fillIndices() local
178 int numY = 0; in getWireIndicesSize() local
205 int numY = 0; in fillWireIndices() local
428 ij = getPointIndex(numX, numY, 0, numY - 1); in fillWireIndices()
437 ij = getPointIndex(numX, numY, 0, numY - 1); in fillWireIndices()
448 ip1j = getPointIndex(numX, numY, i + 1, numY - 1); in fillWireIndices()
457 ijm1 = getPointIndex(numX, numY, i, numY - 2); in fillWireIndices()
[all …]
H A DNgonGridGrayplotDataDecomposer.cpp46 int numY = 0; in fillColors() local
47 int* piNumY = &numY; in fillColors()
102 int numY = 0; in fillIndices() local
103 int* piNumY = &numY; in fillIndices()
117 if (numX == 0 || numY == 0) in fillIndices()
143 *nextEdgeValid = isFacetEdgeValid(z, values, perNodeValues, numX, numY, i + 1, j, logUsed); in isFacetValid()
152 double zij = getValue(values, numX, numY, i, j); in isFacetValid()
192 zij = getZCoordinate(z, numX, numY, i, j, logUsed); in isFacetEdgeValid()
193 zijp1 = getZCoordinate(z, numX, numY, i, j + 1, logUsed); in isFacetEdgeValid()
210 zij = getValue(values, numX, numY, i, j); in isFacetEdgeValid()
[all …]
H A DNormalGenerator.cpp115 for (int j = 0; j < numY - 2; ++j) in CalculateGridNormalSmooth()
119 p2 = getGridNormal(buffer, numX, numY, elementSize, i, j, 2); in CalculateGridNormalSmooth()
120 p3 = getGridNormal(buffer, numX, numY, elementSize, i, j, 3); in CalculateGridNormalSmooth()
122 pj0 = getGridNormal(buffer, numX, numY, elementSize, i, j + 1, 0); in CalculateGridNormalSmooth()
123 pj1 = getGridNormal(buffer, numX, numY, elementSize, i, j + 1, 1); in CalculateGridNormalSmooth()
136 for (int j = 0; j < numY - 1; ++j) in CalculateGridNormalSmooth()
142 p1 = getGridNormal(buffer, numX, numY, elementSize, i, j, 1); in CalculateGridNormalSmooth()
143 p3 = getGridNormal(buffer, numX, numY, elementSize, i, j, 3); in CalculateGridNormalSmooth()
145 pi0 = getGridNormal(buffer, numX, numY, elementSize, i + 1, j, 0); in CalculateGridNormalSmooth()
146 pi2 = getGridNormal(buffer, numX, numY, elementSize, i + 1, j, 2); in CalculateGridNormalSmooth()
[all …]
H A DNgonGridMatplotDataDecomposer.cpp46 int numY = 0; in fillVertices() local
47 int* piNumY = &numY; in fillVertices()
90 for (int j = 0; j < numY; j++) in fillGridVertices()
138 for (int j = 0; j < numY - 1; j++) in fillGridVertices()
237 int numY = 0; in fillColors() local
238 int* piNumY = &numY; in fillColors()
278 currentZ = z[i * (numY - 1) + (numY - 2 - j)]; in fillColors()
291 currentZ = z[(numX - 2) * (numY - 1) + (numY - 2 - j)]; in fillColors()
365 int numY = 0; in fillIndices() local
366 int* piNumY = &numY; in fillIndices()
[all …]
H A DpickSurface.cpp148 int numY = 0; in pickSurface() local
149 int* piNumY = &numY; in pickSurface()
162 for (int j = 0; j < (numY - 1); ++j) in pickSurface()
224 int numY = 0; in pickSurface() local
225 int* piNumY = &numY; in pickSurface()
236 Vec3 P2 = Vec3(X[numX - 1], Y[numY - 1], 0); in pickSurface()
237 Vec3 P3 = Vec3(X[0], Y[numY - 1], 0); in pickSurface()
250 int numY = 0; in pickSurface() local
251 int* piNumY = &numY; in pickSurface()
262 mbounds[3] = mbounds[1] + (numY - 1) * scale[1]; in pickSurface()
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/includes/
H A DNgonGridDataDecomposer.hxx63 double* x, double* y, double* z, int numX, int numY);
78 double* z, int numX, int numY);
93 double* z, int numX, int numY);
107 void getFacetCoordinates(double* x, double* y, double* z, int numX, int numY, int i, int j,
120 virtual double getZCoordinate(double* z, int numX, int numY, int i, int j);
134 virtual double getZCoordinate(double* z, int numX, int numY, int i, int j, int logUsed);
145 virtual double getValue(double* values, int numX, int numY, int i, int j);
162 int numX, int numY);
225 static int getPointIndex(int numX, int numY, int i, int j);
246 static double computeFacetAverageZValue(double* z, int numX, int numY, int i, int j);
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/src/c/getHandleProperty/
H A Dget_data_property.c49 int numY = 0; in getmatplotdata() local
50 int *piNumY = &numY; in getmatplotdata()
73 int dims[3] = {numY - 1, numX - 1, 1}; in getmatplotdata()
79 int dims[3] = {numY - 1, numX - 1, 1}; in getmatplotdata()
85 int dims[3] = {numY - 1, numX - 1, 3}; in getmatplotdata()
91 int dims[3] = {numY - 1, numX - 1, 3}; in getmatplotdata()
97 int dims[3] = {numY - 1, numX - 1, 1}; in getmatplotdata()
103 int dims[3] = {numY - 1, numX - 1, 3}; in getmatplotdata()
109 int dims[3] = {numY - 1, numX - 1, 4}; in getmatplotdata()
184 int numY = 0; in getgrayplotdata() local
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/serializers/osg/
H A DDispatchCompute.cpp9 GLint numX = 0, numY = 0, numZ = 0; in checkComputeGroups() local
10 attr.getComputeGroups( numX, numY, numZ ); in checkComputeGroups()
11 return numX>0 && numY>0 && numZ>0; in checkComputeGroups()
16 GLint numX = 0, numY = 0, numZ = 0; in readComputeGroups() local
17 is >> numX >> numY >> numZ; in readComputeGroups()
18 attr.setComputeGroups( numX, numY, numZ ); in readComputeGroups()
24 GLint numX = 0, numY = 0, numZ = 0; in writeComputeGroups() local
25 attr.getComputeGroups( numX, numY, numZ ); in writeComputeGroups()
26 os << numX << numY << numZ << std::endl; in writeComputeGroups()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/ioss/vtkioss/generated/
H A DIogn_GeneratedMesh.C50 numY = std::stoull(tokens[1]); in GeneratedMesh()
59 numX, numY, numZ); in GeneratedMesh()
156 numX, numY, numZ); in set_bbox()
383 numX, numY, numZ, sclX, numX, offX, offX, offX + numX * sclX, sclY, numY, offY, in show_parameters()
477 return mult * numX * numY; in shell_element_count_proc()
484 return mult * numX * numY; in shell_element_count_proc()
567 return mult * numX * numY; in sideset_side_count_proc()
574 return mult * numX * numY; in sideset_side_count_proc()
818 offset += numX * (numY - 1); in element_surface_map()
823 offset = myStartZ * numX * numY + numX * (numY - 1) + 1; in element_surface_map()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/ioss/vtkioss/gen_struc/
H A DIogs_GeneratedMesh.C44 numY = std::stoll(tokens[1]); in GeneratedMesh()
306 numX, numY, numZ, sclX, numX, offX, offX, offX + numX * sclX, sclY, numY, offY, in show_parameters()
349 return numX * numY * numZ; in element_count()
355 return numX * numY * myNumZ; in element_count_proc()
365 case PX: return numY * numZ; in sideset_side_count()
369 case PZ: return numX * numY; in sideset_side_count()
381 case PX: return numY * myNumZ; in sideset_side_count_proc()
386 return numX * numY; in sideset_side_count_proc()
393 return numX * numY; in sideset_side_count_proc()
562 offset += numX * (numY - 1); in element_surface_map()
[all …]
/dports/graphics/wdune/wdune-1.926/src/
H A DNodeIndexedFaceSet.cpp1727 if (numY == 2 && numX == 3) { in storeVertexN()
2096 vec.z *= -((float)numY - 1) / (float)numY; in storeVertex()
2114 vec.z *= ((float)numY - 1) / (float)numY; in storeVertex()
2166 if (numY > 1) in storeVertex()
2167 vec.y *= ((float)numY - 1.0f) / (float)numY; in storeVertex()
2173 if (numY > 1) in storeVertex()
2174 vec.y *= ((float)numY - 1.0f) / (float)numY; in storeVertex()
2191 vec.z *= ((float)numY - 1) / (float)numY; in storeVertex()
2204 vec.z *= ((float)numY - 1) / (float)numY; in storeVertex()
2358 if (numY == 3 && numX== 1) { in storeVertexMid()
[all …]
/dports/graphics/Coin/coin-Coin-4.0.0/src/engines/
H A DSoComposeVec2f.cpp92 int numY=y.getNum(); in evaluate() local
94 int numOut=numX>numY?numX:numY; in evaluate()
102 yVal=i<numY?y[i]:y[numY-1]; in evaluate()
H A DSoComposeVec3f.cpp96 int numY=y.getNum(); in evaluate() local
99 int numOut=numX>numY?numX:numY; in evaluate()
108 yVal=i<numY?y[i]:y[numY-1]; in evaluate()
H A DSoComposeVec4f.cpp101 int numY=y.getNum(); in evaluate() local
105 int numOut=numX>numY?numX:numY; in evaluate()
115 yVal=i<numY?y[i]:y[numY-1]; in evaluate()
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/lef/clef/
H A DxlefwWriter.cpp813 return LefDefParser::lefwArraySite(name, origX, origY, orient, numX, numY, spaceX, spaceY); in lefwArraySite()
817 return LefDefParser::lefwArraySiteStr(name, origX, origY, orient, numX, numY, spaceX, spaceY); in lefwArraySiteStr()
821 return LefDefParser::lefwArrayCanplace(name, origX, origY, orient, numX, numY, spaceX, spaceY); in lefwArrayCanplace()
825 … return LefDefParser::lefwArrayCanplaceStr(name, origX, origY, orient, numX, numY, spaceX, spaceY); in lefwArrayCanplaceStr()
829 …return LefDefParser::lefwArrayCannotoccupy(name, origX, origY, orient, numX, numY, spaceX, spaceY); in lefwArrayCannotoccupy()
925 … return LefDefParser::lefwMacroSitePattern(name, origX, origY, orient, numX, numY, spaceX, spaceY); in lefwMacroSitePattern()
1157 return LefDefParser::lefwMacroPinPortVia(xl, yl, viaName, numX, numY, spaceX, spaceY, mask); in lefwMacroPinPortVia()
1185 return LefDefParser::lefwMacroObsLayerPath(num_paths, xl, yl, numX, numY, spaceX, spaceY, mask); in lefwMacroObsLayerPath()
1189 … return LefDefParser::lefwMacroObsLayerRect(xl1, yl1, xl2, yl2, numX, numY, spaceX, spaceY, mask); in lefwMacroObsLayerRect()
1193 …return LefDefParser::lefwMacroObsLayerPolygon(num_polys, xl, yl, numX, numY, spaceX, spaceY, mask); in lefwMacroObsLayerPolygon()
[all …]
H A DlefwWriter.h1386 …* name, double origX, double origY, int orient, double numX, double numY, double spaceX, do…
1401 …* name, double origX, double origY, int orient, double numX, double numY, double spaceX, do…
1563 …t char* name, double origX, double origY, int orient, int numX, int numY, double spaceX, do…
1900 …nPortLayerPath (int num_paths, double* xl, double* yl, int numX, int numY, double spaceX, do…
1906 …Rect (double xl1, double yl1, double xl2, double yl2, int numX, int numY, double spaceX, do…
1912 …rtLayerPolygon (int num_polys, double* xl, double* yl, int numX, int numY, double spaceX, do…
1917 EXTERN int lefwMacroPinPortVia (double xl, double yl, const char* viaName, int numX, int numY,…
1961 EXTERN int lefwMacroObsLayerPath (int num_paths, double* xl, double* yl, int numX, int numY, d…
1967 …Rect (double xl1, double yl1, double xl2, double yl2, int numX, int numY, double spaceX, do…
1973 EXTERN int lefwMacroObsLayerPolygon (int num_polys, double* xl, double* yl, int numX, int numY
[all …]
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/lef/lef/
H A DlefwWriter.hpp1519 int orient, double numX, double numY, double spaceX,
1538 int orient, double numX, double numY, double spaceX,
1557 int orient, double numX, double numY, double spaceX,
2089 int numY, // optional(0)
2101 int numY, // optional(0)
2113 int numY, // optional(0)
2123 int numY, // optional(0)
2174 int numY, // optional(0)
2186 int numY, // optional(0)
2197 int numY, // optional(0)
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/serializers/osg/
H A DProgram.cpp127 GLint numX = 0, numY = 0, numZ = 0; in checkComputeGroups() local
128 attr.getComputeGroups( numX, numY, numZ ); in checkComputeGroups()
129 return numX>0 && numY>0 && numZ>0; in checkComputeGroups()
134 GLint numX = 0, numY = 0, numZ = 0; in readComputeGroups() local
135 is >> numX >> numY >> numZ; in readComputeGroups()
136 attr.setComputeGroups( numX, numY, numZ ); in readComputeGroups()
142 GLint numX = 0, numY = 0, numZ = 0; in writeComputeGroups() local
143 attr.getComputeGroups( numX, numY, numZ ); in writeComputeGroups()
144 os << numX << numY << numZ << std::endl; in writeComputeGroups()
/dports/devel/juce/JUCE-f37e9a1/examples/GUI/
H A DComponentDemo.h96 for (auto i = 0; i < numX * numY; ++i) in ToggleLightGridComponent()
107 auto stepY = getHeight() / numY; in resized()
111 for (auto y = 0; y < numY; ++y) in resized()
125 static const int numY = 20; variable
127 ToggleLightComponent toggleLights [numX * numY];
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/data/contour/
H A DNonGridContourDataset.java105 int numX, int numY, int power) { in NonGridContourDataset() argument
107 buildGrid(numX, numY, power); in NonGridContourDataset()
121 protected void buildGrid(int numX, int numY, int power) { in buildGrid() argument
123 int numValues = numX * numY; in buildGrid()
157 double dyGrid = yRange.getLength() / (numY - 1); in buildGrid()
169 for (int j = 0; j < numY; j++) { in buildGrid()
170 int k = numY * i + j; in buildGrid()
/dports/devel/bullet/bullet3-3.21/examples/Experiments/ImplicitCloth/
H A DImplicitClothExample.cpp15 int numX = 20, numY = 20; variable
17 int numX = 60, numY = 60; variable
19 const size_t total_points = (numX) * (numY);
67 m_cloth = ClothCreate(numX, numY, size); in initPhysics()
/dports/devel/py-bullet3/bullet3-3.21/examples/Experiments/ImplicitCloth/
H A DImplicitClothExample.cpp15 int numX = 20, numY = 20; variable
17 int numX = 60, numY = 60; variable
19 const size_t total_points = (numX) * (numY);
67 m_cloth = ClothCreate(numX, numY, size); in initPhysics()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfdoc/
H A Dcpdf_dest.cpp96 const CPDF_Number* numY = ToNumber(m_pArray->GetDirectObjectAt(3)); in GetXYZ() local
101 *pHasY = !!numY; in GetXYZ()
106 if (numY) in GetXYZ()
107 *pY = numY->GetNumber(); in GetXYZ()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgshape/
H A Dosgshape.cpp76 unsigned int numY = 512; in createShapes() local
79 grid->allocate(numX,numY); in createShapes()
81 grid->setYInterval(sizeY/float(numY)); in createShapes()
83 for(unsigned int r=0;r<numY;++r) in createShapes()
88 double ry = double(r)/double(numY-1); in createShapes()

123456