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

Method writeDouble

src/arithmeticencoder.cpp:312–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312void ArithmeticEncoder::writeDouble(F64 sym) /* danger in float reinterpretation */
313{
314 U64I64F64 u64i64f64;
315 u64i64f64.f64 = sym;
316 writeInt64(u64i64f64.u64);
317}
318
319inline void ArithmeticEncoder::propagate_carry()
320{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected