Searched refs:x_old (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Support/
H A DAPInt.cpp1311 APInt x_old(BitWidth, 1);
1318 x_old = x_old.shl(i / 2);
1324 x_new = (this->udiv(x_old) + x_old).udiv(two);
1325 if (x_old.ule(x_new))
1327 x_old = x_new;
1336 APInt square(x_old * x_old);
1337 APInt nextSquare((x_old
[all...]
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.cc1826 int x_old = x; local
1833 pref.width() / 2 - x + x_old);

Completed in 168 milliseconds