Searched refs:_GL_INT_MULTIPLY_RANGE_OVERFLOW (Results 1 – 1 of 1) sorted by relevance
/include/ |
A D | intprops.h | 409 && _GL_INT_MULTIPLY_RANGE_OVERFLOW (a, b, 0, (__typeof__ (*(r))) -1)) \ 415 _GL_INT_OP_WRAPV (a, b, r, *, _GL_INT_MULTIPLY_RANGE_OVERFLOW) 588 #define _GL_INT_MULTIPLY_RANGE_OVERFLOW(a, b, tmin, tmax) \ macro
|
Completed in 4 milliseconds