Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpymath.h73 # define Py_FORCE_DOUBLE(X) (_Py_force_double(X)) macro
75 # define Py_FORCE_DOUBLE(X) (X) macro
/external/python/cpython3/Include/
Dpymath.h74 # define Py_FORCE_DOUBLE(X) (_Py_force_double(X)) macro
76 # define Py_FORCE_DOUBLE(X) (X) macro