Searched refs:Rounding (Results 1 – 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | js_bigint.cpp | 1545 static JSTaggedNumber Rounding(const uint64_t &sign, uint64_t &mantissa, uint64_t &exponent, bool n… in Rounding() function 1618 return Rounding(sign, mantissa, exponent, true); in BigIntToNumber() 1622 return Rounding(sign, mantissa, exponent, true); in BigIntToNumber() 1625 return Rounding(sign, mantissa, exponent, false); in BigIntToNumber()
|