Home
last modified time | relevance | path

Searched refs:quotient1 (Results 1 – 1 of 1) sorted by relevance

/art/compiler/dex/quick/x86/
Dint_x86.cc560 uint64_t quotient1 = exp / abs_nc; in CalculateMagicAndShift() local
572 quotient1 = 2 * quotient1; in CalculateMagicAndShift()
575 quotient1++; in CalculateMagicAndShift()
585 } while (quotient1 < delta || (quotient1 == delta && remainder1 == 0)); in CalculateMagicAndShift()