Home
last modified time | relevance | path

Searched refs:_0_001 (Results 1 – 16 of 16) sorted by relevance

/dports/games/hedgewars-server/hedgewars-src-1.0.0/hedgewars/
H A DuGearsHandlers.pas116 if (Gear^.Radius > 2) and (Gear^.dX.QWordValue > _0_001.QWordValue) then
H A DuFloat.pas111 _0_001: hwFloat = (isNegative: false; QWordValue: 4294967);
H A DuGearsHandlersRope.pas470 …ar^.Elasticity:= int2hwFloat(hwRound(Distance(Gear^.X - HHGear^.X, Gear^.Y - HHGear^.Y) + _0_001));
H A DuGearsHandlersMess.pas2408 … if not Gear^.dY.isNegative and (Gear^.dY < _0_001) and (TestCollisionYwithGear(Gear, 1) <> 0) then
2410 if hwAbs(Gear^.dX) < _0_001 then
2595 if (not Gear^.dY.isNegative) and (Gear^.dY > _0_001) then
2608 if Gear^.dY > - _0_001 then
6313 …FollowGear := AddGear(hwRound(Gear^.X) + i div 3, hwRound(Gear^.Y), gtFlame, 0, _0_001 * i, _0, 0);
H A DuGearsUtils.pas1841 if (Gear^.dX.QWordValue > _0_001.QWordValue) then
/dports/games/hedgewars/hedgewars-src-1.0.0/hedgewars/
H A DuGearsHandlers.pas116 if (Gear^.Radius > 2) and (Gear^.dX.QWordValue > _0_001.QWordValue) then
H A DuFloat.pas111 _0_001: hwFloat = (isNegative: false; QWordValue: 4294967);
H A DuGearsHandlersRope.pas470 …ar^.Elasticity:= int2hwFloat(hwRound(Distance(Gear^.X - HHGear^.X, Gear^.Y - HHGear^.Y) + _0_001));
H A DuGearsHandlersMess.pas2408 … if not Gear^.dY.isNegative and (Gear^.dY < _0_001) and (TestCollisionYwithGear(Gear, 1) <> 0) then
2410 if hwAbs(Gear^.dX) < _0_001 then
2595 if (not Gear^.dY.isNegative) and (Gear^.dY > _0_001) then
2608 if Gear^.dY > - _0_001 then
6313 …FollowGear := AddGear(hwRound(Gear^.X) + i div 3, hwRound(Gear^.Y), gtFlame, 0, _0_001 * i, _0, 0);
H A DuGearsUtils.pas1841 if (Gear^.dX.QWordValue > _0_001.QWordValue) then
/dports/science/py-pygeodesy/PyGeodesy-21.9.16/pygeodesy/
H A Dwgrs.py21 _0to9_, _0_5, _0_001, _1_0, _2_0, \
373 g += _option(_height_, height, m2ft, _0_001),
H A Dtrf.py56 _to_, _tx_, _ty_, _tz_, _WGS84_, _0_0, _0_001, \
226 _Forward = _0_001 # mm2m, ppb2ppM, mas2as
227 _Inverse = -_0_001 # same, inverse transforms
H A Dstreprs.py14 _UNDER_, _0_, _0_0, _0_001, _0_01, _0_1, _1_0
22 _E_4_E0 = (1e-4, _0_001, _0_01, _0_1, _1_0)
H A Dunits.py25 _W_, _zone_, _0_0, _0_001
881 _1mm = Meter( _1mm=_0_001) # PYCHOK 1 millimeter in .ellipsoidal...
H A Dinterns.py390 _0_001 = _float( 0.001) # PYCHOK expected variable
/dports/science/py-pygeodesy/PyGeodesy-21.9.16/pygeodesy/geodesicx/
H A Dgx.py53 from pygeodesy.interns import _0_001, _0_1 # PYCHOK used!
441 max(_0_001, abs(f)) * _0_5)