Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/
D_decimal.c2116 dec_from_long(PyTypeObject *type, const PyObject *v, in dec_from_long() function
2177 dec = dec_from_long(type, v, CTX(context), &status); in PyDecType_FromLong()
2206 dec = dec_from_long(type, v, &maxctx, &status); in PyDecType_FromLongExact()