Searched defs:dot2 (Results 1 – 9 of 9) sorted by relevance
55 HloInstruction* dot2 = in TEST_F() local74 HloInstruction* dot2 = in TEST_F() local
79 HloInstruction* dot2 = in TEST_F() local207 HloInstruction* dot2 = in TEST_F() local
203 final double dot2 = 1 - twoTheta; in computeInterpolatedStateAndDerivatives() local
322 final double dot2 = theta * (2 - 3 * theta) / h; in computeInterpolatedStateAndDerivatives() local
364 final double dot2 = theta * (2 - 3 * theta); in computeInterpolatedStateAndDerivatives() local
104 int dot2 = (point.x()-p2.x()) * (p3.y()-p2.y()) + (point.y()-p2.y()) * (p2.x()-p3.x()); in isInsideQuad() local
106 int dot2 = (point.x()-p2.x()) * (p3.y()-p2.y()) + (point.y()-p2.y()) * (p2.x()-p3.x()); in isInsideQuad() local
459 Float4 dot2(const Vector4f &v0, const Vector4f &v1) in dot2() function968 Float4 dot2 = dx * dx + dy * dy; in dist2() local