Searched defs:DO_DIV (Results 1 – 2 of 2) sorted by relevance
47 #define DO_DIV(N, M) (unlikely(M == 0) ? 0 :\ macro
1779 #define DO_DIV(N, M) (unlikely(M == 0) ? (__typeof(N))(-1) : \ macro