Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMW/openmw
/ opFloatToInt
Function
opFloatToInt
components/compiler/generator.cpp:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
void opFloatToInt(Compiler::Generator::CodeContainer& code)
33
{
34
code.push_back(Compiler::Generator::segment5(6));
35
}
36
37
void opStoreLocalShort(Compiler::Generator::CodeContainer& code)
38
{
Callers
4
assignToLocal
Function · 0.85
convert
Function · 0.85
assignToGlobal
Function · 0.85
assignToMember
Function · 0.85
Calls
1
segment5
Function · 0.85
Tested by
no test coverage detected