Home
last modified time | relevance | path

Searched refs:pyfloat (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Modules/
H A Darraymodule.c2051 PyObject *pyfloat = PyFloat_FromDouble( in array__array_reconstructor_impl() local
2053 if (pyfloat == NULL) { in array__array_reconstructor_impl()
2057 PyList_SET_ITEM(converted_items, i, pyfloat); in array__array_reconstructor_impl()
2072 PyObject *pyfloat = PyFloat_FromDouble( in array__array_reconstructor_impl() local
2074 if (pyfloat == NULL) { in array__array_reconstructor_impl()
2078 PyList_SET_ITEM(converted_items, i, pyfloat); in array__array_reconstructor_impl()
/third_party/python/Lib/
H A Dpickletools.py993 pyfloat = StackObject( variable
1476 stack_after=[pyfloat],
1496 stack_after=[pyfloat],
/third_party/python/Modules/_decimal/
H A D_decimal.c2679 #define PyDec_FromFloat(pyfloat, context) \
2680 PyDecType_FromFloat(&PyDec_Type, pyfloat, context)
2681 #define PyDec_FromFloatExact(pyfloat, context) \
2682 PyDecType_FromFloatExact(&PyDec_Type, pyfloat, context)
2691 dec_from_float(PyObject *type, PyObject *pyfloat) in dec_from_float() argument
2697 result = PyDecType_FromFloatExact(&PyDec_Type, pyfloat, context); in dec_from_float()

Completed in 14 milliseconds