Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Djava_math_NativeBN.cpp440 BN_ULONG msd = d[i]; // most significant digit in NativeBN_bitLength() local
446 …if (i < 0) msd--; // Only if all lower significant digits are 0 we decrement the most significant … in NativeBN_bitLength()
448 return (wLen - 1) * BN_BYTES * 8 + BN_num_bits_word(msd); in NativeBN_bitLength()