MCPcopy Create free account
hub / github.com/LASzip/LASzip / readFloat

Method readFloat

src/arithmeticdecoder.cpp:314–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314F32 ArithmeticDecoder::readFloat() /* danger in float reinterpretation */
315{
316 U32I32F32 u32i32f32;
317 u32i32f32.u32 = readInt();
318 return u32i32f32.f32;
319}
320
321U64 ArithmeticDecoder::readInt64()
322{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected