Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
398
void 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
storeVector
Function · 0.80
storeFloatConditional
Function · 0.80
storeFloatPacked
Function · 0.80
sendOwnedPowers
Method · 0.80
storeCharsel
Method · 0.80
serializeto
Function · 0.80
serializeto
Method · 0.80
serializeto
Function · 0.80
serializeto
Function · 0.80
serializeto
Method · 0.80
serializeto
Method · 0.80
serializeto
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected