Home | History | Annotate | Download | only in x86

Lines Matching full:abs_nc

563   uint64_t abs_nc = tmp - 1 - tmp % abs_d;
564 uint64_t quotient1 = exp / abs_nc;
565 uint64_t remainder1 = exp % abs_nc;
578 if (remainder1 >= abs_nc) {
580 remainder1 = remainder1 - abs_nc;