Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/core/mindapi/base/
Dtypes.h138 using pyfloat = float; variable
/third_party/python/Lib/
Dpickletools.py993 pyfloat = StackObject( variable
/third_party/python/Modules/
Darraymodule.c2051 PyObject *pyfloat = PyFloat_FromDouble( in array__array_reconstructor_impl() local
2072 PyObject *pyfloat = PyFloat_FromDouble( in array__array_reconstructor_impl() local
/third_party/python/Modules/_decimal/
D_decimal.c2679 #define PyDec_FromFloat(pyfloat, context) \ argument
2681 #define PyDec_FromFloatExact(pyfloat, context) \ argument
2691 dec_from_float(PyObject *type, PyObject *pyfloat) in dec_from_float()