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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
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/
pymath.h 151 /* Py_NAN
156 #if !defined(Py_NAN) && !defined(Py_NO_NAN)
157 #define Py_NAN (Py_HUGE_VAL * 0.)

Completed in 45 milliseconds