Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.h174 inline uint32_t IsUint32() const in IsUint32() function
Djs_bigint.cpp1425 if (y->IsUint32() && y->GetDigit(0) == 1) { in Divide()
1432 if (y->IsUint32()) { in Divide()
1454 if (compare == ComparisonResult::EQUAL || (d->IsUint32() && d->GetDigit(0) == 1)) { in Remainder()
1458 if (d->IsUint32()) { in Remainder()