Searched defs:__pyx_PyFloat_AsDouble (Results 1 – 4 of 4) sorted by relevance
311 #define __pyx_PyFloat_AsDouble(x) (PyFloat_CheckExact(x) ? PyFloat_AS_DOUBLE(x) : PyFloat_AsDouble(… macro313 #define __pyx_PyFloat_AsDouble(x) PyFloat_AsDouble(x) macro