Searched defs:Power (Results 1 - 4 of 4) 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/openfst/src/include/fst/
H A Dweight.h148 // Power is the iterated product for arbitrary semirings such that
149 // Power(w, 0) is One() for the semiring, and
150 // Power(w, n) = Times(Power(w, n-1), w)
153 W Power(W w, size_t n) { function in namespace:fst
/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 DLoopStrengthReduce.cpp3698 size_t Power = 1; local
3703 Power = ComplexityLimit;
3706 Power *= FSize;
3707 if (Power >= ComplexityLimit)
3710 return Power;

Completed in 111 milliseconds