Home
last modified time | relevance | path

Searched refs:Wrap_length_min (Results 1 – 2 of 2) sorted by relevance

/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/server/
H A Drobotdef.c750 static inline double Wrap_length_min(double dcx, double dcy, double min) in Wrap_length_min() function
1489 distance = Wrap_length_min(dcx, dcy, fuel_dist * CLICK) / CLICK; in Robot_default_play_check_map()
1507 distance = Wrap_length_min(dcx, dcy, target_dist * CLICK) / CLICK; in Robot_default_play_check_map()
1555 distance = Wrap_length_min(dcx, dcy, cannon_dist * CLICK) / CLICK; in Robot_default_play_check_map()
H A Dsuibotdef.c891 static inline double Wrap_length_min(double dcx, double dcy, double min) in Wrap_length_min() function