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

Function SLJIT_CALL modIntFloat

src/hx/cppia/Cppia.cpp:3657–3660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3655}
3656
3657static int SLJIT_CALL modIntFloat(int inI, double *inMod)
3658{
3659 return hx::Mod(inI, *inMod);
3660}
3661
3662
3663static void SLJIT_CALL modFloatFloat(double *ioVal, double *inMod)

Callers

nothing calls this directly

Calls 1

ModFunction · 0.85

Tested by

no test coverage detected