Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ fdiv
Method
fdiv
src/hx/cppia/CppiaCompiler.cpp:1297–1300 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1295
}
1296
1297
void fdiv(const JitVal &inDest, const JitVal &v0, const JitVal &v1) HXCPP_OVERRIDE
1298
{
1299
emit_fop2(SLJIT_DIV_F64, inDest, v0, v1 );
1300
}
1301
1302
void divmod() HXCPP_OVERRIDE
1303
{
Callers
2
genSetter
Function · 0.80
genCode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected