Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
329
asDWORD GetReturnedFloat()
330
{
331
asDWORD f;
332
asm(
" stfs f1, %0\n"
:
"=m"
(f));
333
return f;
334
}
335
336
asQWORD GetReturnedDouble()
337
{
Callers
1
CallSystemFunctionNative
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected