Lines Matching defs:mode
985 mode is one of '0', '2' or '3', and is completely determined by
986 format_code: 'e' and 'g' use mode 2; 'f' mode 3, 'r' mode 0.
1008 int mode, int precision,
1024 digits = _Py_dg_dtoa(d, mode, precision, &decpt_as_int, &sign,
1030 /* The only failure mode is no memory. */
1266 int mode;
1269 mode and make any adjustments as needed. */
1277 mode = 2;
1287 mode = 3;
1296 mode = 2;
1304 mode = 0;
1317 return format_float_short(val, format_code, mode, precision,