Home
last modified time | relevance | path

Searched refs:maxZ (Results 1 – 25 of 1156) sorted by relevance

12345678910>>...47

/dports/math/scilab/scilab-6.1.1/scilab/modules/scirenderer/src/org/scilab/forge/scirenderer/implementation/g2d/motor/
H A DBoundingBox.java31 private double maxZ = Double.NEGATIVE_INFINITY; field in BoundingBox
48 this.maxZ = maxZ; in BoundingBox()
91 if (box.minZ >= maxZ) { in zCompare()
95 if (minZ >= box.maxZ) { in zCompare()
109 && box.maxZ >= minZ && maxZ >= box.minZ; in isIntersecting()
116 …|| maxX < box.minX || box.maxY < minY || maxY < box.minY) || ((box.maxZ < minZ || maxZ < box.minZ)… in isNonZOverlapping()
126 && box.maxZ > minZ && maxZ > box.minZ; in isStrictlyIntersecting()
141 double maxZ = Double.NEGATIVE_INFINITY; in getBoundingBox() local
167 if (z > maxZ) { in getBoundingBox()
168 maxZ = z; in getBoundingBox()
[all …]
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/formula/definition/
H A Dfractal_transf_sin_and_cos_max.cpp31 CVector4 maxZ = z; in FormulaCode() local
43 maxZ.x = max(max(sinZ.x, cosZ.x), sinCosZ.x); in FormulaCode()
45 if (fractal->transformCommon.functionEnabledFalse) maxZ.x /= (fabs(oldZ.x) + 1.0); in FormulaCode()
55 maxZ.y = max(max(sinZ.y, cosZ.y), sinCosZ.y); in FormulaCode()
67 maxZ.z = max(max(sinZ.z, cosZ.z), sinCosZ.z); in FormulaCode()
73 maxZ *= fractal->transformCommon.scale; in FormulaCode()
81 default: maxZ += oldZ; break; in FormulaCode()
82 case multi_combo4_type2: maxZ *= oldZ; break; in FormulaCode()
83 case multi_combo4_type3: maxZ += fabs(oldZ); break; in FormulaCode()
84 case multi_combo4_type4: maxZ *= fabs(oldZ); break; in FormulaCode()
[all …]
/dports/biology/infernal/infernal-1.1.3/src/
H A Dbandcyk-montecarlo-test.c64 int maxZ; /* maximum length that densities are calc'ed for */ in main() local
74 maxZ = esl_opt_GetInteger(go, "-Z"); in main()
96 if (! BandMonteCarlo(cm, mc_nsample, maxZ, &mc_gamma)) in main()
97 cm_Fail("Your maxZ (%d) must be too small, sorry...\n", maxZ); in main()
101 …if ((status = BandCalculationEngine(cm, maxZ, NULL, 0.001, NULL, &gamma, NULL, &gamma0_glb)) != es… in main()
102 cm_Fail("Your maxZ (%d) must be too small, sorry...\n", maxZ); in main()
107 esl_vec_DScale(gamma0_glb, maxZ+1, esl_vec_DSum(mc_gamma[v], maxZ+1)); /* convert to #'s */ in main()
108 p = DChiSquareFit(gamma0_glb, mc_gamma[v], maxZ+1); /* compare #'s */ in main()
111 esl_vec_DScale(gamma[v], maxZ+1, esl_vec_DSum(mc_gamma[v], maxZ+1)); /* convert to #'s */ in main()
112 p = DChiSquareFit(gamma[v], mc_gamma[v], maxZ+1); /* compare #'s */ in main()
/dports/graphics/blender/blender-2.91.0/extern/mantaflow/preprocessed/
H A Dcommonkernels.h167 if (maxZ > 1) { in operator()
182 if (maxZ > 1) in run()
230 if (maxZ > 1) { in operator()
245 if (maxZ > 1) in run()
307 if (maxZ > 1) in run()
369 if (maxZ > 1) in run()
430 if (maxZ > 1) in run()
521 if (maxZ > 1) in run()
586 if (maxZ > 1) in run()
790 if (maxZ > 1) in run()
[all …]
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/formula/opencl/
H A Dtransf_sin_and_cos_max.cl19 REAL4 maxZ = z;
31 maxZ.x = max(max(sinZ.x, cosZ.x), sinCosZ.x);
33 if (fractal->transformCommon.functionEnabledFalse) maxZ.x /= (fabs(oldZ.x) + 1.0f);
43 maxZ.y = max(max(sinZ.y, cosZ.y), sinCosZ.y);
55 maxZ.z = max(max(sinZ.z, cosZ.z), sinCosZ.z);
61 maxZ *= fractal->transformCommon.scale;
69 default: maxZ += oldZ; break;
70 case multi_combo4Cl_type2: maxZ *= oldZ; break;
71 case multi_combo4Cl_type3: maxZ += fabs(oldZ); break;
72 case multi_combo4Cl_type4: maxZ *= fabs(oldZ); break;
[all …]
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/plot/
H A DColorPalette.java71 protected double maxZ = -1; field in ColorPalette
116 / (this.maxZ - this.minZ)) + 2; in getColor()
154 izV = (int) (253 * (value - this.minZ) / (this.maxZ - this.minZ)) + 2; in getColorLinear()
170 double maxZtmp = this.maxZ; in getColorLog()
173 this.maxZ = maxZtmp - minZtmp + 1; in getColorLog()
178 double maxZlog = Math.log(this.maxZ) / log10; in getColorLog()
195 this.maxZ = maxZtmp; in getColorLog()
206 return this.maxZ; in getMaxZ()
334 this.maxZ = newMaxZ; in setMaxZ()
409 if (this.maxZ != colorPalette.maxZ) { in equals()
[all …]
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/trivial/
H A Dtri-z.c61 static float maxZ = 1.0; variable
107 clearVal, funcs[curFunc].str, minZ, maxZ); in display()
110 glDepthRange(minZ, maxZ); in display()
149 maxZ -= .1; in keyboard()
152 maxZ += .1; in keyboard()
170 maxZ = 1.0; in keyboard()
176 maxZ = 0.0; in keyboard()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/trivial/
H A Dtri-z.c61 static float maxZ = 1.0; variable
107 clearVal, funcs[curFunc].str, minZ, maxZ); in display()
110 glDepthRange(minZ, maxZ); in display()
149 maxZ -= .1; in keyboard()
152 maxZ += .1; in keyboard()
170 maxZ = 1.0; in keyboard()
176 maxZ = 0.0; in keyboard()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SemanticTile/
H A DExtrudedArea.php22 public $maxZ; variable in Google_Service_SemanticTile_ExtrudedArea
39 public function setMaxZ($maxZ) argument
41 $this->maxZ = $maxZ;
45 return $this->maxZ;
/dports/games/bzflag-server/bzflag-2.4.22/src/bzfs/
H A DDropGeometry.cxx61 static bool dropIt(float pos[3], float minZ, float maxZ,
67 bool DropGeometry::dropPlayer(float pos[3], float minZ, float maxZ) in dropPlayer() argument
72 bool value = dropIt(pos, minZ, maxZ, BZDBCache::tankRadius, tankHeight, -1); in dropPlayer()
78 bool DropGeometry::dropFlag(float pos[3], float minZ, float maxZ) in dropFlag() argument
81 return dropIt(pos, minZ, maxZ, BZDBCache::tankRadius, flagHeight, -1); in dropFlag()
85 bool DropGeometry::dropTeamFlag(float pos[3], float minZ, float maxZ, in dropTeamFlag() argument
93 return dropIt(pos, minZ, maxZ, 0.0f, flagHeight, team); in dropTeamFlag()
210 static bool dropIt(float pos[3], float minZ, float maxZ, in dropIt() argument
216 if (maxZ <= 0.0f) in dropIt()
252 if ((zTop > startZ) || (zTop > maxZ)) in dropIt()
[all …]
/dports/games/bzflag/bzflag-2.4.22/src/bzfs/
H A DDropGeometry.cxx61 static bool dropIt(float pos[3], float minZ, float maxZ,
67 bool DropGeometry::dropPlayer(float pos[3], float minZ, float maxZ) in dropPlayer() argument
72 bool value = dropIt(pos, minZ, maxZ, BZDBCache::tankRadius, tankHeight, -1); in dropPlayer()
78 bool DropGeometry::dropFlag(float pos[3], float minZ, float maxZ) in dropFlag() argument
81 return dropIt(pos, minZ, maxZ, BZDBCache::tankRadius, flagHeight, -1); in dropFlag()
85 bool DropGeometry::dropTeamFlag(float pos[3], float minZ, float maxZ, in dropTeamFlag() argument
93 return dropIt(pos, minZ, maxZ, 0.0f, flagHeight, team); in dropTeamFlag()
210 static bool dropIt(float pos[3], float minZ, float maxZ, in dropIt() argument
216 if (maxZ <= 0.0f) in dropIt()
252 if ((zTop > startZ) || (zTop > maxZ)) in dropIt()
[all …]
/dports/math/vtk6/VTK-6.2.0/Wrapping/Tcl/vtktesting/
H A Dbackdrop.tcl1 proc BuildBackdrop {minX maxX minY maxY minZ maxZ thickness} {
3 basePlane SetCenter [expr ($maxX + $minX) / 2.0] $minY [expr ($maxZ + $minZ) / 2.0]
6 basePlane SetZLength [expr ($maxZ - $minZ)]
25 leftPlane SetCenter $minX [expr ($maxY + $minY) / 2.0] [expr ($maxZ + $minZ) / 2.0]
28 leftPlane SetZLength [expr ($maxZ - $minZ)]
/dports/math/vtk9/VTK-9.1.0/Utilities/vtkTclTest2Py/
H A Dbackdrop.py18 def BuildBackdrop (minX, maxX, minY, maxY, minZ, maxZ, thickness): argument
31 basePlane.SetCenter( (maxX + minX)/2.0, minY, (maxZ + minZ)/2.0)
34 basePlane.SetZLength(maxZ - minZ)
61 leftPlane.SetCenter( minX, (maxY+minY)/2.0, (maxZ+minZ)/2.0)
64 leftPlane.SetZLength(maxZ-minZ)
/dports/math/vtk9/VTK-9.1.0/Filters/General/Testing/Python/
H A Dbackdrop.py18 def BuildBackdrop (minX, maxX, minY, maxY, minZ, maxZ, thickness): argument
31 basePlane.SetCenter( (maxX + minX)/2.0, minY, (maxZ + minZ)/2.0)
34 basePlane.SetZLength(maxZ - minZ)
61 leftPlane.SetCenter( minX, (maxY+minY)/2.0, (maxZ+minZ)/2.0)
64 leftPlane.SetZLength(maxZ-minZ)
/dports/math/vtk8/VTK-8.2.0/Utilities/vtkTclTest2Py/
H A Dbackdrop.py18 def BuildBackdrop (minX, maxX, minY, maxY, minZ, maxZ, thickness): argument
31 basePlane.SetCenter( (maxX + minX)/2.0, minY, (maxZ + minZ)/2.0)
34 basePlane.SetZLength(maxZ - minZ)
61 leftPlane.SetCenter( minX, (maxY+minY)/2.0, (maxZ+minZ)/2.0)
64 leftPlane.SetZLength(maxZ-minZ)
/dports/math/vtk6/VTK-6.2.0/Utilities/vtkTclTest2Py/
H A Dbackdrop.py18 def BuildBackdrop (minX, maxX, minY, maxY, minZ, maxZ, thickness): argument
31 basePlane.SetCenter( (maxX + minX)/2.0, minY, (maxZ + minZ)/2.0)
34 basePlane.SetZLength(maxZ - minZ)
61 leftPlane.SetCenter( minX, (maxY+minY)/2.0, (maxZ+minZ)/2.0)
64 leftPlane.SetZLength(maxZ-minZ)
/dports/math/vtk8/VTK-8.2.0/Filters/Core/Testing/Python/
H A Dbackdrop.py18 def BuildBackdrop (minX, maxX, minY, maxY, minZ, maxZ, thickness): argument
31 basePlane.SetCenter( (maxX + minX)/2.0, minY, (maxZ + minZ)/2.0)
34 basePlane.SetZLength(maxZ - minZ)
61 leftPlane.SetCenter( minX, (maxY+minY)/2.0, (maxZ+minZ)/2.0)
64 leftPlane.SetZLength(maxZ-minZ)
/dports/math/vtk8/VTK-8.2.0/Filters/General/Testing/Python/
H A Dbackdrop.py18 def BuildBackdrop (minX, maxX, minY, maxY, minZ, maxZ, thickness): argument
31 basePlane.SetCenter( (maxX + minX)/2.0, minY, (maxZ + minZ)/2.0)
34 basePlane.SetZLength(maxZ - minZ)
61 leftPlane.SetCenter( minX, (maxY+minY)/2.0, (maxZ+minZ)/2.0)
64 leftPlane.SetZLength(maxZ-minZ)
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/Testing/Python/
H A Dbackdrop.py18 def BuildBackdrop (minX, maxX, minY, maxY, minZ, maxZ, thickness): argument
31 basePlane.SetCenter( (maxX + minX)/2.0, minY, (maxZ + minZ)/2.0)
34 basePlane.SetZLength(maxZ - minZ)
61 leftPlane.SetCenter( minX, (maxY+minY)/2.0, (maxZ+minZ)/2.0)
64 leftPlane.SetZLength(maxZ-minZ)
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/Testing/Python/
H A Dbackdrop.py18 def BuildBackdrop (minX, maxX, minY, maxY, minZ, maxZ, thickness): argument
31 basePlane.SetCenter( (maxX + minX)/2.0, minY, (maxZ + minZ)/2.0)
34 basePlane.SetZLength(maxZ - minZ)
61 leftPlane.SetCenter( minX, (maxY+minY)/2.0, (maxZ+minZ)/2.0)
64 leftPlane.SetZLength(maxZ-minZ)
/dports/math/vtk9/VTK-9.1.0/Filters/Core/Testing/Python/
H A Dbackdrop.py18 def BuildBackdrop (minX, maxX, minY, maxY, minZ, maxZ, thickness): argument
31 basePlane.SetCenter( (maxX + minX)/2.0, minY, (maxZ + minZ)/2.0)
34 basePlane.SetZLength(maxZ - minZ)
61 leftPlane.SetCenter( minX, (maxY+minY)/2.0, (maxZ+minZ)/2.0)
64 leftPlane.SetZLength(maxZ-minZ)
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/Testing/Python/
H A Dbackdrop.py18 def BuildBackdrop (minX, maxX, minY, maxY, minZ, maxZ, thickness): argument
31 basePlane.SetCenter( (maxX + minX)/2.0, minY, (maxZ + minZ)/2.0)
34 basePlane.SetZLength(maxZ - minZ)
61 leftPlane.SetCenter( minX, (maxY+minY)/2.0, (maxZ+minZ)/2.0)
64 leftPlane.SetZLength(maxZ-minZ)
/dports/math/vtk6/VTK-6.2.0/Filters/General/Testing/Python/
H A Dbackdrop.py18 def BuildBackdrop (minX, maxX, minY, maxY, minZ, maxZ, thickness): argument
31 basePlane.SetCenter( (maxX + minX)/2.0, minY, (maxZ + minZ)/2.0)
34 basePlane.SetZLength(maxZ - minZ)
61 leftPlane.SetCenter( minX, (maxY+minY)/2.0, (maxZ+minZ)/2.0)
64 leftPlane.SetZLength(maxZ-minZ)
/dports/math/vtk6/VTK-6.2.0/Filters/Core/Testing/Python/
H A Dbackdrop.py18 def BuildBackdrop (minX, maxX, minY, maxY, minZ, maxZ, thickness): argument
31 basePlane.SetCenter( (maxX + minX)/2.0, minY, (maxZ + minZ)/2.0)
34 basePlane.SetZLength(maxZ - minZ)
61 leftPlane.SetCenter( minX, (maxY+minY)/2.0, (maxZ+minZ)/2.0)
64 leftPlane.SetZLength(maxZ-minZ)
/dports/devel/ispc/ispc-1.16.1/examples/cpu/deferred/
H A Ddynamic_c.cpp95 float *minZ, float *maxZ) { in ComputeZBounds() argument
114 *maxZ = laneMaxZ; in ComputeZBounds()
125 float minZ, maxZ; in ComputeZBoundsRow() local
128 cameraFar, &minZ, &maxZ); in ComputeZBoundsRow()
130 maxZArray[tileX] = maxZ; in ComputeZBoundsRow()
185 maxZ = std::max(maxZ, mMaxZArrays[srcLevel][(srcY)*srcTilesX + (srcX + 1)]); in Update()
188maxZ = std::max(maxZ, mMaxZArrays[srcLevel][(srcY + 1) * srcTilesX + (srcX + 1)]); in Update()
193maxZ = std::max(maxZ, mMaxZArrays[srcLevel][(srcY + 1) * srcTilesX + (srcX)]); in Update()
566 maxZ[0] = minMaxZTree->MaxZ(level, tileX, tileY); in ShadeDynamicTileRecurse()
653 d = maxZ - light_positionView_z; in IntersectLightsWithTileMinMax()
[all …]

12345678910>>...47