Lines Matching full:case
15 case IsNaN(float64(x)) || IsNaN(float64(y)): // special case17 case x == y:19 case x == 0:21 case (y > x) == (x > 0):37 case IsNaN(x) || IsNaN(y): // special case39 case x == y:41 case x == 0:43 case (y > x) == (x > 0):