Searched defs:Power (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/SemaCXX/
H A Dblocks.cpp30 class Power { class in namespace:test2
34 Power(int base) : base(base) {} function in class:test2::Power
41 return Power(2).calculate(10);
/external/autotest/client/cros/cellular/
H A Dcellular.py154 class Power(object): class in inherits:object
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
H A Dmonsoon.py22 Power = collections.namedtuple('Power', ['amps', 'volts']) variable
224 out.append(Power(sample, main_voltage_v))
/external/clang/test/CodeGenCXX/
H A Dtemp-order.cpp5 static unsigned pow(unsigned Base, unsigned Power) { argument
7 while (Power--)
/external/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp83 unsigned Power; member in struct:__anon12970::Factor
85 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {} argument
90 return LHS.Power > RHS.Power;
97 return LHS.Power == RHS.Power;
1793 assert(Factors[0].Power);
1796 Idx < Size && Factors[Idx].Power >
[all...]
H A DLoopStrengthReduce.cpp3968 size_t Power = 1; local
3972 Power = ComplexityLimit;
3975 Power *= FSize;
3976 if (Power >= ComplexityLimit)
3979 return Power;
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-ios.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE com/ com/intel/ com/intel/moe/ com/intel/moe/ ...

Completed in 2454 milliseconds