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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dgf2_32.cpp73 assert(BitPrecision(g1) <= BitPrecision(g0));
79 assert(BitPrecision(g1) > BitPrecision(g0));
86 assert(BitPrecision(g0) > BitPrecision(g2));
91 assert(BitPrecision(g0) == BitPrecision(g2));
H A Dblumshub.cpp10 maxBits(BitPrecision(n.BitCount())-1)
H A Dasn.cpp220 for (unsigned int i=RoundUpToMultipleOf(STDMAX(7U,BitPrecision(v)), 7U)-7; i != 0; i-=7)
H A Dcryptlib.cpp244 const int maxBits = BitPrecision(range);
H A Dgf2n.cpp197 return (wordCount-1)*WORD_BITS + BitPrecision(reg[wordCount-1]);
H A Dinteger.cpp2572 unsigned shiftBits = WORD_BITS - BitPrecision(TB[NB-1]);
2764 else return size_t(1) << BitPrecision(n-1);
3068 return (wordCount-1)*WORD_BITS + BitPrecision(reg[wordCount-1]);
3421 SecBlock<char> s(a.BitCount() / (BitPrecision(base)-1) + 1);
3813 quotient = dividend >> (BitPrecision(divisor)-1);
H A Dmisc.h241 unsigned int BitPrecision(const T &value) function

Completed in 82 milliseconds