Searched refs:decimalExponent (Results 1 – 5 of 5) sorted by relevance
313 converted.decimalExponent -= scale; in EditEorDOutput()318 if (int modulus{converted.decimalExponent % 3}; modulus != 0) { in EditEorDOutput()326 converted.decimalExponent -= modulus; in EditEorDOutput()331 converted.decimalExponent += adjust; in EditEorDOutput()335 converted.decimalExponent -= adjust; in EditEorDOutput()342 FormatExponent(converted.decimalExponent, edit, expoLength)}; in EditEorDOutput()406 int expo{converted.decimalExponent + edit.modes.scale /*kP*/}; in EditFOutput()504 int expo{IsZero() ? 1 : converted.decimalExponent}; // 's' in EditForGOutput()533 int expo{converted.decimalExponent}; in EditListDirectedOutput()
33 result.decimalExponent != expectExpo) { in testDirect()35 << "', got '." << result.str << 'e' << result.decimalExponent in testDirect()50 int expo{result.decimalExponent}; in testReadback()
49 int expo{result.decimalExponent}; in testReadback()
42 int decimalExponent; /* assuming decimal point to the left of first digit */ member
716 int expo{result.decimalExponent}; in AsFortran()