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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.h364 #define RADIX MP_RADIX macro
H A Dmpi.c2198 s_mp_mul_d_add_offset(p, v, x, ix); /* x += p * v * (RADIX ** ix) */
3292 w = (RADIX + (mp_word)DIGIT(mp, 0)) - d;
3298 w = (RADIX + (mp_word)DIGIT(mp, ix)) - b;
3663 /* Compute a = |a| + ( |b| * (RADIX ** offset) ) */
4278 if (q_msd == RADIX)
4369 mu = b^2k / m, where b = RADIX and k = #digits(m). This should be
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp2002 const int RADIX = (1 << LOG2_RADIX); local

Completed in 260 milliseconds