Searched refs:mpd_round_string (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Modules/_decimal/libmpdec/ |
D | constants.c | 115 const char * const mpd_round_string[MPD_ROUND_GUARD] = { variable
|
D | mpdecimal.h | 238 extern const char * const mpd_round_string[MPD_ROUND_GUARD];
|
/third_party/python/Modules/_decimal/ |
D | _decimal.c | 1347 ctx->prec, mpd_round_string[ctx->round], ctx->emin, ctx->emax, in context_repr() 1453 ctx->prec, mpd_round_string[ctx->round], ctx->emin, ctx->emax, in context_reduce() 5905 ASSIGN_PTR(round_map[i], PyUnicode_InternFromString(mpd_round_string[i])); in PyInit__decimal() 5907 CHECK_INT(PyModule_AddObject(m, mpd_round_string[i], round_map[i])); in PyInit__decimal()
|