Home
last modified time | relevance | path

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

/external/gptfdisk/
Dsupport.cc227 float decimalIeee; in BytesToIeee() local
243 decimalIeee = ((float) previousIeee - in BytesToIeee()
245 if (decimalIeee >= 10.0) { in BytesToIeee()
246 decimalIeee = 0.0; in BytesToIeee()
249 theValue << sizeInIeee << "." << (uint32_t) decimalIeee << units; in BytesToIeee()