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

Method writeFloat

src/arithmeticencoder.cpp:299–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}
298
299void ArithmeticEncoder::writeFloat(F32 sym) /* danger in float reinterpretation */
300{
301 U32I32F32 u32i32f32;
302 u32i32f32.f32 = sym;
303 writeInt(u32i32f32.u32);
304}
305
306void ArithmeticEncoder::writeInt64(U64 sym)
307{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected