Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dbignum.cc221 int local_shift = shift_amount % kBigitSize; in ShiftLeft() local
223 BigitsShiftLeft(local_shift); in ShiftLeft()
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
Dbignum.cc245 int local_shift = shift_amount % kBigitSize; in ShiftLeft() local
247 BigitsShiftLeft(local_shift); in ShiftLeft()