Lines Matching defs:value
202 // Return 0 on success. Return -1 and clamp the value on overflow.
223 // Return 0 on success. Return -1 and clamp the value on overflow.
305 Conversion of an out-of-range value to time_t gives undefined behaviour
308 PY_TIME_T_MAX` will first convert the value `PY_TIME_T_MAX` to a double,
309 potentially changing its value and leading to us failing to catch some
339 PyErr_SetString(PyExc_ValueError, "Invalid value NaN (not a number)");
366 PyErr_SetString(PyExc_ValueError, "Invalid value NaN (not a number)");
521 pytime_from_double(_PyTime_t *tp, double value, _PyTime_round_t round,
528 d = value;
552 PyErr_SetString(PyExc_ValueError, "Invalid value NaN (not a number)");