Home | History | Annotate | Download | only in src

Lines Matching refs:rep

2735   DoubleRepresentation rep(d);
2736 return static_cast<int>(rep.bits) ^ static_cast<int>(rep.bits >> 32);
2863 DoubleRepresentation rep(value);
2864 if (rep.bits == minus_zero.bits) {