Home
last modified time | relevance | path

Searched refs:mlsp (Results 1 – 19 of 19) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/ac/
H A Droute_finder_impl.cpp131 if (mlsp->pos[aaa] == mlsp->pos[aaa + 1]) { in calculate_move_stage()
132 mlsp->xpermove[aaa] = 0; in calculate_move_stage()
133 mlsp->ypermove[aaa] = 0; in calculate_move_stage()
144 mlsp->xpermove[aaa] = 0; in calculate_move_stage()
145 mlsp->ypermove[aaa] = _G(move_speed_y); in calculate_move_stage()
147 mlsp->ypermove[aaa] = -mlsp->ypermove[aaa]; in calculate_move_stage()
153 mlsp->xpermove[aaa] = _G(move_speed_x); in calculate_move_stage()
154 mlsp->ypermove[aaa] = 0; in calculate_move_stage()
156 mlsp->xpermove[aaa] = -mlsp->xpermove[aaa]; in calculate_move_stage()
197 mlsp->xpermove[aaa] = newxmove; in calculate_move_stage()
[all …]
H A Droute_finder.cpp44 virtual void calculate_move_stage(MoveList *mlsp, int aaa) = 0;
72 void calculate_move_stage(MoveList *mlsp, int aaa) override { in calculate_move_stage() argument
73 AGS::Engine::RouteFinder::calculate_move_stage(mlsp, aaa); in calculate_move_stage()
102 void calculate_move_stage(MoveList *mlsp, int aaa) override { in calculate_move_stage() argument
103 AGS::Engine::RouteFinderLegacy::calculate_move_stage(mlsp, aaa); in calculate_move_stage()
146 void calculate_move_stage(MoveList *mlsp, int aaa) { in calculate_move_stage() argument
147 route_finder_impl->calculate_move_stage(mlsp, aaa); in calculate_move_stage()
H A Droute_finder_impl_legacy.cpp653 assert(mlsp != nullptr); in calculate_move_stage()
656 if (mlsp->pos[aaa] == mlsp->pos[aaa + 1]) { in calculate_move_stage()
657 mlsp->xpermove[aaa] = 0; in calculate_move_stage()
658 mlsp->ypermove[aaa] = 0; in calculate_move_stage()
669 mlsp->xpermove[aaa] = 0; in calculate_move_stage()
670 mlsp->ypermove[aaa] = _G(move_speed_y); in calculate_move_stage()
672 mlsp->ypermove[aaa] = -mlsp->ypermove[aaa]; in calculate_move_stage()
679 mlsp->ypermove[aaa] = 0; in calculate_move_stage()
681 mlsp->xpermove[aaa] = -mlsp->xpermove[aaa]; in calculate_move_stage()
722 mlsp->xpermove[aaa] = newxmove; in calculate_move_stage()
[all …]
H A Droute_finder.h50 void calculate_move_stage(MoveList *mlsp, int aaa);
H A Droute_finder_impl.h54 void calculate_move_stage(MoveList *mlsp, int aaa);
H A Droute_finder_impl_legacy.h52 void calculate_move_stage(MoveList *mlsp, int aaa);
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/ac/
H A Droute_finder.cpp633 if (mlsp->pos[aaa] == mlsp->pos[aaa + 1]) { in calculate_move_stage()
634 mlsp->xpermove[aaa] = 0; in calculate_move_stage()
635 mlsp->ypermove[aaa] = 0; in calculate_move_stage()
646 mlsp->xpermove[aaa] = 0; in calculate_move_stage()
647 mlsp->ypermove[aaa] = move_speed_y; in calculate_move_stage()
649 mlsp->ypermove[aaa] = -mlsp->ypermove[aaa]; in calculate_move_stage()
655 mlsp->xpermove[aaa] = move_speed_x; in calculate_move_stage()
656 mlsp->ypermove[aaa] = 0; in calculate_move_stage()
658 mlsp->xpermove[aaa] = -mlsp->xpermove[aaa]; in calculate_move_stage()
701 mlsp->xpermove[aaa] = newxmove; in calculate_move_stage()
[all …]
H A Droute_finder.h20 void calculate_move_stage(MoveList * mlsp, int aaa);
/dports/math/maxima/maxima-5.43.2/share/graphs/
H A Ddijkstra.lisp60 (mlsp w (gethash (aref (graphs-pqueue-data queue) ind-new)
101 (mlsp (gethash (aref (graphs-pqueue-data queue) (1+ min-child))
107 (when (mlsp (gethash (aref (graphs-pqueue-data queue) pos)
129 (mlsp w (gethash (aref (graphs-pqueue-data queue) ind-new)
175 (when (mlsp alt (graphs-pqueue-get-weight w pq))
H A Dwiener_index.lisp78 (when (eq (mlsp (m+ (aref m i k) (aref m k j)) (aref m i j)) t)
83 (when (eq (mlsp (aref m k k) 0) t)
H A Dgraph_core.lisp1578 (mlsp (gethash `(,v ,w) flow)
1681 (sort edges #'(lambda (u v) (mlsp (second u) (second v))))))
/dports/math/maxima/maxima-5.43.2/src/
H A Dtrigo.lisp193 (cond ((eq (mlsp y-val %pi//2) t) y-val)
194 ((eq (mlsp y-val (m* 3 %pi//2)) t) (m- '$%pi y-val))
195 ((eq (mlsp y-val (m* 2 '$%pi)) t) (m- y-val (m* 2 '$%pi))))))))
239 (cond ((eq (mlsp y-val '$%pi) t) y-val)
240 ((eq (mlsp y-val (m* 2 '$%pi)) t) (m- (m* 2 '$%pi) y-val)))))))
272 (cond ((eq (mlsp y-val %pi//2) t) y-val)
273 ((eq (mlsp y-val '$%pi) t) (m- y-val '$%pi)))))))
304 (cond ((eq (mlsp y-val %pi//2) t) y-val)
305 ((eq (mlsp y-val (m* 3 %pi//2)) t) (m- '$%pi y-val))
306 ((eq (mlsp y-val (m* 2 '$%pi)) t) (m- y-val (m* 2 '$%pi))))))))
[all …]
H A Dtrpred.lisp131 (wrap-an-is `(mlsp ,(dconvx arg1) ,(dconvx arg2))
H A Dtrigi.lisp731 (cond ((eq (mlsp y-val %pi//2) t) y-val)
732 ((eq (mlsp y-val '$%pi) t) (sub y-val '$%pi)))))))
H A Dcompar.lisp1183 (defun mlsp (x y) function
1940 (null (mevalp (mlsp (caddr x) 0)))))
1944 (not (mevalp (mlsp (cadr x) 0)))))
1947 (not (mevalp (mlsp (cadr x) 1)))))
H A Dsin.lisp1768 ((mlsp val -1)
/dports/math/maxima/maxima-5.43.2/share/simplex/
H A Dsimplex_algorithm.lisp102 (let ((x (mlsp a b)))
/dports/math/maxima/maxima-5.43.2/share/linearalgebra/
H A Dmring.lisp226 :psqrt #'(lambda (s) (if (mlsp s 0) nil (take '(%sqrt) s)))
/dports/security/nmap/nmap-7.91/nselib/data/
H A Dwp-plugins.lst33967 mlsp-media-embed