Home
last modified time | relevance | path

Searched refs:Py_FORCE_DOUBLE (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dpymath.h70 #ifndef Py_FORCE_DOUBLE
73 # define Py_FORCE_DOUBLE(X) (_Py_force_double(X)) macro
75 # define Py_FORCE_DOUBLE(X) (X) macro
118 (Py_FORCE_DOUBLE(X)*0.5 == Py_FORCE_DOUBLE(X)))
/external/python/cpython3/Include/
Dpymath.h71 #ifndef Py_FORCE_DOUBLE
74 # define Py_FORCE_DOUBLE(X) (_Py_force_double(X)) macro
76 # define Py_FORCE_DOUBLE(X) (X) macro
122 (Py_FORCE_DOUBLE(X)*0.5 == Py_FORCE_DOUBLE(X)))