Lines Matching full:overflow
31 // overflow.
40 // the risk of integer overflow. Such operation is used to convert a clock
125 /* Macro to create a timestamp from a number of seconds, no integer overflow.
175 Raise an exception and return -1 on overflow, return 0 on success. */
187 /* Similar to _PyTime_AsTimeval() but don't raise an exception on overflow.
188 On overflow, clamp tv_sec to _PyTime_t min/max. */
207 Raise an exception and return -1 on overflow, return 0 on success. */
215 /* Similar to _PyTime_AsTimespec() but don't raise an exception on overflow.
216 On overflow, clamp tv_sec to _PyTime_t min/max. */
221 // Compute t1 + t2. Clamp to [_PyTime_MIN; _PyTime_MAX] on overflow.
225 Clamp to [_PyTime_MIN; _PyTime_MAX] on overflow.
226 The caller must ensure that ((div - 1) * mul) cannot overflow. */
242 On integer overflow, silently ignore the overflow and clamp the clock to
262 On integer overflow, silently ignore the overflow and clamp the clock to
293 On integer overflow, silently ignore the overflow and clamp the clock to