Searched refs:ShiftLeft (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Dbignum-dtoa.cc413 numerator->ShiftLeft(Double(v).Exponent());
420 denominator->ShiftLeft(1);
421 numerator->ShiftLeft(1);
425 delta_plus->ShiftLeft(Double(v).Exponent());
428 delta_minus->ShiftLeft(Double(v).Exponent());
439 denominator->ShiftLeft(1); // *2
440 numerator->ShiftLeft(1); // *2
441 delta_plus->ShiftLeft(1); // *2
464 denominator->ShiftLeft(-exponent);
469 denominator->ShiftLeft(
[all...]
H A Dbignum.h61 void ShiftLeft(int shift_amount);
H A Dstrtod.cc398 boundary.ShiftLeft(upper_boundary.e());
400 input.ShiftLeft(-upper_boundary.e());
H A Dbignum.cc242 void Bignum::ShiftLeft(int shift_amount) { function in class:WTF::double_conversion::Bignum
340 ShiftLeft(exponent);
485 ShiftLeft(shifts * power_exponent);
/external/chromium_org/v8/src/
H A Dbignum-dtoa.cc414 numerator->ShiftLeft(Double(v).Exponent());
421 denominator->ShiftLeft(1);
422 numerator->ShiftLeft(1);
426 delta_plus->ShiftLeft(Double(v).Exponent());
429 delta_minus->ShiftLeft(Double(v).Exponent());
440 denominator->ShiftLeft(1); // *2
441 numerator->ShiftLeft(1); // *2
442 delta_plus->ShiftLeft(1); // *2
465 denominator->ShiftLeft(-exponent);
470 denominator->ShiftLeft(
[all...]
H A Dbignum.h58 void ShiftLeft(int shift_amount);
H A Dstrtod.cc399 boundary.ShiftLeft(upper_boundary.e());
401 input.ShiftLeft(-upper_boundary.e());
H A Dbignum.cc241 void Bignum::ShiftLeft(int shift_amount) { function in class:v8::internal::Bignum
339 ShiftLeft(exponent);
484 ShiftLeft(shifts * power_exponent);
/external/v8/src/
H A Dbignum-dtoa.cc414 numerator->ShiftLeft(Double(v).Exponent());
421 denominator->ShiftLeft(1);
422 numerator->ShiftLeft(1);
426 delta_plus->ShiftLeft(Double(v).Exponent());
429 delta_minus->ShiftLeft(Double(v).Exponent());
440 denominator->ShiftLeft(1); // *2
441 numerator->ShiftLeft(1); // *2
442 delta_plus->ShiftLeft(1); // *2
465 denominator->ShiftLeft(-exponent);
470 denominator->ShiftLeft(
[all...]
H A Dbignum.h58 void ShiftLeft(int shift_amount);
H A Dstrtod.cc399 boundary.ShiftLeft(upper_boundary.e());
401 input.ShiftLeft(-upper_boundary.e());
H A Dbignum.cc240 void Bignum::ShiftLeft(int shift_amount) { function in class:v8::internal::Bignum
338 ShiftLeft(exponent);
483 ShiftLeft(shifts * power_exponent);
/external/chromium_org/v8/test/cctest/
H A Dtest-bignum.cc120 TEST(ShiftLeft) {
124 bignum.ShiftLeft(100);
129 bignum.ShiftLeft(1);
134 bignum.ShiftLeft(4);
139 bignum.ShiftLeft(32);
144 bignum.ShiftLeft(64);
149 bignum.ShiftLeft(64);
152 bignum.ShiftLeft(1);
197 bignum.ShiftLeft(100);
203 bignum.ShiftLeft(10
[all...]
H A Dtest-strtod.cc387 other.ShiftLeft(diy_fp.e());
389 bignum.ShiftLeft(-diy_fp.e());
/external/v8/test/cctest/
H A Dtest-bignum.cc120 TEST(ShiftLeft) {
124 bignum.ShiftLeft(100);
129 bignum.ShiftLeft(1);
134 bignum.ShiftLeft(4);
139 bignum.ShiftLeft(32);
144 bignum.ShiftLeft(64);
149 bignum.ShiftLeft(64);
152 bignum.ShiftLeft(1);
197 bignum.ShiftLeft(100);
203 bignum.ShiftLeft(10
[all...]
H A Dtest-strtod.cc362 other.ShiftLeft(diy_fp.e());
364 bignum.ShiftLeft(-diy_fp.e());
/external/qemu-pc-bios/bochs/bios/
H A Dacpi-dsdt.dsl111 Store(ShiftLeft(1, nr), B0EJ) \
471 ShiftLeft (One, Local0, TMP)
518 ShiftLeft (One, Local0, TMP)
565 ShiftLeft (One, Local0, TMP)
612 ShiftLeft (One, Local0, TMP)
665 If (And(\_SB.PCI0.PCIU, ShiftLeft(1, nr))) { \
668 If (And(\_SB.PCI0.PCID, ShiftLeft(1, nr))) { \
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp787 Instruction *ShiftLeft = cast<Instruction>(Op1); local
788 if (isa<ZExtInst>(ShiftLeft))
789 ShiftLeft = cast<Instruction>(ShiftLeft->getOperand(0));
792 cast<Constant>(ShiftLeft->getOperand(0))->getUniqueInteger();
793 Value *N = ShiftLeft->getOperand(1);

Completed in 128 milliseconds