Home
last modified time | relevance | path

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

/third_party/gptfdisk/
H A Dsupport.cc242 float decimalIeee; in BytesToIeee() local
258 decimalIeee = ((float) previousIeee - in BytesToIeee()
260 if (decimalIeee >= 10.0) { in BytesToIeee()
261 decimalIeee = 0.0; in BytesToIeee()
264 theValue << sizeInIeee << "." << (uint32_t) decimalIeee << units; in BytesToIeee()

Completed in 1 milliseconds