Home
last modified time | relevance | path

Searched refs:targetZ (Results 1 – 25 of 50) sorted by relevance

12

/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/storage/test/unit/
H A Dselectortest.h82 std::vector<char> targetZ(20, 'A'); in testCopyMemberOut()
91 TS_ASSERT_EQUALS(targetZ[i], 'a' + i); in testCopyMemberOut()
104 std::vector<char> targetZ; in testCopyMemberIn() local
109 targetZ << i + 69; in testCopyMemberIn()
119 TS_ASSERT_EQUALS(targetZ[i], i + 69); in testCopyMemberIn()
248 std::vector<double> targetZ(20); in testFilterAoS2()
252 TS_ASSERT_EQUALS(i + 20 + 'a', targetZ[i]); in testFilterAoS2()
351 std::vector<double> targetZ(20); in testFilterSoA3()
352 grid.saveMember(&targetZ[0], selectorZ, region); in testFilterSoA3()
355 TS_ASSERT_EQUALS(i + 'a' + 20, targetZ[i]); in testFilterSoA3()
[all …]
/dports/devel/inastemp/inastemp-0.2.4/Examples/ParticlesWithBranch/
H A Dmain.cpp128 const __vector double targetZ = vec_splats(positionsZ[idxTarget]); in HandVectorizedFunctionALTIVEC() local
138 const __vector double dz = targetZ - vec_xl(0, &positionsZ[idxSource]); in HandVectorizedFunctionALTIVEC()
198 const __vector float targetZ = vec_splats(positionsZ[idxTarget]); in HandVectorizedFunctionALTIVEC() local
275 const __m512d targetZ = _mm512_set1_pd(positionsZ[idxTarget]); in HandVectorizedFunctionAVX512KNL() local
345 const __m512 targetZ = _mm512_set1_ps(positionsZ[idxTarget]); in HandVectorizedFunctionAVX512KNL() local
422 const __m256d targetZ = _mm256_set1_pd(positionsZ[idxTarget]); in HandVectorizedFunctionAVX() local
489 const __m256 targetZ = _mm256_set1_ps(positionsZ[idxTarget]); in HandVectorizedFunctionAVX() local
565 const __m128d targetZ = _mm_set1_pd(positionsZ[idxTarget]); in HandVectorizedFunctionSSE3() local
631 const __m128 targetZ = _mm_set1_ps(positionsZ[idxTarget]); in HandVectorizedFunctionSSE3() local
703 const VecType targetZ = positionsZ[idxTarget]; in VectorizedFunction() local
[all …]
/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/graphics/
H A Dobjectviewwidget.cpp37 ori.targetZ(pos, true); in CObjectViewWidget()
55 ori.targetZ(pos, true); in onIdle()
H A Ddynamicshadow.h41 m_LightOrientation.targetZ(-v); in setLightSource()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom/src/
H A Dp_mobj.c232 coord_t gravity, targetZ, floorZ, ceilingZ; in P_MobjMoveZ() local
238 targetZ = mo->origin[VZ] + mo->mom[MZ]; in P_MobjMoveZ()
265 targetZ -= FLOATSPEED; in P_MobjMoveZ()
270 targetZ += FLOATSPEED; in P_MobjMoveZ()
280 targetZ += FIX2FLT(finesine[(FINEANGLES / 20 * mapTime >> 2) & FINEMASK]); in P_MobjMoveZ()
283 if(targetZ < floorZ) in P_MobjMoveZ()
337 targetZ = floorZ; in P_MobjMoveZ()
353 mo->origin[VZ] = targetZ; in P_MobjMoveZ()
403 if(targetZ + mo->height > ceilingZ) in P_MobjMoveZ()
448 mo->origin[VZ] = targetZ; in P_MobjMoveZ()
/dports/games/OpenLara/OpenLara-b4b19f2/src/
H A Dcamera.h210 …void clipSlide(float offset, float *toX, float *toZ, float targetX, float targetZ, const TR::Box &… in clipSlide()
212 sqBox.minZ = SQR(int(targetZ) - box.minZ); in clipSlide()
213 sqBox.maxZ = SQR(int(targetZ) - box.maxZ); in clipSlide()
225 *toZ = targetZ + sqrtf(offset - sqBox.minX) * sign(box.minZ - box.maxZ); in clipSlide()
235 *toZ = targetZ - sqrtf(offset - sqBox.minX) * sign(box.minZ - box.maxZ); in clipSlide()
267 targetZ = target.pos.z; in traceClip() local
271 swap(targetX, targetZ); in traceClip()
282 if (*toZ > targetZ) in traceClip()
285 clipSlide(offset, toX, toZ, targetX, targetZ, cBox); in traceClip()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dscene_objects.cpp256 bool SceneObjects::isBetween(float sourceX, float sourceZ, float targetX, float targetZ, int sceneO… in isBetween() argument
266 …return lineIntersection(Vector2(sourceX, sourceZ), Vector2(targetX, targetZ), Vector2(objectX1, ob… in isBetween()
267 …|| lineIntersection(Vector2(sourceX, sourceZ), Vector2(targetX, targetZ), Vector2(objectX2, object… in isBetween()
268 …|| lineIntersection(Vector2(sourceX, sourceZ), Vector2(targetX, targetZ), Vector2(objectX2, object… in isBetween()
269 …|| lineIntersection(Vector2(sourceX, sourceZ), Vector2(targetX, targetZ), Vector2(objectX1, object… in isBetween()
H A Dscene_objects.h84 …bool isBetween(float sourceX, float sourceZ, float targetX, float targetZ, int sceneObjectId) cons…
/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/ultimatestunts/
H A Dcarviewer.cpp34 ori.targetZ(pos, true); in CCarViewer()
53 ori.targetZ(pos, true); in update()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dscene_objects.cpp256 bool SceneObjects::isBetween(float sourceX, float sourceZ, float targetX, float targetZ, int sceneO… in isBetween() argument
266 …return lineIntersection(Vector2(sourceX, sourceZ), Vector2(targetX, targetZ), Vector2(objectX1, ob… in isBetween()
267 …|| lineIntersection(Vector2(sourceX, sourceZ), Vector2(targetX, targetZ), Vector2(objectX2, object… in isBetween()
268 …|| lineIntersection(Vector2(sourceX, sourceZ), Vector2(targetX, targetZ), Vector2(objectX2, object… in isBetween()
269 …|| lineIntersection(Vector2(sourceX, sourceZ), Vector2(targetX, targetZ), Vector2(objectX1, object… in isBetween()
H A Dscene_objects.h84 …bool isBetween(float sourceX, float sourceZ, float targetX, float targetZ, int sceneObjectId) cons…
/dports/games/barony/Barony-3.3.7/src/
H A Dacthudweapon.cpp1711 int targetZ = -6; in actHudWeapon() local
1714 targetZ = -6; in actHudWeapon()
1723 targetZ = -3; in actHudWeapon()
1732 HUDWEAPON_MOVEZ = targetZ; in actHudWeapon()
2005 int targetZ = -4; in actHudWeapon() local
2045 HUDWEAPON_MOVEZ = targetZ; in actHudWeapon()
2473 int targetZ = -4; in actHudWeapon() local
2498 HUDWEAPON_MOVEZ = targetZ; in actHudWeapon()
2637 real_t targetZ = 1; in actHudWeapon() local
2640 targetZ = 0.5; in actHudWeapon()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/filter/testing/
H A DUnitTestWarpVectorFilter.cxx71 vtkm::FloatDefault targetZ = filter.GetUseCoordinateSystemAsField() in CheckResult() local
77 VTKM_TEST_ASSERT(point[2] == targetZ, "Wrong result of z value for warp vector"); in CheckResult()
H A DUnitTestWarpScalarFilter.cxx78 vtkm::FloatDefault targetZ = filter.GetUseCoordinateSystemAsField() in CheckResult() local
84 VTKM_TEST_ASSERT(point[2] == targetZ, "Wrong result of z value for warp scalar"); in CheckResult()
/dports/games/scourge/scourge/src/
H A Dcreature.h93 int targetX, targetY, targetZ; variable
443 if ( targetCreature ) return toint( targetCreature->getZ() ); else return targetZ; in getTargetZ()
456 targetItem = NULL; targetCreature = NULL; targetX = x; targetY = y; targetZ = z; in setTargetLocation()
461 *x = targetX; *y = targetY; *z = targetZ; in getTargetLocation()
936 return targetCreature || targetItem || targetX || targetY || targetZ; in hasTarget()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/filter/testing/
H A DUnitTestWarpVectorFilter.cxx96 vtkm::FloatDefault targetZ = filter.GetUseCoordinateSystemAsPrimaryField() in CheckResult() local
102 VTKM_TEST_ASSERT(point[2] == targetZ, "Wrong result of z value for warp vector"); in CheckResult()
H A DUnitTestWarpScalarFilter.cxx104 vtkm::FloatDefault targetZ = filter.GetUseCoordinateSystemAsPrimaryField() in CheckResult() local
110 VTKM_TEST_ASSERT(point[2] == targetZ, "Wrong result of z value for warp scalar"); in CheckResult()
/dports/cad/cura/Cura-58bae31/plugins/PostProcessingPlugin/scripts/
H A DChangeAtZ.py371 caz_instance.targetZ = self.getFloatSettingByKey("b_targetZ", None)
682 targetZ = None variable in ChangeAtZProcessor
989 return self.currentZ == self.targetZ
991 return self.currentZ >= self.targetZ
1306 self.targetZ = None
/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/shared/
H A Dmatrix.h56 void targetZ(CVector d, bool normalize=true);
/dports/games/scourge/scourge/src/render/
H A Dcutscene.h63 …void animateCamera( float targetX, float targetY, float targetZ, float targetXRot, float targetYRo…
H A Dcutscene.cpp157 void Cutscene::animateCamera( float targetX, float targetY, float targetZ, float targetXRot, float … in animateCamera() argument
162 toZ = targetZ; in animateCamera()
/dports/graphics/blender/blender-2.91.0/extern/mantaflow/preprocessed/
H A Dgrid.cpp1821 Grid<Real> &targetZ) in knCopyVec3ToReal()
1826 targetZ(targetZ) in knCopyVec3ToReal()
1837 Grid<Real> &targetZ) const in op()
1841 targetZ(i, j, k) = source(i, j, k).z; in op()
1860 return targetZ; in getArg3()
1878 op(i, j, k, source, targetX, targetY, targetZ); in operator ()()
1884 op(i, j, k, source, targetX, targetY, targetZ); in operator ()()
1897 Grid<Real> &targetZ; member
1903 Grid<Real> &targetZ) in copyVec3ToReal() argument
1905 knCopyVec3ToReal(source, targetX, targetY, targetZ); in copyVec3ToReal()
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Dai.cpp891 pXSprite->targetZ = z; in aiSetTarget()
906 pXSprite->targetZ = pTarget->z-((pDudeInfo->eyeHeight*pTarget->yrepeat)<<2); in aiSetTarget()
1574 int targetX = 0, targetY = 0, targetZ = 0; in aiInitSprite() local
1583 targetZ = pXSprite->targetZ; in aiInitSprite()
1815 pXSprite->targetZ = targetZ; in aiInitSprite()
/dports/games/py-fife/fifengine-0.4.2/engine/core/loaders/native/map/
H A Dmaploader.cpp553 int targetZ = 0; in load() local
556 transitionElement->QueryIntAttribute("z", &targetZ); in load()
558 ModelCoordinate mc(targetX, targetY, targetZ); in load()
/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/stunts3dedit/
H A Dtoolfuncs.cpp348 CMatrix Rmat; Rmat.targetZ(normal, true); in generateFunc()
360 CMatrix Rmat; Rmat.targetZ(normal, true); in generateFunc()

12