reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
87 if (exponent == 0) return ""; 89 const int64_t index = (exponent > 0 ? exponent - 1 : -exponent - 1); 89 const int64_t index = (exponent > 0 ? exponent - 1 : -exponent - 1); 89 const int64_t index = (exponent > 0 ? exponent - 1 : -exponent - 1); 93 (exponent > 0 ? (iec ? kBigIECUnits : kBigSIUnits) : kSmallSIUnits);