Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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)))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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)))