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

/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dio.c436 * 'dplace' is the default place of the decimal point. It is always set to
440 _mpd_to_string(char **result, const mpd_t *dec, int flags, mpd_ssize_t dplace) argument
500 * dplace is the location of the decimal point relative to
502 * when dplace is shifted.
505 * 2) dplace := ldigits (initially)
506 * 3) exp := ldigits - dplace (initially exp = 0)
511 * | | | `- dplace >= digits
512 * | | `- dplace in the middle of the coefficient
513 * | ` dplace = 1 (after the first coefficient digit)
514 * `- dplace <
1231 mpd_ssize_t dplace = MPD_DEFAULT_DOTPLACE; local
[all...]

Completed in 67 milliseconds