Searched refs:sizeInIeee (Results 1 – 2 of 2) sorted by relevance
227 uint64_t sizeInIeee; in BytesToIeee() local234 sizeInIeee = previousIeee = size * (uint64_t) sectorSize; in BytesToIeee()235 while ((sizeInIeee > 1024) && (index < (prefixes.length() - 1))) { in BytesToIeee()237 previousIeee = sizeInIeee; in BytesToIeee()238 sizeInIeee /= 1024; in BytesToIeee()241 theValue << sizeInIeee << " bytes"; in BytesToIeee()246 ((float) sizeInIeee * 1024.0) + 51.2) / 102.4; in BytesToIeee()249 sizeInIeee++; in BytesToIeee()251 theValue << sizeInIeee << "." << (uint32_t) decimalIeee << units; in BytesToIeee()
294 string sizeInIeee; local299 sizeInIeee = BytesToIeee(lastLBA - firstLBA + 1, blockSize);307 cout << sizeInIeee << " ";308 if (sizeInIeee.length() < 10)309 for (i = 0; i < 10 - sizeInIeee.length(); i++)