HomeSort by relevance Sort by last modified time
    Searched refs:Py_OVERFLOWED (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymath.h 160 /* Py_OVERFLOWED(X)
187 #define Py_OVERFLOWED(X) isinf(X)
189 #define Py_OVERFLOWED(X) ((X) != 0.0 && (errno == ERANGE || \
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymath.h 160 /* Py_OVERFLOWED(X)
187 #define Py_OVERFLOWED(X) isinf(X)
189 #define Py_OVERFLOWED(X) ((X) != 0.0 && (errno == ERANGE || \

Completed in 86 milliseconds