HomeSort by relevance Sort by last modified time
    Searched full:abs_nc (Results 1 - 1 of 1) sorted by null

  /art/compiler/optimizing/
code_generator_utils.cc 62 uint64_t abs_nc = tmp - 1 - (tmp % abs_d); local
63 uint64_t quotient1 = exp / abs_nc;
64 uint64_t remainder1 = exp % abs_nc;
77 if (remainder1 >= abs_nc) {
79 remainder1 = remainder1 - abs_nc;

Completed in 288 milliseconds