Searched refs:Rounding (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_bigint.cpp | 1594 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 4 milliseconds