Lines Matching refs:digits
2098 # OPERR : if ((k_factor > +17) || (dec. exp exceeds 3 digits))
13045 # 4. Subtract 16 to compensate for interpreting the mant as all integer digits.
13046 # (i.e., all digits assumed left of the decimal point.)
13062 mov.l &EDIGITS,%d2 # # of nibbles (digits) in fraction part
13063 mov.l &ESTRT,%d3 # counter to pick up digits
13071 dbf.w %d2,e_gd # if we have used all 3 digits, exit loop
13457 # LEN is the number of digits to be displayed. The #
13458 # k-factor can dictate either the total number of digits, #
13459 # if it is a positive number, or the number of digits #
13467 # of decimal places needed to insure LEN integer digits #
13482 # significant digits. The excess digits are collected #
13498 # A13. Check for LEN digits. #
13499 # If the int operation results in more than LEN digits, #
13500 # or less than LEN -1 digits, adjust ILOG and repeat from #
13510 # The bcd digits are stored in the correct position in #
13515 # digits are stored in the final string. #
13684 # LEN is the number of digits to be displayed. The k-factor
13685 # can dictate either the total number of digits, if it is
13686 # a positive number, or the number of digits after the
13737 # of decimal places needed to insure LEN integer digits
14053 # A13. Check for LEN digits.
14054 # If the int operation results in more than LEN digits,
14055 # or less than LEN -1 digits, adjust ILOG and repeat from