MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / operator%

Function operator%

Source/ThirdParty/basis_universal/encoder/cppspmd_sse.h:1747–1750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1745}
1746
1747CPPSPMD_FORCE_INLINE vint operator% (const vint& a, const vint& b)
1748{
1749 return mod_epi32(a, b);
1750}
1751
1752CPPSPMD_FORCE_INLINE vint operator% (const vint& a, int b)
1753{

Callers

nothing calls this directly

Calls 2

mod_epi32Function · 0.85
vintClass · 0.85

Tested by

no test coverage detected