| 989 | |
| 990 | COVERAGE(HMM_LenSqrV3, 1) |
| 991 | static inline float HMM_LenSqrV3(HMM_Vec3 A) |
| 992 | { |
| 993 | ASSERT_COVERED(HMM_LenSqrV3); |
| 994 | return HMM_DotV3(A, A); |
| 995 | } |
| 996 | |
| 997 | COVERAGE(HMM_LenSqrV4, 1) |
| 998 | static inline float HMM_LenSqrV4(HMM_Vec4 A) |
no test coverage detected