Searched defs:Power (Results 1 – 10 of 10) sorted by relevance
30 class Power { class34 Power(int base) : base(base) {} in Power() function in test2::Power
50 unsigned Power; member
154 class Power(object): class
22 Power = collections.namedtuple('Power', ['amps', 'volts']) variable
5 static unsigned pow(unsigned Base, unsigned Power) { in pow()
340 if (ConstantInt *Power = dyn_cast<ConstantInt>(II->getArgOperand(1))) { in visitCallInst() local
1387 if (ConstantInt *Power = dyn_cast<ConstantInt>(II->getArgOperand(1))) { in visitCallInst() local
3001 size_t Power = 1; in EstimateSearchSpaceComplexity() local
3949 size_t Power = 1; in EstimateSearchSpaceComplexity() local
4117 DECLARE_CONCRETE_INSTRUCTION(Power) in DECLARE_CONCRETE_INSTRUCTION() argument