Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dbignum.h99 void BigitsShiftLeft(int shift_amount);
Dbignum.cc224 BigitsShiftLeft(local_shift); in ShiftLeft()
700 void Bignum::BigitsShiftLeft(int shift_amount) { in BigitsShiftLeft() function in v8::internal::Bignum
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
Dbignum.h124 void BigitsShiftLeft(int shift_amount);
Dbignum.cc247 BigitsShiftLeft(local_shift); in ShiftLeft()
723 void Bignum::BigitsShiftLeft(int shift_amount) { in BigitsShiftLeft() function in WTF::double_conversion::Bignum