MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / SLJIT_CALL modObjectFloat

Function SLJIT_CALL modObjectFloat

src/hx/cppia/Cppia.cpp:3669–3672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3667
3668
3669static hx::Object * SLJIT_CALL modObjectFloat(hx::Object *inVal, double *inMod)
3670{
3671 return Dynamic(hx::Mod(Dynamic(inVal), *inMod)).mPtr;
3672}
3673
3674
3675void genBitOpSet(CppiaCompiler *compiler, BitOp bitOp, const JitVal &ioValue, ExprType exprType, CppiaExpr *inExpr)

Callers

nothing calls this directly

Calls 2

ModFunction · 0.85
DynamicClass · 0.50

Tested by

no test coverage detected