Home | History | Annotate | Download | only in priv

Lines Matching refs:y1

286    Long y1;
287 y1 = x << 32;
288 y1 >>=/*s*/ 32;
289 return toBool(x == y1);