MCPcopy 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

assignToLocalFunction · 0.85
convertFunction · 0.85
assignToGlobalFunction · 0.85
assignToMemberFunction · 0.85

Calls 1

segment5Function · 0.85

Tested by

no test coverage detected