Home
last modified time | relevance | path

Searched refs:Rounding (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() function
1670 return Rounding(sign, mantissa, exponent, true); in BigIntToNumber()
1674 return Rounding(sign, mantissa, exponent, true); in BigIntToNumber()
1677 return Rounding(sign, mantissa, exponent, false); in BigIntToNumber()

Completed in 5 milliseconds