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

/illumos-gate/usr/src/common/mpi/
H A Dmpi.h369 #define RADIX MP_RADIX macro
H A Dmpi.c2208 s_mp_mul_d_add_offset(p, v, x, ix); /* x += p * v * (RADIX ** ix) */
3298 w = (RADIX + (mp_word)DIGIT(mp, 0)) - d;
3304 w = (RADIX + (mp_word)DIGIT(mp, ix)) - b;
3669 /* Compute a = |a| + ( |b| * (RADIX ** offset) ) */
4284 if (q_msd == RADIX)
4375 mu = b^2k / m, where b = RADIX and k = #digits(m). This should be

Completed in 947 milliseconds