Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp1545 …TaggedNumber Rounding(const uint64_t &sign, uint64_t &mantissa, uint64_t &exponent, bool needRound) in Rounding() argument
1547 if (needRound || (mantissa & 1) == 1) { in Rounding()