Lines Matching full:digit
33 | assumed following the least-significant digit.
43 | SM = 0 a non-zero digit in the integer position
44 | SM = 1 a non-zero digit in Mant0, lsd of the fraction
133 | (*) d0: temp digit storage
135 | (*) d2: digit count
153 mulul #TEN,%d1 |mul partial product by one digit place
154 bfextu %d4{%d3:#4},%d0 |get the digit and zero extend into d0
156 addqb #4,%d3 |advance d3 to the next digit
179 | (*) d0: temp digit storage
181 | (*) d2: digit count
196 | get the integer digit then skip down & get the rest of the
199 bfextu (%a0){#28:#4},%d0 |integer part is ls digit in long word
200 faddb %d0,%fp0 |add digit to sum in fp0
211 bfextu %d4{%d3:#4},%d0 |get the digit and zero extend
212 faddb %d0,%fp0 |fp0 = fp0 + digit
217 | to initialize the digit offset, and set d2 to 7 for the digit count;
220 addqb #4,%d3 |advance d3 to the next digit
221 dbf %d2,md2b |check for last digit in this lw
248 | 3. Add one for each zero encountered until a non-zero digit.
255 | 3. Add one for each zero encountered until a non-zero digit.
269 | (*) d0: temp digit storage
271 | (*) d2: digit count
304 moveql #7,%d2 |init digit counter
306 bfextu %d4{%d3:#4},%d0 |get digit
308 addql #4,%d3 |point to next digit
309 addql #1,%d1 |inc digit counter
310 dbf %d2,ap_p_gd |get next digit
351 movel #28,%d3 |point to last digit
352 moveql #7,%d2 |init digit counter
354 bfextu %d4{%d3:#4},%d0 |get digit
356 subql #4,%d3 |point to previous digit
357 addql #1,%d1 |inc digit counter
358 dbf %d2,ap_n_gd |get next digit