Searched refs:yLength (Results 1 – 1 of 1) sorted by relevance
275 uint32_t yLength = yVal->GetLength(); in OneIsNegativeAND() local277 if (xLength > yLength) { in OneIsNegativeAND()278 minLen = yLength; in OneIsNegativeAND()401 uint32_t yLength = yVal->GetLength(); in OneIsNegativeOR() local403 if (minLen > yLength) { in OneIsNegativeOR()404 minLen = yLength; in OneIsNegativeOR()406 JSHandle<BigInt> newBigint = BigInt::CreateBigint(thread, yLength); in OneIsNegativeOR()414 while (i < yLength) { in OneIsNegativeOR()657 uint32_t yLength = y->GetLength(); in Add() local659 int subSize = static_cast<int>(xLength - yLength); in Add()[all …]