Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dfpetestmodule.c46 static PyObject *fpe_error; variable
183 fpe_error = PyErr_NewException("fpetest.error", NULL, NULL); in initfpetest()
184 if (fpe_error != NULL) in initfpetest()
185 PyDict_SetItemString(d, "error", fpe_error); in initfpetest()
Dfpectlmodule.c92 static PyObject *fpe_error; variable
296 fpe_error = PyErr_NewException("fpectl.error", NULL, NULL); in initfpectl()
297 if (fpe_error != NULL) in initfpectl()
298 PyDict_SetItemString(d, "error", fpe_error); in initfpectl()