Searched refs:dot4 (Results 1 – 7 of 7) sorted by relevance
205 final double dot4 = twoTheta * (1 + theta * (twoTheta - 3)); in computeInterpolatedStateAndDerivatives() local209 interpolatedDerivatives[i] = v1[i] + dot2 * v2[i] + dot3 * v3[i] + dot4 * v4[i]; in computeInterpolatedStateAndDerivatives()
366 final double dot4 = theta2 * (3 + theta * (5 * theta - 8)); in computeInterpolatedStateAndDerivatives() local380 dot3 * v[3][i] + dot4 * v[4][i] + in computeInterpolatedStateAndDerivatives()
3 ; Exactly one constant vector can be folded into dot4, which means exactly
122 if (dot4(clipvertex, plane[plane_idx]) < 0) in TAG()
64 dot4(const float *a, const float *b) in dot4() function
262 dot4(const float *a, const float *b) in dot4() function289 dp = dot4(vert->clip, plane); in getclipdist()
567 class DOT4_Pat <Instruction dot4> : Pat <569 (dot4 R600_Reg128:$src0, R600_Reg128:$src1, 0)