Searched defs:dot1 (Results 1 – 11 of 11) sorted by relevance
53 HloInstruction* dot1 = in TEST_F() local72 HloInstruction* dot1 = in TEST_F() local
77 HloInstruction* dot1 = in TEST_F() local205 HloInstruction* dot1 = in TEST_F() local
115 auto dot1 = builder.AddInstruction( in TEST_F() local132 auto dot1 = builder.AddInstruction( in TEST_F() local
321 final double dot1 = 1.0 / h; in computeInterpolatedStateAndDerivatives() local
363 final double dot1 = 1 - twoTheta; in computeInterpolatedStateAndDerivatives() local
570 auto dot1 = builder.AddInstruction(HloInstruction::CreateDot( in TEST_F() local611 auto dot1 = builder.AddInstruction(HloInstruction::CreateDot( in TEST_F() local
123 float dot1 = dot(tan1, v); in is_convex_curve_monotonic() local
103 int dot1 = (point.x()-p1.x()) * (p2.y()-p1.y()) + (point.y()-p1.y()) * (p1.x()-p2.x()); in isInsideQuad() local
105 int dot1 = (point.x()-p1.x()) * (p2.y()-p1.y()) + (point.y()-p1.y()) * (p1.x()-p2.x()); in isInsideQuad() local
447 #define dot1(c) (*(c) == '.' && eocomp(c+1)) macro