Home
last modified time | relevance | path

Searched refs:RightTruncate (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_bigint.cpp146 return BigIntHelper::RightTruncate(thread, bigint); in SetBigInt()
149 JSHandle<BigInt> BigIntHelper::RightTruncate(JSThread *thread, JSHandle<BigInt> x) in RightTruncate() function in panda::ecmascript::BigIntHelper
279 return BigIntHelper::RightTruncate(thread, bigint); in BitwiseOp()
304 return BigIntHelper::RightTruncate(thread, newBigint); in OneIsNegativeAND()
381 return BigIntHelper::RightTruncate(thread, newBigint); in BitwiseSubOne()
411 return BigIntHelper::RightTruncate(thread, newBigint); in BitwiseAddOne()
440 JSHandle<BigInt> temp = BigIntHelper::RightTruncate(thread, newBigint); in OneIsNegativeOR()
543 return BigIntHelper::RightTruncate(thread, bigint).GetTaggedValue(); in DoubleToBigInt()
582 return BigIntHelper::RightTruncate(thread, bigint); in Int64ToBigInt()
593 return BigIntHelper::RightTruncate(threa in Uint64ToBigInt()
[all...]
H A Djs_bigint.h204 static JSHandle<BigInt> RightTruncate(JSThread *thread, JSHandle<BigInt> x);

Completed in 3 milliseconds