Lines Matching refs:k
12 | value in memory; d0 contains the k-factor sign-extended
23 | The k-factor is saved for use in d7. Clear the
45 | k-factor can dictate either the total number of digits,
119 | d7: k-factor
169 | The k-factor is saved for use in d7. Clear BINDEC_FLG for
177 movel %d0,%d7 |move k-factor to d7
224 | d0: k-factor/exponent
230 | d7: k-factor/Unchanged
277 | LEN is the number of digits to be displayed. The k-factor
293 | d7: k-factor/Unchanged
306 tstl %d7 |branch on sign of k
307 bles k_neg |if k <= 0, LEN = ILOG + 1 - k
308 movel %d7,%d4 |if k > 0, LEN = k
312 subl %d7,%d4 |subtract off k
364 | d6: ILOG/ILOG or k if ((k<=0)&(ILOG<k))
365 | d7: k-factor/Unchanged
378 tstl %d7 |test sign of k
380 cmpl %d6,%d7 |test k - ILOG
381 blts k_pos |if ILOG >= k, skip this
382 movel %d7,%d6 |if ((k<0) & (ILOG < k)) ILOG = k
625 | d7: k-factor/Unchanged