MCPcopy Index your code
hub / github.com/HandmadeMath/HandmadeMath / HMM_Mul

Function HMM_Mul

HandmadeMath.h:2830–2834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2828
2829COVERAGE(HMM_MulV2CPP, 1)
2830static inline HMM_Vec2 HMM_Mul(HMM_Vec2 Left, HMM_Vec2 Right)
2831{
2832 ASSERT_COVERED(HMM_MulV2CPP);
2833 return HMM_MulV2(Left, Right);
2834}
2835
2836COVERAGE(HMM_MulV2FCPP, 1)
2837static inline HMM_Vec2 HMM_Mul(HMM_Vec2 Left, float Right)

Callers 2

TESTFunction · 0.85
TESTFunction · 0.85

Calls 15

HMM_MulV2Function · 0.85
HMM_MulV2FFunction · 0.85
HMM_MulV3Function · 0.85
HMM_MulV3FFunction · 0.85
HMM_MulV4Function · 0.85
HMM_MulV4FFunction · 0.85
HMM_MulM2Function · 0.85
HMM_MulM3Function · 0.85
HMM_MulM4Function · 0.85
HMM_MulM2FFunction · 0.85
HMM_MulM3FFunction · 0.85
HMM_MulM4FFunction · 0.85

Tested by

no test coverage detected