Searched refs:exponentInt (Results 1 – 3 of 3) sorted by relevance
367 auto exponentInt = static_cast<int32_t>(exponentLong); in match() local368 if (result.quantity.adjustMagnitude(exponentSign * exponentInt)) { in match()
384 int exponentInt = (int) exponentLong; in match() local386 result.quantity.adjustMagnitude(exponentSign * exponentInt); in match()
386 int exponentInt = (int) exponentLong; in match() local388 result.quantity.adjustMagnitude(exponentSign * exponentInt); in match()