Searched refs:rj (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-ref2.C15 constexpr int& rj = j; // { dg-error "" } local
/haiku-buildtools/gcc/mpfr/src/
H A Drint.c205 mp_size_t uj, rj; local
209 rj = rn - ui; /* lowest limb of the integer part in r */
212 MPN_COPY(rp + rj, up + uj, ui);
214 /* Ignore the lowest rj limbs, all equal to zero. */
215 rp += rj;
221 if (rj == 0 && ush < sh)
274 /* Now we can make the low rj limbs to 0 */
275 MPN_ZERO (rp-rj, rj);

Completed in 95 milliseconds