Home
last modified time | relevance | path

Searched refs:lastZ (Results 1 – 25 of 38) sorted by relevance

12

/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/src/
H A Dcompute_fractal.cpp110 CVector4 lastZ; in Compute() local
116 lastGoodZ = lastZ; in Compute()
117 lastLastZ = lastZ; in Compute()
119 lastZ = z; in Compute()
236 z = lastZ; in Compute()
256 if ((z - lastZ).Length() / r < 0.1 / fractals.GetBailout(sequence)) in Compute()
319 if (fractals.UseAdditionalBailoutCond(sequence) && (z - lastZ).Length() / r < 1e-15) in Compute()
326 if (r > 1e15 || (z - lastZ).Length() / r < 1e-15) break; in Compute()
331 if (r > fractals.GetBailout(sequence) || (z - lastZ).Length() / r < 1e-15) break; in Compute()
341 if (r > 1e15 || (z - lastZ).Length() / r < 1e-15) break; // old, is updated v2.15 in Compute()
[all …]
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/formula/definition/
H A Dfractal_transf_hybrid_color2.cpp63 double lastZ = oldPt.Length(); // aux.old_r; in FormulaCode() local
65 if (fractal->transformCommon.functionEnabledAzFalse) lastVec = newZ / lastZ; in FormulaCode()
66 if (fractal->transformCommon.functionEnabledByFalse) lastVec = lastZ / newZ; in FormulaCode()
67 if (fractal->transformCommon.functionEnabledBzFalse) lastVec = fabs(lastZ - newZ); in FormulaCode()
/dports/graphics/processing/processing-1.5.1/modes/android/examples/Sensors/Accelerometer/
H A DAccelerometerManager.java177 private float lastZ = 0;
201 lastZ = z;
206 force = Math.abs(x + y + z - lastX - lastY - lastZ)
225 lastZ = z;
/dports/cad/repsnapper/repsnapper-2.5a4/src/slicer/
H A Dclipping.cpp176 lastZ = poly.getZ(); in addPoly()
204 lastZ = polys.back().getZ(); in addPolys()
255 return getPolys(inter, lastZ, lastExtrF); in intersect()
262 return getExPolys(inter, lastZ, lastExtrF); in ext_intersect()
271 return getPolys(united, lastZ, lastExtrF); in unite()
278 return getExPolys(inter, lastZ, lastExtrF); in ext_unite()
288 return getPolys(diff, lastZ, lastExtrF); in subtract()
311 return getExPolys(diff, lastZ, lastExtrF); in ext_subtract()
319 return getPolys(getMerged(diff, dist), lastZ, lastExtrF); in subtractMerged()
327 return getPolys(xored, lastZ, lastExtrF); in Xor()
H A Dclipping.h51 double lastZ; // remember last added polygon's Z for output variable
81 void setZ(double z) {lastZ = z;}; in setZ()
82 double getZ() const {return lastZ;}; in getZ()
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/formula/opencl/
H A Dtransf_hybrid_color2.cl51 REAL lastZ = length(oldPt); // aux->old_r;
53 if (fractal->transformCommon.functionEnabledAzFalse) lastVec = newZ / lastZ;
54 if (fractal->transformCommon.functionEnabledByFalse) lastVec = lastZ / newZ;
55 if (fractal->transformCommon.functionEnabledBzFalse) lastVec = fabs(lastZ - newZ);
/dports/comms/qt5-sensors/kde-qtsensors-5.15.2p2/src/plugins/sensorgestures/qtsensors/
H A Dqslamgesturerecognizer.cpp55 lastZ(0), in QSlamSensorGestureRecognizer()
141 && qAbs(lastZ - z) < SLAM_RESTING_FACTOR) { in accelChanged()
189 lastZ = z; in accelChanged()
H A Dqwhipsensorgesturerecognizer.cpp57 lastZ(0), in QWhipSensorGestureRecognizer()
194 lastZ = z; in accelChanged()
H A Dqwhipsensorgesturerecognizer.h79 qreal lastZ; variable
H A Dqslamgesturerecognizer.h83 qreal lastZ; variable
/dports/misc/mnn/MNN-1.2.0/source/backend/vulkan/execution/glslbackup/
H A DimageTonhwc_uint8.comp26 int lastZ = uConstant.channel / 4;
39 if(zDiv4 == lastZ)
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/opencl/engines/
H A Dcompute_fractal.cl169 float4 lastZ = 0.0f;
188 lastLastZ = lastZ;
189 lastZ = z;
312 if (length(z - lastZ) / aux.r < 0.1f / consts->sequence.bailout[sequence])
380 && length(z - lastZ) / aux.r < 1e-15f)
387 if (aux.r > 1e15f || length(z - lastZ) / aux.r < 1e-15f) break;
392 if (aux.r > consts->sequence.bailout[sequence] || length(z - lastZ) / aux.r < 1e-15f)
402 if (aux.r > 1e15f || length(z - lastZ) / aux.r < 1e-15f) break;
407 if (aux.r > 1e15f || length(z - lastZ) / aux.r < 1e-15f) break;
/dports/science/drawxtl/DRAWxtl/source/DRAWxtl55/
H A DMC.cxx129 int lastZ = ncellsZ; in MC() local
135 if (!lastZ) in MC()
136 lastZ++; in MC()
162 for (int k = 0; k < lastZ; k++, ind++) //z axis in MC()
235 if (i != 0 && j != 0 && k != lastZ - 1) in MC()
248 if (i != 0 && j != 0 && k != lastZ - 1) in MC()
315 if (i != 0 && j != lastY - 1 && k != lastZ - 1) in MC()
328 if (i != 0 && j != lastY - 1 && k != lastZ - 1) in MC()
412 if (i != 0 && j != 0 && k != lastZ - 1) in MC()
419 if (i != 0 && j != lastY - 1 && k != lastZ - 1) in MC()
[all …]
/dports/graphics/pixie/Pixie/src/ri/
H A Dstochastic.cpp933 float lastZ;
966 data.lastZ = -C_INFINITY;
1025 data.origin[1] += (data.rSlopeMin + data.rSlopeMax)*(data.lastZ - data.origin[0])*0.5f;
1026 data.origin[2] += (data.gSlopeMin + data.gSlopeMax)*(data.lastZ - data.origin[0])*0.5f;
1027 data.origin[3] += (data.bSlopeMin + data.bSlopeMax)*(data.lastZ - data.origin[0])*0.5f;
1028 data.origin[0] = data.lastZ;
1065 data.lastZ = cZ;
1075 data.origin[1] += (data.rSlopeMin + data.rSlopeMax)*(data.lastZ - data.origin[0])*0.5f;
1076 data.origin[2] += (data.gSlopeMin + data.gSlopeMax)*(data.lastZ - data.origin[0])*0.5f;
1077 data.origin[3] += (data.bSlopeMin + data.bSlopeMax)*(data.lastZ - data.origin[0])*0.5f;
[all …]
/dports/misc/mnn/MNN-1.2.0/source/backend/vulkan/execution/glsl/
H A Dnc4hw4Tonchw.comp35 int lastZ = uConstant.size.y / 4;
53 if(zDiv4 == lastZ)
H A DnchwTonc4hw4.comp35 int lastZ = uConstant.size.y / 4;
47 if(zDiv4 == lastZ)
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dset.cpp170 float lastZ = walkbox.vertices[walkbox.vertexCount - 1].z; in isXZInWalkbox() local
175 if ((currentZ > z && z >= lastZ) || (currentZ <= z && z < lastZ)) { in isXZInWalkbox()
176 float lineX = (lastX - currentX) / (lastZ - currentZ) * (z - currentZ) + currentX; in isXZInWalkbox()
181 lastZ = currentZ; in isXZInWalkbox()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dset.cpp170 float lastZ = walkbox.vertices[walkbox.vertexCount - 1].z; in isXZInWalkbox() local
175 if ((currentZ > z && z >= lastZ) || (currentZ <= z && z < lastZ)) { in isXZInWalkbox()
176 float lineX = (lastX - currentX) / (lastZ - currentZ) * (z - currentZ) + currentX; in isXZInWalkbox()
181 lastZ = currentZ; in isXZInWalkbox()
/dports/games/spring/spring_98.0/AI/Skirmish/Shard/data/ai/BA/
H A Dloshandler.lua352 local lastZ = z
356 self:Plot4(cx, cz, x, lastZ, val, jam)
358 if x ~= lastZ then self:Plot4(cx, cz, lastZ, x, val, jam) end
H A Dtargethandler.lua233 local lastZ = z
237 Plot4(cx, cz, x, lastZ, threatResponse, groundAirSubmerged, val)
239 if x ~= lastZ then Plot4(cx, cz, lastZ, x, threatResponse, groundAirSubmerged, val) end
288 local lastZ = z
292 local v, t = Check4(cx, cz, x, lastZ, threatResponse, groundAirSubmerged)
296 if x ~= lastZ then
297 local v, t = Check4(cx, cz, lastZ, x, threatResponse, groundAirSubmerged)
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/lapack-like/factor/QR/
H A DTS.hpp73 auto lastZ = LockedView( treeData.QR0, 0, 0, n, n ); in Reduce() local
87 ZTop = lastZ; in Reduce()
93 ZBot = lastZ; in Reduce()
117 lastZ = LockedView( Q, 0, 0, n, n ); in Reduce()
/dports/games/openspades/openspades-0.1.3/Sources/Core/
H A DVoxelModel.cpp245 int lastZ = -1; in LoadKV6() local
255 if (b.zPos <= lastZ) { in LoadKV6()
258 lastZ = b.zPos; in LoadKV6()
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/errors-2.3.0/Control/Error/
H A DSafe.hs61 lastZ,
208 lastZ :: (MonadPlus m) => [a] -> m a
209 lastZ = maybe mzero return . S.lastMay function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/errors-2.3.0/Control/Error/
H A DSafe.hs61 lastZ,
208 lastZ :: (MonadPlus m) => [a] -> m a
209 lastZ = maybe mzero return . S.lastMay function
/dports/cad/repsnapper/repsnapper-2.5a4/src/gcode/
H A Dgcode.cpp200 double lastZ=0.; in Read() local
302 if (globalPos.z() > lastZ) { in Read()
308 lastZ = globalPos.z(); in Read()
311 else if (globalPos.z() < lastZ) { in Read()
312 lastZ = globalPos.z(); in Read()

12