HomeSort by: relevance | last modified time | path
    Searched defs:rl_high (Results 1 - 1 of 1) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mpz/
n_pow_ui.c 171 mp_limb_t blimb_low, rl_high; local
236 rl_high = 0;
268 umul_ppmm (rl_high, rl, rl, blimb << GMP_NAIL_BITS);
277 e, blimb, blimb_low, rl_high, rl));
279 /* Combine left-over rtwos_bits into rl_high:rl to be handled by the
281 - rl_high:rl mustn't be 1 (since then there's no final mul)
282 - rl_high mustn't overflow
283 - rl_high mustn't change to non-zero, since mul_1+lshift is
287 && ! (rl_high == 0 && rl == 1)
288 && (rl_high >> (GMP_NUMB_BITS-rtwos_bits)) == 0
    [all...]

Completed in 15 milliseconds