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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
floatobject.h 30 #ifdef Py_NAN
31 #define Py_RETURN_NAN return PyFloat_FromDouble(Py_NAN)
pymath.h 151 /* Py_NAN
156 #if !defined(Py_NAN) && !defined(Py_NO_NAN)
157 #define Py_NAN (Py_HUGE_VAL * 0.)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
floatobject.h 30 #ifdef Py_NAN
31 #define Py_RETURN_NAN return PyFloat_FromDouble(Py_NAN)
pymath.h 151 /* Py_NAN
156 #if !defined(Py_NAN) && !defined(Py_NO_NAN)
157 #define Py_NAN (Py_HUGE_VAL * 0.)

Completed in 242 milliseconds