Searched defs:dot0 (Results 1 – 5 of 5) sorted by relevance
568 auto dot0 = builder.AddInstruction(HloInstruction::CreateDot( in TEST_F() local609 auto dot0 = builder.AddInstruction(HloInstruction::CreateDot( in TEST_F() local
122 float dot0 = dot(tan0, v); in is_convex_curve_monotonic() local
102 int dot0 = (point.x()-p0.x()) * (p1.y()-p0.y()) + (point.y()-p0.y()) * (p0.x()-p1.x()); in isInsideQuad() local
104 int dot0 = (point.x()-p0.x()) * (p1.y()-p0.y()) + (point.y()-p0.y()) * (p0.x()-p1.x()); in isInsideQuad() local