Searched defs:dot4 (Results 1 – 5 of 5) sorted by relevance
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
64 dot4(const float *a, const float *b) in dot4() function
262 dot4(const float *a, const float *b) in dot4() function
625 GLM_FUNC_QUALIFIER detail::fvec4SIMD dot4 function