Searched refs:Uint32ToBigInt (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/test/fuzztest/builtinsarraybuffergetvaluefrombufferforbigint_fuzzer/ |
H A D | builtinsarraybuffergetvaluefrombufferforbigint_fuzzer.cpp | 52 JSHandle<BigInt> bigIntNum = BigInt::Uint32ToBigInt(thread, input); in BuiltinsArrayBufferGetValueFromBufferForBigIntFuzzTest()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_bigint_test.cpp | 52 JSHandle<BigInt> zero = BigInt::Uint32ToBigInt(thread, 0); in HWTEST_F_L0() 623 * @tc.name: Uint32ToBigInt 628 HWTEST_F_L0(JSBigintTest, Uint32ToBigInt) in HWTEST_F_L0() 630 JSHandle<BigInt> resBigint1 = BigInt::Uint32ToBigInt(thread, std::numeric_limits<uint32_t>::max()); in HWTEST_F_L0() 631 JSHandle<BigInt> resBigint2 = BigInt::Uint32ToBigInt(thread, std::numeric_limits<uint32_t>::min()); in HWTEST_F_L0() 632 JSHandle<BigInt> resBigint3 = BigInt::Uint32ToBigInt(thread, 0); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_bigint.h | 107 static JSHandle<BigInt> Uint32ToBigInt(JSThread *thread, const uint32_t &number);
|
H A D | js_bigint.cpp | 562 JSHandle<BigInt> BigInt::Uint32ToBigInt(JSThread *thread, const uint32_t &number) in Uint32ToBigInt() function in panda::ecmascript::BigInt 1441 remainder.Update(Uint32ToBigInt(thread, r)); in DivideAndRemainderWithUint32Divisor()
|
/arkcompiler/ets_runtime/ecmascript/base/ |
H A D | number_helper.cpp | 1227 return BigInt::Uint32ToBigInt(thread, 0).GetTaggedValue();
|
Completed in 8 milliseconds