HomeSort by relevance Sort by last modified time
    Searched full:shiftleft (Results 1 - 25 of 132) sorted by null

1 2 3 4 5 6

  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
IgdOGBDA.ASL 68 And(PARM, ShiftLeft(DeRefOf(Index(DBTB, IBTT)), 16), PARM)
84 Or(PARM, ShiftLeft(IPAT, 8), PARM)
86 Or(PARM, ShiftLeft(LIDS, 16), PARM) // Report the lid state
88 Or(PARM, ShiftLeft(IBLC, 18), PARM) // Report the BLC setting
89 Or(PARM, ShiftLeft(IBIA, 20), PARM) // Report the BIA setting
103 Or(PARM, ShiftLeft(ITVM, 4), PARM)
114 Or(PARM, ShiftLeft(GMFN, 1), PARM) // PARM[1] - # IGD PCI functions-1
118 Or(PARM, ShiftLeft(3, 11), PARM) // PARM[12:11] - DVMT mode(11b = 5.0)
123 Or(PARM, ShiftLeft(IDMS, 17), PARM) // Bits 20:17 are for Gfx total memory size
134 Or(ShiftLeft(Derefof(Index(CDCT, \_SB.PCI0.GFX0.MCHK.DCFE)), 21),PARM, PARM)
    [all...]
98_LINK.ASL 86 ShiftLeft(1,And(PARC,0x0F),IRQ0)
158 ShiftLeft(1,And(PBRC,0x0F),IRQ0)
230 ShiftLeft(1,And(PCRC,0x0F),IRQ0)
302 ShiftLeft(1,And(PDRC,0x0F),IRQ0)
374 ShiftLeft(1,And(PERC,0x0F),IRQ0)
446 ShiftLeft(1,And(PFRC,0x0F),IRQ0)
518 ShiftLeft(1,And(PGRC,0x0F),IRQ0)
590 ShiftLeft(1,And(PHRC,0x0F),IRQ0)
HOST_BUS.ASL 53 Or(ShiftLeft(Arg0, 16), ShiftLeft(Arg1, 8), Local0)
76 Or(ShiftLeft(Arg0, 16), ShiftLeft(Arg1, 8), Local0)
132 ShiftLeft(\_SB.PCI0.GFX0.GUMA, 25, GSLN) //Read Stolen memory base form B0:D2:F0:R50
PchSmb.asl 50 OperationRegion(SMBI,SystemIO,ShiftLeft(SBAR,5),0x10)
120 OperationRegion(SMBI,SystemIO,ShiftLeft(SBAR,5),0x10)
190 OperationRegion(SMBI,SystemIO,ShiftLeft(SBAR,5),0x10)
259 OperationRegion(SMBI,SystemIO,ShiftLeft(SBAR,5),0x10)
329 OperationRegion(SMBI,SystemIO,ShiftLeft(SBAR,5),0x10)
399 OperationRegion(SMBI,SystemIO,ShiftLeft(SBAR,5),0x10)
443 Return(Or(ShiftLeft(DAT0,8),DAT1)) // Return Success.
469 OperationRegion(SMBI,SystemIO,ShiftLeft(SBAR,5),0x10)
572 OperationRegion(SMBI,SystemIO,ShiftLeft(SBAR,5),0x10)
685 OperationRegion(SMBI,SystemIO,ShiftLeft(SBAR,5),0x10)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
SimpleBigDecimal.java 36 return new SimpleBigDecimal(value.shiftLeft(scale), scale);
78 return new SimpleBigDecimal(bigInt.shiftLeft(newScale - scale),
90 return new SimpleBigDecimal(bigInt.add(b.shiftLeft(scale)), scale);
105 return new SimpleBigDecimal(bigInt.subtract(b.shiftLeft(scale)),
123 BigInteger dividend = bigInt.shiftLeft(scale);
132 public SimpleBigDecimal shiftLeft(int n)
134 return new SimpleBigDecimal(bigInt.shiftLeft(n), scale);
145 return bigInt.compareTo(val.shiftLeft(scale));
193 BigInteger fract = bigInt.subtract(floorBigInt.shiftLeft(scale));
196 fract = ECConstants.ONE.shiftLeft(scale).subtract(fract)
    [all...]
  /external/v8/src/
bignum-dtoa.cc 390 numerator->ShiftLeft(Double(v).Exponent());
397 denominator->ShiftLeft(1);
398 numerator->ShiftLeft(1);
402 delta_plus->ShiftLeft(Double(v).Exponent());
405 delta_minus->ShiftLeft(Double(v).Exponent());
416 denominator->ShiftLeft(1); // *2
417 numerator->ShiftLeft(1); // *2
418 delta_plus->ShiftLeft(1); // *2
441 denominator->ShiftLeft(-exponent);
446 denominator->ShiftLeft(1)
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/
PciIrq.asi 75 ShiftLeft(Local0,And(PIRA,0x0F),IRQW) // Save in buffer
141 ShiftLeft(Local0,And(PIRB,0x0F),IRQW) // Save in buffer
206 ShiftLeft(Local0,And(PIRC,0x0F),IRQW) // Save in buffer
270 ShiftLeft(Local0,And(PIRD,0x0F),IRQW) // Save in buffer
337 ShiftLeft(Local0,And(PIRE,0x0F),IRQW) // Save in buffer
403 ShiftLeft(Local0,And(PIRF,0x0F),IRQW) // Save in buffer
468 ShiftLeft(Local0,And(PIRG,0x0F),IRQW) // Save in buffer
532 ShiftLeft(Local0,And(PIRH,0x0F),IRQW) // Save in buffer
PciHostBridge.asi 126 Or(ShiftLeft(Arg0, 16), ShiftLeft(Arg1, 8), Local0)
139 Or(ShiftLeft(Arg0, 16), ShiftLeft(Arg1, 8), Local0)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
DHKeyGeneratorHelper.java 42 min = ONE.shiftLeft(m - 1);
DHParametersHelper.java 45 p = q.shiftLeft(1).add(ONE);
RSAKeyPairGenerator.java 54 BigInteger squaredBound = ONE.shiftLeft(strength - 1);
56 BigInteger minDiff = ONE.shiftLeft(mindiffbits);
  /external/proguard/src/proguard/evaluation/value/
ParticularIntegerValue.java 151 public IntegerValue shiftLeft(IntegerValue other)
158 return other.shiftLeft(this);
183 return other.shiftLeft(this);
279 public IntegerValue shiftLeft(ParticularIntegerValue other)
SpecificIntegerValue.java 119 public IntegerValue shiftLeft(IntegerValue other)
126 return other.shiftLeft(this);
151 return other.shiftLeft(this);
251 public IntegerValue shiftLeft(SpecificIntegerValue other)
LongValue.java 150 public LongValue shiftLeft(IntegerValue other)
304 public LongValue shiftLeft(SpecificLongValue other)
460 public LongValue shiftLeft(ParticularIntegerValue other)
462 return shiftLeft((SpecificIntegerValue)other);
UnknownIntegerValue.java 121 public IntegerValue shiftLeft(IntegerValue other)
UnknownLongValue.java 105 public LongValue shiftLeft(IntegerValue other)
ParticularLongValue.java 124 public LongValue shiftLeft(IntegerValue other)
212 public LongValue shiftLeft(ParticularIntegerValue other)
SpecificLongValue.java 104 public LongValue shiftLeft(IntegerValue other)
196 public LongValue shiftLeft(SpecificLongValue other)
  /external/swiftshader/third_party/subzero/tests_lit/assembler/arm32/
rsb.ll 24 define internal i64 @shiftLeft(i64 %v, i64 %l) {
25 ; ASM-LABEL:shiftLeft:
26 ; DIS-LABEL:00000000 <shiftLeft>:
27 ; IASM-LABEL:shiftLeft:
  /libcore/luni/src/main/java/java/math/
Multiplication.java 135 res = bigFivePows[1].pow(intExp).shiftLeft(intExp);
155 res = res.shiftLeft(Integer.MAX_VALUE);
158 res = res.shiftLeft(Integer.MAX_VALUE);
161 res = res.shiftLeft(intExp);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerTest.java 449 a = a.shiftLeft(1);
471 * @tests java.math.BigInteger#shiftLeft(int)
474 assertTrue("1 << 0", one.shiftLeft(0).equals(one));
475 assertTrue("1 << 1", one.shiftLeft(1).equals(two));
476 assertTrue("1 << 63", one.shiftLeft(63).equals(
478 assertTrue("1 << 64", one.shiftLeft(64).equals(
480 assertTrue("1 << 65", one.shiftLeft(65).equals(
482 assertTrue("-1 << 0", minusOne.shiftLeft(0).equals(minusOne));
483 assertTrue("-1 << 1", minusOne.shiftLeft(1).equals(minusTwo));
484 assertTrue("-1 << 63", minusOne.shiftLeft(63).equals
    [all...]
BigIntegerHashCodeTest.java 41 aNumber1.add(aNumber2).shiftLeft(125);
  /external/crcalc/src/com/hp/creals/
UnaryCRFunction.java 409 .shiftLeft(rough_prec - working_arg_prec);
411 .shiftLeft(rough_prec - working_arg_prec);
417 CR h_cr = CR.valueOf(h).shiftLeft(working_arg_prec);
426 CR l_cr = CR.valueOf(l).shiftLeft(working_arg_prec);
472 adj = adj.shiftLeft(8);
477 .shiftLeft(8));
491 .shiftLeft(working_arg_prec);
508 .shiftLeft(working_arg_prec);
510 .shiftLeft(working_arg_prec);
609 CR appr_diff2 = f_high[0].subtract(f_mid[0].shiftLeft(1)).add(f_low[0])
    [all...]
  /external/guava/guava-tests/test/com/google/common/math/
BigIntegerMathTest.java 316 BigInteger plusHalfSquared = result.pow(2).add(result).shiftLeft(2).add(ONE);
317 BigInteger x4 = x.shiftLeft(2);
321 BigInteger minusHalfSquared = result.pow(2).subtract(result).shiftLeft(2).add(ONE);
332 BigInteger plusHalfSquared = result.pow(2).add(result).shiftLeft(2).add(ONE);
333 BigInteger x4 = x.shiftLeft(2);
337 BigInteger minusHalfSquared = result.pow(2).subtract(result).shiftLeft(2).add(ONE);
  /external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
UnsignedLongTest.java 51 .add(BigInteger.ONE.shiftLeft(63).add(bigI))
52 .add(BigInteger.ONE.shiftLeft(64).add(bigI));

Completed in 3132 milliseconds

1 2 3 4 5 6