Home
last modified time | relevance | path

Searched refs:mpd_round_string (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Modules/_decimal/libmpdec/
Dconstants.c115 const char * const mpd_round_string[MPD_ROUND_GUARD] = { variable
Dmpdecimal.h238 extern const char * const mpd_round_string[MPD_ROUND_GUARD];
/third_party/python/Modules/_decimal/
D_decimal.c1347 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()