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

Function SLJIT_CALL modFloatFloat

src/hx/cppia/Cppia.cpp:3663–3666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3661
3662
3663static void SLJIT_CALL modFloatFloat(double *ioVal, double *inMod)
3664{
3665 *ioVal = hx::Mod(*ioVal, *inMod);
3666}
3667
3668
3669static hx::Object * SLJIT_CALL modObjectFloat(hx::Object *inVal, double *inMod)

Callers

nothing calls this directly

Calls 1

ModFunction · 0.85

Tested by

no test coverage detected