Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp305 JSHandle<BigInt> res = BitwiseAddOne(thread, temp); in BitwiseAND()
325 JSHandle<BigInt> res = BigInt::BitwiseAddOne(thread, temp); in OneIsNegativeXOR()
368 JSHandle<BigInt> BigInt::BitwiseAddOne(JSThread *thread, JSHandle<BigInt> bigint) in BitwiseAddOne() function in panda::ecmascript::BigInt
425 JSHandle<BigInt> res = BigInt::BitwiseAddOne(thread, temp); in OneIsNegativeOR()
442 JSHandle<BigInt> res = BitwiseAddOne(thread, temp); in BitwiseOR()
923 return BitwiseAddOne(thread, bigint); in RightShiftHelper()
Djs_bigint.h58 static JSHandle<BigInt> BitwiseAddOne(JSThread *thread, JSHandle<BigInt> bigint);
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp277 JSHandle<BigInt> addOneRes = BigInt::BitwiseAddOne(thread, maxSafeInt); in HWTEST_F_L0()
284 JSHandle<BigInt> addOneRes1 = BigInt::BitwiseAddOne(thread, newBigint); in HWTEST_F_L0()