Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp275 uint32_t yLength = yVal->GetLength(); in OneIsNegativeAND() local
277 if (xLength > yLength) { in OneIsNegativeAND()
278 minLen = yLength; in OneIsNegativeAND()
401 uint32_t yLength = yVal->GetLength(); in OneIsNegativeOR() local
403 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() local
659 int subSize = static_cast<int>(xLength - yLength); in Add()
[all …]