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

Function GetReturnedFloat

sdk/angelscript/source/as_callfunc_ppc.cpp:329–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327);
328
329asDWORD GetReturnedFloat()
330{
331 asDWORD f;
332 asm(" stfs f1, %0\n" : "=m"(f));
333 return f;
334}
335
336asQWORD GetReturnedDouble()
337{

Callers 1

CallSystemFunctionNativeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected