Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_bigint.cpp1594 static JSTaggedNumber Rounding(const uint64_t &sign, uint64_t &mantissa, uint64_t &exponent, bool needRound) in Rounding() argument
1596 if (needRound || (mantissa & 1) == 1) { in Rounding()

Completed in 4 milliseconds