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