Searched defs:dot1 (Results 1 – 11 of 11) sorted by relevance
64 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
56 const HloInstruction* dot1 = nullptr; in TEST_F() local
763 auto dot1 = builder.AddInstruction(HloInstruction::CreateDot( in TEST_F() local804 auto dot1 = builder.AddInstruction(HloInstruction::CreateDot( in TEST_F() 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
662 let dot1 = dot0.x + dot0.y + dot0.z + dot0.w; in inverse() localVariable
645 let dot1 = dot0.x + dot0.y + dot0.z + dot0.w; in inverse() localVariable
447 #define dot1(c) (*(c) == '.' && eocomp(c+1)) macro