Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dfpectlmodule.c94 static PyObject *turnon_sigfpe (PyObject *self,PyObject *args);
98 {"turnon_sigfpe", (PyCFunction) turnon_sigfpe, METH_VARARGS},
103 static PyObject *turnon_sigfpe(PyObject *self,PyObject *args) in turnon_sigfpe() function
/external/python/cpython2/Doc/library/
Dfpectl.rst52 .. function:: turnon_sigfpe()
65 After :func:`turnon_sigfpe` has been executed, a floating point operation that
80 >>> fpectl.turnon_sigfpe()