Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ fractionBits
Method
fractionBits
ir/type.cpp:542–544 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
540
}
541
542
unsigned FloatType::fractionBits() const {
543
return bits() - expBits() - 1 /* sign bit */;
544
}
545
546
const FloatType* FloatType::getAsFloatType() const {
547
return this;
Callers
1
fromFloat
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected