Home
last modified time | relevance | path

Searched refs:Py_FORCE_DOUBLE (Results 1 – 1 of 1) 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)))