Home
last modified time | relevance | path

Searched refs:decimalIeee (Results 1 – 1 of 1) sorted by relevance

/third_party/gptfdisk/
Dsupport.cc233 float decimalIeee; in BytesToIeee() local
249 decimalIeee = ((float) previousIeee - in BytesToIeee()
251 if (decimalIeee >= 10.0) { in BytesToIeee()
252 decimalIeee = 0.0; in BytesToIeee()
255 theValue << sizeInIeee << "." << (uint32_t) decimalIeee << units; in BytesToIeee()