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