Searched defs:pyfloat (Results 1 – 4 of 4) sorted by relevance
748 pyfloat = StackObject( variable
958 pyfloat = StackObject( variable
2042 PyObject *pyfloat = PyFloat_FromDouble( in array__array_reconstructor_impl() local2064 PyObject *pyfloat = PyFloat_FromDouble( in array__array_reconstructor_impl() local
2497 #define PyDec_FromFloat(pyfloat, context) \ argument2499 #define PyDec_FromFloatExact(pyfloat, context) \ argument2509 dec_from_float(PyObject *type, PyObject *pyfloat) in dec_from_float()