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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymath.h 141 * uses Py_HUGE_VAL instead because some platforms are broken in this
145 * config to #define Py_HUGE_VAL to something that works on your platform.
147 #ifndef Py_HUGE_VAL
148 #define Py_HUGE_VAL HUGE_VAL
157 #define Py_NAN (Py_HUGE_VAL * 0.)
190 (X) == Py_HUGE_VAL || \
191 (X) == -Py_HUGE_VAL))
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymath.h 141 * uses Py_HUGE_VAL instead because some platforms are broken in this
145 * config to #define Py_HUGE_VAL to something that works on your platform.
147 #ifndef Py_HUGE_VAL
148 #define Py_HUGE_VAL HUGE_VAL
157 #define Py_NAN (Py_HUGE_VAL * 0.)
190 (X) == Py_HUGE_VAL || \
191 (X) == -Py_HUGE_VAL))
  /external/chromium_org/third_party/cython/src/Cython/Utility/
ModuleSetupCode.c 31 #ifndef Py_HUGE_VAL
32 #define Py_HUGE_VAL HUGE_VAL
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c 34 #ifndef Py_HUGE_VAL
35 #define Py_HUGE_VAL HUGE_VAL
    [all...]
qavltree.c 34 #ifndef Py_HUGE_VAL
35 #define Py_HUGE_VAL HUGE_VAL
    [all...]
qbintree.c 34 #ifndef Py_HUGE_VAL
35 #define Py_HUGE_VAL HUGE_VAL
    [all...]
qrbtree.c 34 #ifndef Py_HUGE_VAL
35 #define Py_HUGE_VAL HUGE_VAL
    [all...]

Completed in 194 milliseconds