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.c2052 PyObject *pyfloat = PyFloat_FromDouble( in array__array_reconstructor_impl() local
2074 PyObject *pyfloat = PyFloat_FromDouble( in array__array_reconstructor_impl() local
/third_party/python/Modules/_decimal/
D_decimal.c2641 #define PyDec_FromFloat(pyfloat, context) \ argument
2643 #define PyDec_FromFloatExact(pyfloat, context) \ argument
2653 dec_from_float(PyObject *type, PyObject *pyfloat) in dec_from_float()