Home | History | Annotate | Download | only in dist

Lines Matching refs:remainder

87 #	0x10(sp) = pointer to location to place quotient/remainder	#
90 # 0x10(sp) = points to location of remainder/quotient. #
91 # remainder is in first longword, quotient is in 2nd. #
209 tst.b NDIVIDEND(%a6) # remainder has same sign
288 # The quotient is returned in %d6, remainder in %d5, unless the #
305 # longword of the dividend as (0) remainder (see Knuth) and merely complete
306 # the last two divisions to get a quotient longword and word remainder:
324 swap %d5 # now remainder
365 andi.l &0x0000ffff, %d1 # zero any remainder
439 # add 2nd word to quotient, get the remainder.
441 # shift down one word/digit to renormalize remainder.
453 mov.l %d6, %d5 # remainder