Searched refs:upperPos (Results 1 – 3 of 3) sorted by relevance
1016 int upperPos = precision - 1; in toScientificString() local1018 int p = upperPos; in toScientificString()1027 int _scale = upperPos + scale; in toScientificString()
1018 int upperPos = precision - 1; in toScientificString() local1020 int p = upperPos; in toScientificString()1029 int _scale = upperPos + scale; in toScientificString()
900 int32_t upperPos = precision - 1; in toScientificString() local902 int32_t p = upperPos; in toScientificString()911 int32_t _scale = upperPos + scale; in toScientificString()