Searched refs:ShiftLeft (Results 1 – 7 of 7) sorted by relevance
/external/v8/test/cctest/ |
D | test-bignum.cc | 120 TEST(ShiftLeft) { in TEST() argument 124 bignum.ShiftLeft(100); in TEST() 129 bignum.ShiftLeft(1); in TEST() 134 bignum.ShiftLeft(4); in TEST() 139 bignum.ShiftLeft(32); in TEST() 144 bignum.ShiftLeft(64); in TEST() 149 bignum.ShiftLeft(64); in TEST() 152 bignum.ShiftLeft(1); in TEST() 197 bignum.ShiftLeft(100); in TEST() 203 bignum.ShiftLeft(100); in TEST() [all …]
|
D | test-strtod.cc | 362 other.ShiftLeft(diy_fp.e()); in CompareBignumToDiyFp() 364 bignum.ShiftLeft(-diy_fp.e()); in CompareBignumToDiyFp()
|
/external/v8/src/ |
D | bignum-dtoa.cc | 414 numerator->ShiftLeft(Double(v).Exponent()); in InitialScaledStartValuesPositiveExponent() 421 denominator->ShiftLeft(1); in InitialScaledStartValuesPositiveExponent() 422 numerator->ShiftLeft(1); in InitialScaledStartValuesPositiveExponent() 426 delta_plus->ShiftLeft(Double(v).Exponent()); in InitialScaledStartValuesPositiveExponent() 429 delta_minus->ShiftLeft(Double(v).Exponent()); in InitialScaledStartValuesPositiveExponent() 440 denominator->ShiftLeft(1); // *2 in InitialScaledStartValuesPositiveExponent() 441 numerator->ShiftLeft(1); // *2 in InitialScaledStartValuesPositiveExponent() 442 delta_plus->ShiftLeft(1); // *2 in InitialScaledStartValuesPositiveExponent() 465 denominator->ShiftLeft(-exponent); in InitialScaledStartValuesNegativeExponentPositivePower() 470 denominator->ShiftLeft(1); in InitialScaledStartValuesNegativeExponentPositivePower() [all …]
|
D | strtod.cc | 399 boundary.ShiftLeft(upper_boundary.e()); in BignumStrtod() 401 input.ShiftLeft(-upper_boundary.e()); in BignumStrtod()
|
D | bignum.h | 58 void ShiftLeft(int shift_amount);
|
D | bignum.cc | 240 void Bignum::ShiftLeft(int shift_amount) { in ShiftLeft() function in v8::internal::Bignum 338 ShiftLeft(exponent); in MultiplyByPowerOfTen() 483 ShiftLeft(shifts * power_exponent); in AssignPowerUInt16()
|
/external/qemu-pc-bios/bochs/bios/ |
D | acpi-dsdt.dsl | 111 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))) { \
|