Searched refs:upperPos (Results 1 – 3 of 3) sorted by relevance
1080 int upperPos = precision - 1; in toScientificString() local1082 int p = upperPos; in toScientificString()1091 int _scale = upperPos + scale + exponent; in toScientificString()
1082 int upperPos = precision - 1; in toScientificString() local1084 int p = upperPos; in toScientificString()1093 int _scale = upperPos + scale + exponent; in toScientificString()
943 int32_t upperPos = precision - 1; in toScientificString() local945 int32_t p = upperPos; in toScientificString()954 int32_t _scale = upperPos + scale + exponent; in toScientificString()