Home
last modified time | relevance | path

Searched refs:GMP_LIMB_BITS (Results 1 – 1 of 1) sorted by relevance

/external/bison/lib/
Dvasnprintf.c325 # define GMP_LIMB_BITS 32 macro
326 verify (sizeof (mp_limb_t) * CHAR_BIT == GMP_LIMB_BITS);
394 carry = carry >> GMP_LIMB_BITS; in multiply()
528 ((mp_twolimb_t) remainder << GMP_LIMB_BITS) | *--sourceptr; in divide()
561 if (GMP_LIMB_BITS <= DBL_MANT_BIT) in divide()
574 s = GMP_LIMB_BITS in divide()
630 accu = accu >> GMP_LIMB_BITS; in divide()
658 accu = accu >> GMP_LIMB_BITS; in divide()
669 ((mp_twolimb_t) b_msd << GMP_LIMB_BITS) | b_2msd; in divide()
680 ((mp_twolimb_t) r_ptr[j + b_len] << GMP_LIMB_BITS) in divide()
[all …]