MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / _LL

Function _LL

vm/ByteCodeTranslator/src/javascript/parparvm_runtime.js:3698–3698  ·  view source on GitHub ↗
(low, high)

Source from the content-addressed store, hash-verified

3696// value space, or a leaked double), or null (uninitialised long[]/field).
3697const _TWO_PWR_32 = 4294967296;
3698function _LL(low, high) { return { __l: 1, l: low | 0, h: high | 0 }; }
3699const _L0 = _LL(0, 0);
3700const _L1 = _LL(1, 0);
3701const _LMIN = _LL(0, -2147483648); // 0x8000000000000000

Callers 15

_LfromIntFunction · 0.85
_LfromNumberFunction · 0.85
_LaddFunction · 0.85
_LnegFunction · 0.85
_LsubFunction · 0.85
_LmulFunction · 0.85
_LdivFunction · 0.85
_LandFunction · 0.85
_LorFunction · 0.85
_LxorFunction · 0.85
_LshlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected