MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / Mod

Method Mod

include/daScript/simulate/sim_policy.h:367–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365 return v_div(a,b);
366 }
367 static __forceinline vec4f Mod ( vec4f a, vec4f b, Context &, LineInfo * ) {
368 return v_mod(a,b);
369 }
370 static __forceinline vec4f Mul ( vec4f a, vec4f b, Context &, LineInfo * ) {
371 return v_mul(a,b);
372 }

Callers

nothing calls this directly

Calls 1

v_modFunction · 0.85

Tested by

no test coverage detected