Searched refs:CheckAndGetDouble (Results 1 – 2 of 2) sorted by relevance
262 if (!CheckAndGetDouble(arg, &value)) { \287 bool CheckAndGetDouble(PyObject* arg, double* value);
273 bool CheckAndGetDouble(PyObject* arg, double* value) { in CheckAndGetInteger() function285 if (!CheckAndGetDouble(arg, &double_value)) { in CheckAndGetInteger()