Searched refs:MPD_FMT_TOSCI (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dio.c418 #define MPD_FMT_TOSCI 0x00000002 macro
426 /* Default place of the decimal point for MPD_FMT_TOSCI, MPD_FMT_EXP */
524 * MPD_FMT_TOSCI, MPD_FMT_TOENG: for a certain range,
602 * MPD_FMT_TOSCI, MPD_FMT_TOENG: only if ldigits != dplace
629 int flags = MPD_FMT_TOSCI;
650 int flags = MPD_FMT_TOSCI;
1271 case 'g': flags |= MPD_FMT_TOSCI; break;

Completed in 48 milliseconds