Home
last modified time | relevance | path

Searched refs:next_distance (Results 26 – 38 of 38) sorted by relevance

12

/dports/games/pioneer/pioneer-20210723/data/modules/TradeShips/
H A DTrader.lua228 local next_distance = ship:DistanceTo(next_starport)
229 …portAcceptableForShip(next_starport, ship) and ((starport == nil) or (next_distance < distance)) t…
230 starport, distance = next_starport, next_distance
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/histograms/
H A Dequi_height.cc196 double next_distance = in build_histogram() local
199 if (current_distance >= next_distance) continue; in build_histogram()
/dports/www/osrm-backend/osrm-backend-5.26.0/src/extractor/intersection/
H A Dcoordinate_extractor.cpp1124 const double next_distance = in TrimCoordinatesByLengthFront() local
1127 if (next_distance >= desired_length) in TrimCoordinatesByLengthFront()
1130 ComputeInterpolationFactor(desired_length, distance_to_index, next_distance); in TrimCoordinatesByLengthFront()
1139 distance_to_index = next_distance; in TrimCoordinatesByLengthFront()
/dports/games/angband/Angband-4.2.2/src/
H A Dplayer-path.c215 int k, next_distance = path_dist(new) - 1; in find_path() local
220 if (path_dist(next) == next_distance) in find_path()
/dports/games/xonotic/Xonotic/source/qcsrc/common/minigames/minigame/
H A Dpong.qc211 float next_distance;
219 next_distance = vlen(mayball.origin+mayball.velocity-this.pong_ai_paddle.origin);
220 if ( distance < min_distance && ( distance < 0.5 || next_distance < distance ) )
/dports/www/firefox-esr/firefox-91.8.0/gfx/harfbuzz/src/
H A Dhb-repacker.hh525 int64_t next_distance = vertices_[next_idx].distance; in update_distances() local
535 int64_t child_distance = next_distance + child_weight; in update_distances()
/dports/www/lagrange/lagrange-1.7.3/lib/harfbuzz/src/
H A Dhb-repacker.hh525 int64_t next_distance = vertices_[next_idx].distance; in update_distances() local
535 int64_t child_distance = next_distance + child_weight; in update_distances()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/harfbuzz/src/
H A Dhb-repacker.hh525 int64_t next_distance = vertices_[next_idx].distance; in update_distances() local
535 int64_t child_distance = next_distance + child_weight; in update_distances()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Deditor_ops.cc402 samplepos_t next_distance; in nudge_forward() local
420 distance = next_distance; in nudge_forward()
448 distance = next_distance; in nudge_forward()
456 distance = get_nudge_distance (loc->end(), next_distance); in nudge_forward()
458 distance = next_distance; in nudge_forward()
491 samplepos_t next_distance; in nudge_backward() local
509 distance = next_distance; in nudge_backward()
540 distance = next_distance; in nudge_backward()
548 distance = get_nudge_distance (loc->end(), next_distance); in nudge_backward()
551 distance = next_distance; in nudge_backward()
[all …]
/dports/www/firefox/firefox-99.0/gfx/harfbuzz/src/
H A Dhb-repacker.hh881 int64_t next_distance = vertices_[next_idx].distance; in update_distances() local
892 int64_t child_distance = next_distance + child_weight; in update_distances()
/dports/print/harfbuzz/harfbuzz-3.4.0/src/
H A Dhb-repacker.hh881 int64_t next_distance = vertices_[next_idx].distance; in update_distances() local
892 int64_t child_distance = next_distance + child_weight; in update_distances()
/dports/print/harfbuzz-icu/harfbuzz-3.4.0/src/
H A Dhb-repacker.hh881 int64_t next_distance = vertices_[next_idx].distance; in update_distances() local
892 int64_t child_distance = next_distance + child_weight; in update_distances()
/dports/print/harfbuzz-hb-view/harfbuzz-3.4.0/src/
H A Dhb-repacker.hh881 int64_t next_distance = vertices_[next_idx].distance; in update_distances() local
892 int64_t child_distance = next_distance + child_weight; in update_distances()

12