Home
last modified time | relevance | path

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

/external/gptfdisk/
Dsupport.cc229 float decimalIeee; in BytesToIeee() local
245 decimalIeee = ((float) previousIeee - in BytesToIeee()
247 if (decimalIeee >= 10.0) { in BytesToIeee()
248 decimalIeee = 0.0; in BytesToIeee()
251 theValue << sizeInIeee << "." << (uint32_t) decimalIeee << units; in BytesToIeee()