Searched refs:result_as_float (Results 1 – 1 of 1) sorted by relevance
1452 PyObject *result_as_float, *result; in float_fromhex() local1675 result_as_float = Py_BuildValue("(d)", sign * x); in float_fromhex()1676 if (result_as_float == NULL) in float_fromhex()1678 result = PyObject_CallObject(cls, result_as_float); in float_fromhex()1679 Py_DECREF(result_as_float); in float_fromhex()