Home | History | Annotate | Download | only in common

Lines Matching full:modulo

188  * Integer division and modulo with negative numerators
189 * yields negative modulo results and quotients that are one more than
191 * This macro adjust the results so that the modulo-value m is always >=0.
198 * @param m Output variable for the rest (modulo result).
320 * Avoid division and modulo for performance.
362 * Avoid division and modulo for performance.