Lines Matching refs:overflow
372 # define _GL_INT_OP_WRAPV(a, b, r, op, builtin, overflow) builtin (a, b, r) argument
374 # define _GL_INT_OP_WRAPV(a, b, r, op, builtin, overflow) \ argument
378 _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
381 _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
384 _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
387 _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
390 _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
393 # define _GL_INT_OP_WRAPV(a, b, r, op, builtin, overflow) \ argument
395 ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
398 ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
401 ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
403 : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
405 # define _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow) \ argument
407 ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
409 : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
412 # define _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow) \ argument
413 _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
422 #define _GL_INT_OP_CALC(a, b, r, op, overflow, ut, t, tmin, tmax) \ argument
424 ? _GL_INT_OP_CALC1 ((t) (a), (t) (b), r, op, overflow, ut, t, tmin, tmax) \
425 : _GL_INT_OP_CALC1 (a, b, r, op, overflow, ut, t, tmin, tmax))
426 #define _GL_INT_OP_CALC1(a, b, r, op, overflow, ut, t, tmin, tmax) \ argument
427 ((overflow (a, b) \