Home | History | Annotate | Download | only in python2.7

Lines Matching full:edom

467  * overflowed or not-a-number, set errno to ERANGE or EDOM.  Set errno
475 #define _Py_SET_EDOM_FOR_NAN(X) if (isnan(X)) errno = EDOM;