Searched defs:Py_HUGE_VAL (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/include/python2.7/
H A Dpymath.h141 * 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 macro
157 #define Py_NAN (Py_HUGE_VAL * 0.)
190 (X) == Py_HUGE_VAL || \
191 (X) == -Py_HUGE_VAL))
/prebuilts/gdb/linux-x86/include/python2.7/
H A Dpymath.h141 * 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 macro
157 #define Py_NAN (Py_HUGE_VAL * 0.)
190 (X) == Py_HUGE_VAL || \
191 (X) == -Py_HUGE_VAL))
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Dpymath.h141 * 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 macro
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/
H A Dpymath.h141 * 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 macro
157 #define Py_NAN (Py_HUGE_VAL * 0.)
190 (X) == Py_HUGE_VAL || \
191 (X) == -Py_HUGE_VAL))

Completed in 181 milliseconds