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