un                419 src/dps8/dps8_math128.c     uint16_t un [m+1];
un                420 src/dps8/dps8_math128.c     un[m] = u[m-1] >> (16-s);
un                422 src/dps8/dps8_math128.c       un[i] = (uint16_t) (u[i] << s) | (uint16_t) (u[i-1] >> (16-s));
un                423 src/dps8/dps8_math128.c     un[0] = (uint16_t) (u[0] << s);
un                427 src/dps8/dps8_math128.c         qhat = (un[j+n]*b + un[j+n-1])/vn[n-1];
un                428 src/dps8/dps8_math128.c         rhat = (un[j+n]*b + un[j+n-1])%vn[n-1];
un                430 src/dps8/dps8_math128.c         if (qhat >= b || (unsigned)qhat*(unsigned long long)vn[n-2] > b*rhat + un[j+n-2])
un                442 src/dps8/dps8_math128.c             t = (int32_t) un[i+j] - k - (int32_t) (p & 0xFFFF);
un                443 src/dps8/dps8_math128.c             un[i+j] = (uint16_t) t;
un                446 src/dps8/dps8_math128.c         t = un[j+n] - k;
un                447 src/dps8/dps8_math128.c         un[j+n] = (uint16_t) t;
un                456 src/dps8/dps8_math128.c                 t = un[i+j] + vn[i] + k;
un                457 src/dps8/dps8_math128.c                 un[i+j] = (uint16_t) t;
un                460 src/dps8/dps8_math128.c              un[j+n] = (uint16_t) (un[j+n] + k);
un                468 src/dps8/dps8_math128.c           r[i] = (uint16_t) (un[i] >> s) | (uint16_t) (un[i+1] << (16-s));