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