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

Function operator/

HandmadeMath.h:3306–3310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3304
3305COVERAGE(HMM_DivV2Op, 1)
3306static inline HMM_Vec2 operator/(HMM_Vec2 Left, HMM_Vec2 Right)
3307{
3308 ASSERT_COVERED(HMM_DivV2Op);
3309 return HMM_DivV2(Left, Right);
3310}
3311
3312COVERAGE(HMM_DivV3Op, 1)
3313static inline HMM_Vec3 operator/(HMM_Vec3 Left, HMM_Vec3 Right)

Callers

nothing calls this directly

Calls 10

HMM_DivV2Function · 0.85
HMM_DivV3Function · 0.85
HMM_DivV4Function · 0.85
HMM_DivV2FFunction · 0.85
HMM_DivV3FFunction · 0.85
HMM_DivV4FFunction · 0.85
HMM_DivM4FFunction · 0.85
HMM_DivM3FFunction · 0.85
HMM_DivM2FFunction · 0.85
HMM_DivQFFunction · 0.85

Tested by

no test coverage detected