Lines Matching defs:coeff
3847 PyObject *coeff = NULL;3872 coeff = Py_BuildValue("(i)", 0);3873 if (coeff == NULL) {3902 coeff = PyTuple_New(intlen);3903 if (coeff == NULL) {3912 PyTuple_SET_ITEM(coeff, i, tmp);3916 coeff = PyTuple_New(0);3917 if (coeff == NULL) {3924 sign, coeff, expt, NULL);3930 Py_XDECREF(coeff);