Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/bigint/
Ddiv-schoolbook.cc76 bool QLengthOK(Digits Q, Digits A, Digits B) { in QLengthOK() function
98 DCHECK(Q.len() == 0 || QLengthOK(Q, A, B)); in DivideSchoolbook()