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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dvasnprintf.c263 # define GMP_LIMB_BITS 32 macro
264 typedef int mp_limb_verify[2 * (sizeof (mp_limb_t) * CHAR_BIT == GMP_LIMB_BITS) - 1];
332 carry = carry >> GMP_LIMB_BITS;
357 with m>=0 and n>0 (in base beta = 2^GMP_LIMB_BITS).
466 ((mp_twolimb_t) remainder << GMP_LIMB_BITS) | *--sourceptr;
520 /* 0 <= s < GMP_LIMB_BITS.
539 accu = accu >> GMP_LIMB_BITS;
567 accu = accu >> GMP_LIMB_BITS;
578 ((mp_twolimb_t) b_msd << GMP_LIMB_BITS) | b_2msd;
589 ((mp_twolimb_t) r_ptr[j + b_len] << GMP_LIMB_BITS)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dvasnprintf.c263 # define GMP_LIMB_BITS 32 macro
264 typedef int mp_limb_verify[2 * (sizeof (mp_limb_t) * CHAR_BIT == GMP_LIMB_BITS) - 1];
332 carry = carry >> GMP_LIMB_BITS;
357 with m>=0 and n>0 (in base beta = 2^GMP_LIMB_BITS).
466 ((mp_twolimb_t) remainder << GMP_LIMB_BITS) | *--sourceptr;
520 /* 0 <= s < GMP_LIMB_BITS.
539 accu = accu >> GMP_LIMB_BITS;
567 accu = accu >> GMP_LIMB_BITS;
578 ((mp_twolimb_t) b_msd << GMP_LIMB_BITS) | b_2msd;
589 ((mp_twolimb_t) r_ptr[j + b_len] << GMP_LIMB_BITS)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dvasnprintf.c324 # define GMP_LIMB_BITS 32 macro
325 typedef int mp_limb_verify[2 * (sizeof (mp_limb_t) * CHAR_BIT == GMP_LIMB_BITS) - 1];
393 carry = carry >> GMP_LIMB_BITS;
418 with m>=0 and n>0 (in base beta = 2^GMP_LIMB_BITS).
527 ((mp_twolimb_t) remainder << GMP_LIMB_BITS) | *--sourceptr;
581 /* 0 <= s < GMP_LIMB_BITS.
600 accu = accu >> GMP_LIMB_BITS;
628 accu = accu >> GMP_LIMB_BITS;
639 ((mp_twolimb_t) b_msd << GMP_LIMB_BITS) | b_2msd;
650 ((mp_twolimb_t) r_ptr[j + b_len] << GMP_LIMB_BITS)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dvasnprintf.c262 # define GMP_LIMB_BITS 32 macro
263 typedef int mp_limb_verify[2 * (sizeof (mp_limb_t) * CHAR_BIT == GMP_LIMB_BITS) - 1];
331 carry = carry >> GMP_LIMB_BITS;
356 with m>=0 and n>0 (in base beta = 2^GMP_LIMB_BITS).
465 ((mp_twolimb_t) remainder << GMP_LIMB_BITS) | *--sourceptr;
519 /* 0 <= s < GMP_LIMB_BITS.
538 accu = accu >> GMP_LIMB_BITS;
566 accu = accu >> GMP_LIMB_BITS;
577 ((mp_twolimb_t) b_msd << GMP_LIMB_BITS) | b_2msd;
588 ((mp_twolimb_t) r_ptr[j + b_len] << GMP_LIMB_BITS)
[all...]

Completed in 65 milliseconds