Searched defs:dot1 (Results 1 – 10 of 10) 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
116 auto dot1 = builder.AddInstruction( in TEST_F() local135 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
763 auto dot1 = builder.AddInstruction(HloInstruction::CreateDot( in TEST_F() local804 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