Home | History | Annotate | Download | only in math

Lines Matching full:case

15 	case IsNaN(float64(x)) || IsNaN(float64(y)): // special case
17 case x == y:
19 case x == 0:
21 case (y > x) == (x > 0):
37 case IsNaN(x) || IsNaN(y): // special case
39 case x == y:
41 case x == 0:
43 case (y > x) == (x > 0):