Searched defs:dot4 (Results 1 – 8 of 8) sorted by relevance
39 pub(crate) fn dot4(lhs: v128, rhs: v128) -> f32 { in dot4() function
35 pub(crate) fn dot4(lhs: f32x4, rhs: f32x4) -> f32 { in dot4() function
70 pub(crate) unsafe fn dot4(lhs: __m128, rhs: __m128) -> f32 { in dot4() function
205 final double dot4 = twoTheta * (1 + theta * (twoTheta - 3)); in computeInterpolatedStateAndDerivatives() local
366 final double dot4 = theta2 * (3 + theta * (5 * theta - 8)); in computeInterpolatedStateAndDerivatives() local
66 dot4(const float *a, const float *b) in dot4() function
298 dot4(const float *a, const float *b) in dot4() function
619 GLM_FUNC_QUALIFIER detail::fvec4SIMD dot4 function