Lines Matching full:division
153 * Compute quotient 'q' and remainder 'r' of Euclidean division of 'a' by 'b'
161 * The algorithm used is schoolbook division:
163 * + a small division of the MSW is performed to obtain an
176 * is given to perform the small 3-by-2 division.
216 * Perform approximate 3-by-2 division using the precomputed in _nn_divrem_normalized()
223 * Perform 3-by-2 approximate division: in _nn_divrem_normalized()
283 * Compute quotient 'q' and remainder 'r' of Euclidean division of 'a' by 'b'
326 * Compute quotient and remainder of Euclidean division, and do not normalize
383 * Compute quotient and remainder of Euclidean division,
456 * Perform division with MSP of a smaller than b. This ensures in _nn_divrem_unshifted()
559 * Helper functions for arithmetic in 2-by-1 division
618 * Helper macros for conditional subtraction in 2-by-1 division
643 * divide two words by a normalized word using schoolbook division on half
716 * which is used to perform approximate small division using a multiplication.
773 * Given an odd number p, compute division coefficients p_normalized,
784 * division and modular functions. Because we have two word_t outputs
813 * In order for our reciprocal division routines to work, it is expected in nn_compute_div_coefs()
853 * Compute quotient remainder of Euclidean division.
858 * schoolbook division. It uses the helper functions/macros above.