Home
last modified time | relevance | path

Searched refs:lapdelta (Results 1 – 3 of 3) sorted by relevance

/dports/games/xonotic/Xonotic/source/qcsrc/client/hud/panel/
H A Dracetimer.qc8 string MakeRaceString(int cp, float mytime, float theirtime, float lapdelta, string theirname)
35 if(lapdelta > 0)
37 lapstr = sprintf(_(" (-%dL)"), lapdelta);
40 else if(lapdelta < 0)
42 lapstr = sprintf(_(" (+%dL)"), -lapdelta);
/dports/math/maxima/maxima-5.43.2/src/
H A Dlaplac.lisp112 (lapdelta fun nil parm))
183 (lapdelta (car fun) (cdr fun) parm))
487 (defun lapdelta (fun rest parm) function
/dports/games/xonotic/Xonotic/source/qcsrc/client/hud/
H A Dhud.qh61 string MakeRaceString(int cp, float mytime, float theirtime, float lapdelta, string theirname);