Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LASzip/LASzip
/ readInt64
Method
readInt64
src/arithmeticdecoder.cpp:321–326 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
319
}
320
321
U64 ArithmeticDecoder::readInt64()
322
{
323
U64 lowerInt = readInt();
324
U64 upperInt = readInt();
325
return (upperInt<<32)|lowerInt;
326
}
327
328
F64 ArithmeticDecoder::readDouble() /* danger in float reinterpretation */
329
{
Callers
3
read
Method · 0.45
read
Method · 0.45
read
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected