Searched refs:PyLong_AsDouble (Results 1 – 12 of 12) sorted by relevance
45 PyAPI_FUNC(double) PyLong_AsDouble(PyObject *);
44 PyAPI_FUNC(double) PyLong_AsDouble(PyObject *);
502 pc->real = PyLong_AsDouble(obj); in to_complex()766 cval.real = PyLong_AsDouble(*pw); in complex_coerce()
310 *dbl = PyLong_AsDouble(obj); in convert_to_double()490 j = PyLong_AsDouble(w); in float_richcompare()960 double x = PyLong_AsDouble(*pw); in float_coerce()
498 pc->real = PyLong_AsDouble(obj); in to_complex()762 cval.real = PyLong_AsDouble(*pw); in complex_coerce()
309 *dbl = PyLong_AsDouble(obj); in convert_to_double()489 j = PyLong_AsDouble(w); in float_richcompare()959 double x = PyLong_AsDouble(*pw); in float_coerce()
2328 PyLong_AsDouble(PyObject *v) in PyLong_AsDouble() function3973 result = PyLong_AsDouble(v); in long_float()
1290 x = PyLong_AsDouble(arg); in loghelper()
1905 dnum = PyLong_AsDouble(factor); in accum()
2342 PyLong_AsDouble(PyObject *v) in PyLong_AsDouble() function3993 result = PyLong_AsDouble(v); in long_float()