Searched defs:pyfloat (Results 1 – 9 of 9) sorted by relevance
748 pyfloat = StackObject( variable
993 pyfloat = StackObject( variable
2051 PyObject *pyfloat = PyFloat_FromDouble( in array__array_reconstructor_impl() local2072 PyObject *pyfloat = PyFloat_FromDouble( in array__array_reconstructor_impl() local
2679 #define PyDec_FromFloat(pyfloat, context) \ argument2681 #define PyDec_FromFloatExact(pyfloat, context) \ argument2691 dec_from_float(PyObject *type, PyObject *pyfloat) in dec_from_float()