Searched refs:lowerPos (Results 1 – 3 of 3) sorted by relevance
990 int lowerPos = Math.max(scale, rOptPos) - scale; in toScientificString() local993 if ((--p) >= lowerPos) { in toScientificString()995 for (; p >= lowerPos; p--) { in toScientificString()
988 int lowerPos = Math.max(scale, rOptPos) - scale; in toScientificString() local991 if ((--p) >= lowerPos) { in toScientificString()993 for (; p >= lowerPos; p--) { in toScientificString()
812 int32_t lowerPos = std::max(scale, rOptPos) - scale; in toScientificString() local815 if ((--p) >= lowerPos) { in toScientificString()817 for (; p >= lowerPos; p--) { in toScientificString()