Home
last modified time | relevance | path

Searched defs:pyfloat (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/
Dpickletools.py993 pyfloat = StackObject( variable
/third_party/python/Modules/
Darraymodule.c2009 PyObject *pyfloat = PyFloat_FromDouble( in array__array_reconstructor_impl() local
2031 PyObject *pyfloat = PyFloat_FromDouble( in array__array_reconstructor_impl() local
/third_party/python/Modules/_decimal/
D_decimal.c2642 #define PyDec_FromFloat(pyfloat, context) \ argument
2644 #define PyDec_FromFloatExact(pyfloat, context) \ argument
2654 dec_from_float(PyObject *type, PyObject *pyfloat) in dec_from_float()