MCPcopy Create free account
hub / github.com/Segs/Segs / StoreFloat

Method StoreFloat

Components/BitStream.cpp:398–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396}
397
398void BitStream::StoreFloat(float val)
399{
400 if(IsByteAligned())
401 Put(val);
402 else
403 StoreBits(BITS_PER_UINT32,*(reinterpret_cast<uint32_t *>(&val)));
404}
405
406
407

Callers 15

storeVectorFunction · 0.80
storeFloatConditionalFunction · 0.80
storeFloatPackedFunction · 0.80
sendOwnedPowersMethod · 0.80
storeCharselMethod · 0.80
serializetoFunction · 0.80
serializetoMethod · 0.80
serializetoFunction · 0.80
serializetoFunction · 0.80
serializetoMethod · 0.80
serializetoMethod · 0.80
serializetoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected