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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dvasnprintf.c327 typedef unsigned long long mp_twolimb_t; typedef
329 typedef int mp_twolimb_verify[2 * (sizeof (mp_twolimb_t) * CHAR_BIT == GMP_TWOLIMB_BITS) - 1];
386 mp_twolimb_t carry = 0;
390 carry += (mp_twolimb_t) digit1 * (mp_twolimb_t) digit2;
526 mp_twolimb_t num =
527 ((mp_twolimb_t) remainder << GMP_LIMB_BITS) | *--sourceptr;
594 mp_twolimb_t accu = 0;
598 accu += (mp_twolimb_t) *sourceptr++ << s;
622 mp_twolimb_t acc
[all...]

Completed in 25 milliseconds