Lines Matching refs:digit
312 mov.w %d5, %d1 # 2nd quotient 'digit'
320 # In this algorithm, the divisor is treated as a 2 digit (word) number
321 # which is divided into a 3 digit (word) dividend to get one quotient
322 # digit (word). After subtraction, the dividend is shifted and the
324 # 'normalized' so that the process of estimating the quotient digit
341 # The comments use subscripts for the first quotient digit determination.
388 # the 3 digit (word) result with the current dividend words
400 bcc ldd2nd # no carry, do next quotient digit
418 # first quotient digit now correct. store digit and shift the
426 st DDSECOND(%a6) # second digit
431 # shift down one word/digit to renormalize remainder.