Lines Matching refs:digits
44 | LEN is the number of digits to be displayed. The
45 | k-factor can dictate either the total number of digits,
46 | if it is a positive number, or the number of digits
54 | of decimal places needed to insure LEN integer digits
69 | significant digits. The excess digits are collected
85 | A13. Check for LEN digits.
86 | If the int operation results in more than LEN digits,
87 | or less than LEN -1 digits, adjust ILOG and repeat from
97 | The bcd digits are stored in the correct position in
102 | digits are stored in the final string.
278 | LEN is the number of digits to be displayed. The k-factor
279 | can dictate either the total number of digits, if it is
280 | a positive number, or the number of digits after the
331 | of decimal places needed to insure LEN integer digits
607 | A13. Check for LEN digits.
608 | If the int operation results in more than LEN digits,
609 | or less than LEN -1 digits, adjust ILOG and repeat from