Searched refs:needRound (Results 1 – 1 of 1) sorted by relevance
1545 …TaggedNumber Rounding(const uint64_t &sign, uint64_t &mantissa, uint64_t &exponent, bool needRound) in Rounding() argument1547 if (needRound || (mantissa & 1) == 1) { in Rounding()