Home
last modified time | relevance | path

Searched refs:nvel (Results 1 – 18 of 18) sorted by relevance

/dports/science/tinker/tinker/source/
H A Dspectrum.f27 integer ivel,nvel
118 nvel = k
129 do k = 0, nvel
/dports/science/octopus/octopus-10.5/src/utils/
H A Dvibrational.F9039 integer :: iunit, ierr, ii, jj, iter, read_iter, ntime, nvaf, nvel, ivel variable
131 nvel = geo%natoms*space%dim
134 SAFE_ALLOCATE(velocities(1:nvel, 1:ntime))
292 do ivel = 1, nvel
H A Dconductivity.F9042 integer :: iunit, ierr, ii, jj, iter, read_iter, ntime, nvel, ivel variable
129 nvel = geo%natoms*space%dim
132 SAFE_ALLOCATE(velocities(1:nvel, 1:ntime))
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/DetourCrowd/source/
H A DDetourObstacleAvoidance.cpp414 const float* vel, const float* dvel, float* nvel, in sampleVelocityGrid() argument
425 dtVset(nvel, 0,0,0); in sampleVelocityGrid()
454 dtVcopy(nvel, vcand); in sampleVelocityGrid()
464 const float* vel, const float* dvel, float* nvel, in sampleVelocityAdaptive() argument
475 dtVset(nvel, 0,0,0); in sampleVelocityAdaptive()
546 dtVcopy(nvel, res); in sampleVelocityAdaptive()
H A DDetourCrowd.cpp66 dtVsub(dv, ag->nvel, ag->vel); in integrate()
559 dtVset(ag->nvel, 0,0,0); in addAgent()
1309 ag->vel, ag->dvel, ag->nvel, params, vod); in update()
1314 ag->vel, ag->dvel, ag->nvel, params, vod); in update()
1321 dtVcopy(ag->nvel, ag->dvel); in update()
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/DetourCrowd/Source/
H A DDetourObstacleAvoidance.cpp436 const float* vel, const float* dvel, float* nvel, in sampleVelocityGrid() argument
447 dtVset(nvel, 0,0,0); in sampleVelocityGrid()
476 dtVcopy(nvel, vcand); in sampleVelocityGrid()
508 const float* vel, const float* dvel, float* nvel, in sampleVelocityAdaptive() argument
519 dtVset(nvel, 0,0,0); in sampleVelocityAdaptive()
616 dtVcopy(nvel, res); in sampleVelocityAdaptive()
H A DDetourCrowd.cpp64 dtVsub(dv, ag->nvel, ag->vel); in integrate()
551 dtVset(ag->nvel, 0,0,0); in addAgent()
1299 ag->vel, ag->dvel, ag->nvel, params, vod); in update()
1304 ag->vel, ag->dvel, ag->nvel, params, vod); in update()
1311 dtVcopy(ag->nvel, ag->dvel); in update()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/DetourCrowd/include/
H A DDetourObstacleAvoidance.h109 const float* vel, const float* dvel, float* nvel,
114 const float* vel, const float* dvel, float* nvel,
H A DDetourCrowd.h150 float nvel[3]; member
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/DetourCrowd/Include/
H A DDetourObstacleAvoidance.h113 const float* vel, const float* dvel, float* nvel,
118 const float* vel, const float* dvel, float* nvel,
H A DDetourCrowd.h148 …float nvel[3]; ///< The desired velocity adjusted by obstacle avoidance, calculated from scratch … member
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/reax/
H A Dcontrol.blk8 $ nprevrun,maxstp,nvel,nsurp,ncons,
/dports/games/openjk/OpenJK-07675e2/codemp/game/
H A Dw_force.c3811 vec3_t fwd, fwd_o, start_o, nvel; in DoGripAction() local
3948 VectorSubtract(fwd_o, start_o, nvel); in DoGripAction()
3950 nvLen = VectorLength(nvel); in DoGripAction()
3954 VectorNormalize(nvel); in DoGripAction()
3955 gripEnt->client->ps.velocity[0] = nvel[0]*8; in DoGripAction()
3956 gripEnt->client->ps.velocity[1] = nvel[1]*8; in DoGripAction()
3957 gripEnt->client->ps.velocity[2] = nvel[2]*8; in DoGripAction()
3961 VectorNormalize(nvel); in DoGripAction()
3968 VectorNormalize(nvel); in DoGripAction()
3975 VectorNormalize(nvel); in DoGripAction()
[all …]
/dports/multimedia/lives/lives-3.2.0/src/
H A Dresample.c947 double nvel = (naseeks[i] - paseeks[j]) / dt, seek; in quantise_events() local
949 if (nvel * paseeks[j + 1] < 0.) break; in quantise_events()
951 if (nvel > paseeks[j + 1]) { in quantise_events()
952 … if (nvel / paseeks[j + 1] > SKJUMP_THRESH_RATIO) nvel = paseeks[j + 1] * SKJUMP_THRESH_RATIO; in quantise_events()
954 … if (paseeks[j + 1] / nvel > SKJUMP_THRESH_RATIO) nvel = paseeks[j + 1] / SKJUMP_THRESH_RATIO; in quantise_events()
957 … insert_audio_event_at(xprev_aframe, paclips[j], paclips[j + 1], paseeks[j], nvel); in quantise_events()
960 seek = paseeks[j] + nvel * dt; in quantise_events()
/dports/devel/radare2/radare2-5.1.1/libr/cons/
H A Dinput.c199 int nvel = atoi (vel); in r_cons_arrow_to_hjkl() local
200 switch (nvel) { in r_cons_arrow_to_hjkl()
/dports/games/quakeforge/quakeforge-0.7.2/libs/models/
H A Dtrace.c418 vec3_t nvel; in box_portal_dist() local
440 VectorNegate (vel, nvel); in box_portal_dist()
449 t = edge_portal_dist (box->planes + p->planenum, p, p1, p2, nvel); in box_portal_dist()
/dports/science/code_saturne/code_saturne-7.1.0/bin/model/
H A DXMLinitialize.py744 nvel = XMLThermoPhysicalNode.xmlGetNode('velocity_pressure')
746 for node in nvel.xmlGetNodeList('formula'):
/dports/games/jfsw/jfsw-c434002/src/
H A Dplayer.c2576 short nvel,svel; in DoPlayerMove() local