Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddouble-conversion-bignum.h139 void BigitsShiftLeft(int shift_amount);
Ddouble-conversion-bignum.cpp257 BigitsShiftLeft(local_shift); in ShiftLeft()
736 void Bignum::BigitsShiftLeft(int shift_amount) { in BigitsShiftLeft() function in double_conversion::Bignum
/external/v8/src/
Dbignum.h101 void BigitsShiftLeft(int shift_amount);
Dbignum.cc223 BigitsShiftLeft(local_shift); in ShiftLeft()
692 void Bignum::BigitsShiftLeft(int shift_amount) { in BigitsShiftLeft() function in v8::internal::Bignum