Home | History | Annotate | Download | only in src

Lines Matching refs:rep

3571   DoubleRepresentation rep(d);
3572 return static_cast<int>(rep.bits) ^ static_cast<int>(rep.bits >> 32);
3736 DoubleRepresentation rep(value);
3737 if (rep.bits == minus_zero.bits) {