MCPcopy Create free account
hub / github.com/anjo76/angelscript / GetReturnedFloat

Function GetReturnedFloat

sdk/angelscript/source/as_callfunc_mips.cpp:259–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259asDWORD GetReturnedFloat()
260{
261 asDWORD f;
262
263 asm("swc1 $f0, %0\n" : "=m"(f));
264
265 return f;
266}
267
268asQWORD GetReturnedDouble()
269{

Callers 1

CallSystemFunctionNativeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected