Home
last modified time | relevance | path

Searched defs:yVal (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp202 BigInt* yVal = BigInt::Cast(y.GetTaggedObject()); in Equal() local
274 JSHandle<BigInt> yVal = BigInt::BitwiseSubOne(thread, y, y->GetLength()); in OneIsNegativeAND() local
303 JSHandle<BigInt> yVal = BitwiseSubOne(thread, y, y->GetLength()); in BitwiseAND() local
321 JSHandle<BigInt> yVal = BigInt::BitwiseSubOne(thread, y, y->GetLength()); in OneIsNegativeXOR() local
336 JSHandle<BigInt> yVal = BitwiseSubOne(thread, y, y->GetLength()); in BitwiseXOR() local
405 JSHandle<BigInt> yVal = BigInt::BitwiseSubOne(thread, y, maxLen); in OneIsNegativeOR() local
440 JSHandle<BigInt> yVal = BitwiseSubOne(thread, y, yLen); in BitwiseOR() local
800 BigInt* yVal = BigInt::Cast(y.GetTaggedObject()); in Compare() local