Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/
D_decimal.c214 static PyObject *round_map[_PY_DEC_ROUND_GUARD]; variable
516 if (v == round_map[i]) { in getround()
521 if (PyUnicode_Compare(v, round_map[i]) == 0) { in getround()
755 Py_INCREF(round_map[i]); in Dec_CONTEXT_GET_SSIZE()
756 return round_map[i]; in Dec_CONTEXT_GET_SSIZE()
5894 ASSIGN_PTR(round_map[i], PyUnicode_InternFromString(mpd_round_string[i])); in PyInit__decimal()
5895 Py_INCREF(round_map[i]); in PyInit__decimal()
5896 CHECK_INT(PyModule_AddObject(m, mpd_round_string[i], round_map[i])); in PyInit__decimal()