Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ getAsFloatType
Method
getAsFloatType
ir/type.cpp:215–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
}
214
215
const FloatType* Type::getAsFloatType() const {
216
return nullptr;
217
}
218
219
const AggregateType* Type::getAsAggregateType() const {
220
return nullptr;
Callers
7
int_to_readable_float
Function · 0.80
toSMT
Method · 0.80
fromFloat
Method · 0.80
encode
Method · 0.80
isfpclass
Function · 0.80
fm_poison
Function · 0.80
toSMT
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected