Searched refs:vHighestNext (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_bigint.cpp | 1357 uint32_t BigInt::ImproveAccuracy(uint32_t vHighest, uint32_t vHighestNext, uint32_t UHighest, in ImproveAccuracy() argument 1362 std::tie(high, low) = Mul(q, vHighestNext); in ImproveAccuracy() 1371 std::tie(high, low) = Mul(q, vHighestNext); in ImproveAccuracy() 1407 uint32_t vHighestNext = v->GetDigit(divisorLen - 2); // 2 : Get the second most significant bit in DivideAndRemainderWithBigintDivisor() local 1412 q = ImproveAccuracy(vHighest, vHighestNext, r, currentUHighestNext, q); in DivideAndRemainderWithBigintDivisor()
|
H A D | js_bigint.h | 75 static uint32_t ImproveAccuracy(uint32_t vHighest, uint32_t vHighestNext, uint32_t UHighest,
|
Completed in 5 milliseconds