Searched refs:upperPos (Results 1 – 3 of 3) sorted by relevance
989 int upperPos = Math.min(precision + scale, lOptPos) - scale - 1; in toScientificString() local991 int p = upperPos; in toScientificString()1000 int _scale = upperPos + scale; in toScientificString()
987 int upperPos = Math.min(precision + scale, lOptPos) - scale - 1; in toScientificString() local989 int p = upperPos; in toScientificString()998 int _scale = upperPos + scale; in toScientificString()
811 int32_t upperPos = std::min(precision + scale, lOptPos) - scale - 1; in toScientificString() local813 int32_t p = upperPos; in toScientificString()822 int32_t _scale = upperPos + scale; in toScientificString()