MCPcopy 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
542unsigned FloatType::fractionBits() const {
543 return bits() - expBits() - 1 /* sign bit */;
544}
545
546const FloatType* FloatType::getAsFloatType() const {
547 return this;

Callers 1

fromFloatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected