Searched refs:PyLong_AsDouble (Results 1 – 25 of 25) sorted by relevance
76 *p_arg = PyLong_AsDouble(v); in extractdouble()97 *p_arg = (float) PyLong_AsDouble(v); in extractfloat()
1289 x = PyLong_AsDouble(arg); in loghelper()
1909 dnum = PyLong_AsDouble(factor); in accum()
45 PyAPI_FUNC(double) PyLong_AsDouble(PyObject *);
84 PyAPI_FUNC(double) PyLong_AsDouble(PyObject *);
232 PyLong_AsDouble
318 *dbl = PyLong_AsDouble(obj); in convert_to_double()498 j = PyLong_AsDouble(w); in float_richcompare()968 double x = PyLong_AsDouble(*pw); in float_coerce()
502 pc->real = PyLong_AsDouble(obj); in to_complex()766 cval.real = PyLong_AsDouble(*pw); in complex_coerce()
2330 PyLong_AsDouble(PyObject *v) in PyLong_AsDouble() function3987 result = PyLong_AsDouble(v); in long_float()
231 .. c:function:: double PyLong_AsDouble(PyObject *pylong)
383 *out = PyLong_AsDouble(v); in ConvertOneFloat()
316 PyLong_AsDouble=python37.PyLong_AsDouble
301 *dbl = PyLong_AsDouble(obj); in convert_to_double()404 j = PyLong_AsDouble(w); in float_richcompare()
444 pc->real = PyLong_AsDouble(obj); in to_complex()
2862 PyLong_AsDouble(PyObject *v) in PyLong_AsDouble() function4777 result = PyLong_AsDouble(v); in long_float()
277 .. c:function:: double PyLong_AsDouble(PyObject *pylong)
400 "PyLong_AsDouble"
635 PyLong_AsDouble:double:::636 PyLong_AsDouble:PyObject*:pylong:0:
1901 x = PyLong_AsDouble(arg); in loghelper()
830 out = PyLong_AsDouble(Py_None); in test_long_as_double()
2380 dnum = PyLong_AsDouble(factor); in accum()
1113 PyLong_AsDouble:double:::1114 PyLong_AsDouble:PyObject*:pylong:0:
824 Optimize PyLong_AsDouble.
7003 - Note that PyLong_AsDouble can fail! This has always been true, but no7007 double x = PyLong_AsDouble(some_long_object);
24382 - Note that PyLong_AsDouble can fail! This has always been true, but no24386 double x = PyLong_AsDouble(some_long_object);