Home
last modified time | relevance | path

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

/third_party/python/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)))