Searched refs:CheckAndGetDouble (Results 1 – 2 of 2) sorted by relevance
317 if (!CheckAndGetDouble(arg, &value)) { \342 bool CheckAndGetDouble(PyObject* arg, double* value);
603 bool CheckAndGetDouble(PyObject* arg, double* value) { in CheckAndGetInteger() function615 if (!CheckAndGetDouble(arg, &double_value)) { in CheckAndGetInteger()