Searched refs:decimalIeee (Results 1 – 1 of 1) sorted by relevance
227 float decimalIeee; in BytesToIeee() local243 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()