Home | History | Annotate | Download | only in common

Lines Matching refs:imod

1083 static inline int imod (int a, int b)
1121 return imod(c, size);
1124 return imod(c, size);
1127 return (size - 1) - mirror(imod(c, 2*size) - size);