Searched refs:context_setround (Results 1 – 1 of 1) sorted by relevance
908 context_setround(PyObject *self, PyObject *value, void *closure UNUSED) in context_setround() function1271 if (rounding != Py_None && context_setround(self, rounding, NULL) < 0) { in context_init()1469 { "rounding", (getter)context_getround, (setter)context_setround, NULL, NULL},