Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/bigint/
H A Dutil.h64 inline constexpr int BitLength(int n) { in BitLength() function
H A Dvector-arithmetic.h56 inline int BitLength(Digits X) { in BitLength() function
H A Dtostring.cc374 while (BitLength(level->divisor_) * 2 - 1 <= target_bit_length) {
423 chunk_divisor_, chunk_chars_, BitLength(digits_), processor_));
588 const int bit_length = BitLength(X);
H A Dfromstring.cc251 const int char_bits = BitLength(radix - 1); in FromStringBasePowerOfTwo()
H A Ddiv-burnikel.cc208 int m = 1 << BitLength(s / kBurnikelThreshold);
H A Dmul-karatsuba.cc44 int shift = BitLength(len) - 5; in RoundUpLen()
H A Dmul-fft.cc338 int N_bits = BitLength(N); in ComputeParameters_Inner()
402 int N_bits = BitLength(N); in GetParameters()

Completed in 5 milliseconds