Home | History | Annotate | Download | only in include

Lines Matching refs:smin

86   ((((__sio(m)(smin)(__A) <= ((typeof(__A))0)) && \
87 (__sio(m)(smin)(__B) <= ((typeof(__B))0))) || \
88 (((__sio(m)(smin)(__A) > ((typeof(__A))0))) && \
89 (__sio(m)(smin)(__B) > ((typeof(__B))0)))) && \
113 if (__sio(m)(smin)(__sio(var)(_a)) <= ((typeof(__sio(var)(_a)))0)) { \
368 if ((_a) < (typeof(_a))(__sio(m)(smin)(_a) - (_b))) __sio(var)(ok) = 0; \
384 !((_b) > 0 && (_a) < (__sio(m)(smin)(_a) + (_b)))) { \
407 if ((_b) < (__sio(m)(smin)(_a) / (_a))) { \
414 if ((_a) < (__sio(m)(smin)(_a) / (_b))) { \
436 /* Addreses div by zero and smin -1 */
440 (((_a) != __sio(m)(smin)(_a)) || ((_b) != (typeof(_b))-1))) { \
457 (((_a) != __sio(m)(smin)(_a)) || ((_b) != (typeof(_b))-1))) { \