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

Function HMM_LenSqrV4

HandmadeMath.h:998–1002  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

996
997COVERAGE(HMM_LenSqrV4, 1)
998static inline float HMM_LenSqrV4(HMM_Vec4 A)
999{
1000 ASSERT_COVERED(HMM_LenSqrV4);
1001 return HMM_DotV4(A, A);
1002}
1003
1004COVERAGE(HMM_LenV2, 1)
1005static inline float HMM_LenV2(HMM_Vec2 A)

Callers 3

HMM_LenV4Function · 0.85
HMM_LenSqrFunction · 0.85
TESTFunction · 0.85

Calls 1

HMM_DotV4Function · 0.85

Tested by

no test coverage detected