Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ SLJIT_CALL modVariantFloat
Function
SLJIT_CALL modVariantFloat
src/hx/cppia/Cppia.cpp:2512–2515 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2510
}
2511
2512
static void SLJIT_CALL modVariantFloat( cpp::Variant *ioVar, double *inValue )
2513
{
2514
*ioVar = hx::Mod(*ioVar,*inValue);
2515
}
2516
2517
static void SLJIT_CALL andVariantInt( cpp::Variant *ioVar, int inValue )
2518
{
Callers
nothing calls this directly
Calls
1
Mod
Function · 0.85
Tested by
no test coverage detected