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