Home
last modified time | relevance | path

Searched refs:lastdist (Results 1 – 25 of 46) sorted by relevance

12

/dports/lang/fpc-source/fpc-3.2.2/packages/ptc/src/dos/textfx2/
H A Dtextfx2.pp275 lastdist, dist: Double;
281 lastdist := 1e242;
290 lastdist := dist;
306 lastdist := dist;
316 lastdist := dist;
325 lastdist := dist;
335 lastdist := dist;
344 lastdist := dist;
382 lastdist, dist: Real;
385 lastdist := 1e24;
[all …]
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dr_bsp.c159 float dist, frac, lastdist; in R_RecursiveClipBPoly() local
184 lastdist = DotProduct(plastvert->position, tplane.normal) - in R_RecursiveClipBPoly()
187 if (lastdist > 0) in R_RecursiveClipBPoly()
207 frac = lastdist / (lastdist - dist); in R_RecursiveClipBPoly()
/dports/games/hyperrogue/hyperrogue-12.0f/rogueviz/
H A Dreverb.cpp112 array<ld, 2> lastdist; member
136 p.lastdist = p.curdist; in reverb_queue()
154 att0[ch] = base / sin_auto(p.lastdist[ch]); in reverb_queue()
164 ld d = lerp(p.lastdist[ch], p.curdist[ch], a) + M_PI * s; in reverb_queue()
171 p.lastdist = p.curdist; in reverb_queue()
/dports/misc/openmvg/openMVG-2.0/src/third_party/hnswlib/
H A Dbruteforce.h99 dist_t lastdist = topResults.top().first; in searchKnn() local
102 if (dist <= lastdist) { in searchKnn()
107 lastdist = topResults.top().first; in searchKnn()
/dports/games/quake2lnx/quake2-r0.16.2/src/ref_soft/
H A Dr_bsp.c160 float dist, frac, lastdist; in R_RecursiveClipBPoly() local
187 lastdist = DotProduct (plastvert->position, tplane.normal) - in R_RecursiveClipBPoly()
190 if (lastdist > 0) in R_RecursiveClipBPoly()
211 frac = lastdist / (lastdist - dist); in R_RecursiveClipBPoly()
/dports/games/quake2-source/quake2-r0.16.2/src/ref_soft/
H A Dr_bsp.c160 float dist, frac, lastdist; in R_RecursiveClipBPoly() local
187 lastdist = DotProduct (plastvert->position, tplane.normal) - in R_RecursiveClipBPoly()
190 if (lastdist > 0) in R_RecursiveClipBPoly()
211 frac = lastdist / (lastdist - dist); in R_RecursiveClipBPoly()
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/sw/
H A Dsw_rbsp.c99 float dist, frac, lastdist; in R_RecursiveClipBPoly() local
124 lastdist = DotProduct (plastvert->position, tplane.normal) - in R_RecursiveClipBPoly()
127 if (lastdist > 0) in R_RecursiveClipBPoly()
147 frac = lastdist / (lastdist - dist); in R_RecursiveClipBPoly()
H A Dsw_rdraw.c616 float dist, lastdist, lzi, scale, u, v, frac; in R_RenderPoly() local
663 lastdist = DotProduct (verts[vertpage][lastvert].position, in R_RenderPoly()
674 if ((lastdist > 0) != (dist > 0)) { in R_RenderPoly()
675 frac = dist / (dist - lastdist); in R_RenderPoly()
698 lastdist = dist; in R_RenderPoly()
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/sw32/
H A Dsw32_rbsp.c102 float dist, frac, lastdist; in R_RecursiveClipBPoly() local
127 lastdist = DotProduct (plastvert->position, tplane.normal) - in R_RecursiveClipBPoly()
130 if (lastdist > 0) in R_RecursiveClipBPoly()
150 frac = lastdist / (lastdist - dist); in R_RecursiveClipBPoly()
H A Dsw32_rdraw.c614 float dist, lastdist, lzi, scale, u, v, frac; in sw32_R_RenderPoly() local
661 lastdist = DotProduct (verts[vertpage][lastvert].position, in sw32_R_RenderPoly()
672 if ((lastdist > 0) != (dist > 0)) { in sw32_R_RenderPoly()
673 frac = dist / (dist - lastdist); in sw32_R_RenderPoly()
696 lastdist = dist; in sw32_R_RenderPoly()
/dports/games/q2pro/q2pro/ref_soft/
H A Dsw_bsp.c160 float dist, frac, lastdist; in R_RecursiveClipBPoly() local
187 lastdist = DotProduct (plastvert->position, tplane.normal) - in R_RecursiveClipBPoly()
190 if (lastdist > 0) in R_RecursiveClipBPoly()
211 frac = lastdist / (lastdist - dist); in R_RecursiveClipBPoly()
/dports/games/tenebrae/tenebrae_0/
H A Dr_bsp.c162 float dist, frac, lastdist; in R_RecursiveClipBPoly() local
188 lastdist = DotProduct (plastvert->position, tplane.normal) - in R_RecursiveClipBPoly()
191 if (lastdist > 0) in R_RecursiveClipBPoly()
212 frac = lastdist / (lastdist - dist); in R_RecursiveClipBPoly()
H A Dr_draw.c702 float dist, lastdist, lzi, scale, u, v, frac; in R_RenderPoly() local
756 lastdist = DotProduct (verts[vertpage][lastvert].position, in R_RenderPoly()
768 if ((lastdist > 0) != (dist > 0)) in R_RenderPoly()
770 frac = dist / (dist - lastdist); in R_RenderPoly()
794 lastdist = dist; in R_RenderPoly()
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dr_bsp.c168 float dist, frac, lastdist; in R_RecursiveClipBPoly() local
194 lastdist = DotProduct (plastvert->position, tplane.normal) - tplane.dist; in R_RecursiveClipBPoly()
196 if (lastdist > 0) in R_RecursiveClipBPoly()
217 frac = lastdist / (lastdist - dist); in R_RecursiveClipBPoly()
H A Dr_draw.c703 float dist, lastdist, lzi, scale, u, v, frac; in R_RenderPoly() local
757 lastdist = DotProduct (verts[vertpage][lastvert].position, pclip->normal) in R_RenderPoly()
769 if ((lastdist > 0) != (dist > 0)) in R_RenderPoly()
771 frac = dist / (dist - lastdist); in R_RenderPoly()
795 lastdist = dist; in R_RenderPoly()
/dports/graphics/py-pyx/PyX-0.15/pyx/graph/axis/
H A Daxis.py319 dist=0.5, firstdist=None, lastdist=None, title=None, reverse=0, argument
328 if lastdist is not None:
329 self.lastdist = lastdist
331 self.lastdist = 0.5 * dist
338 data = axisdata(size=self.firstdist+self.lastdist-self.dist, subaxes={}, names=[])
455 firstdist=0, lastdist=0, argument
458 firstdist=firstdist, lastdist=lastdist,
/dports/devel/checkbashisms/devscripts-2.21.4/scripts/
H A Ddebchange.pl1477 my ($lastmaint, $nextmaint, $maintline, $count, $lastheader, $lastdist,
1496 $lastdist = $2;
1497 $lastdist =~ s/^\s+//;
1498 undef $lastdist if $lastdist eq "UNRELEASED";
1579 $distribution = $opt_D || $lastdist || "unstable";
/dports/games/flightgear-data/fgdata/Nasal/tutorial/
H A Dtutorial.nas308 var lastdist = distN.getValue();
310 if (lastdist != nil) {
311 var speed = (lastdist - dist) / (time - last_step_time) + 0.00001; # m/s
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DSmoothFace.cpp1261 double lastdist = move.length(); in project_to_patch() local
1262 double bestdist = lastdist; in project_to_patch()
1269 if (lastdist <= tol && !eval_norm && nout == 0) in project_to_patch()
1481 if (distnew > lastdist) in project_to_patch()
1510 lastdist = distnew; in project_to_patch()
/dports/graphics/py-pyx/PyX-0.15/manual/
H A Daxis.rst135 … linkpainter=None, parter=None, texter=None), dist=0.5, firstdist=None, lastdist=None, title=None,…
151 by suming up the sizes of its subaxes plus *firstdist*, *lastdist* and *dist*
162 distinct value. *firstdist* and *lastdist* are used before the first and after
170 …=bar(dist=0, painter=None, linkpainter=None), dist=0.5, firstdist=None, lastdist=None, title=None,…
176 .. class:: split(subaxes=None, defaultsubaxis=linear(), dist=0.5, firstdist=0, lastdist=0, title=No…
179 for defaultsubaxis, firstdist, lastdist, painter, and linkedpainter.
/dports/databases/postgis30/postgis-3.0.4/raster/rt_pg/
H A Drtpg_pixel.c2003 double lastdist = -1; in RASTER_nearestValue() local
2020 if (lastdist < 0 || dist < lastdist) { in RASTER_nearestValue()
2024 lastdist = dist; in RASTER_nearestValue()
/dports/databases/postgis31/postgis-3.1.4/raster/rt_pg/
H A Drtpg_pixel.c2009 double lastdist = -1; in RASTER_nearestValue() local
2026 if (lastdist < 0 || dist < lastdist) { in RASTER_nearestValue()
2030 lastdist = dist; in RASTER_nearestValue()
/dports/databases/postgis25/postgis-2.5.5/raster/rt_pg/
H A Drtpg_pixel.c2003 double lastdist = -1; in RASTER_nearestValue() local
2020 if (lastdist < 0 || dist < lastdist) { in RASTER_nearestValue()
2024 lastdist = dist; in RASTER_nearestValue()
/dports/databases/postgis32/postgis-3.2.0/raster/rt_pg/
H A Drtpg_pixel.c2208 double lastdist = -1; in RASTER_nearestValue() local
2225 if (lastdist < 0 || dist < lastdist) { in RASTER_nearestValue()
2229 lastdist = dist; in RASTER_nearestValue()
/dports/games/sgt-puzzles/puzzles-20220128.c43a34f/unfinished/
H A Dslide.c419 int qlen, lastdist; in solve_board() local
461 lastdist = -1; in solve_board()
473 if (b->dist != lastdist) { in solve_board()
477 lastdist = b->dist; in solve_board()

12