Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dblocks.cpp30 class Power { class
34 Power(int base) : base(base) {} in Power() function in test2::Power
/external/openfst/src/include/fst/
Dweight.h153 W Power(W w, size_t n) { in Power() function
/external/clang/test/CodeGenCXX/
Dtemp-order.cpp5 static unsigned pow(unsigned Base, unsigned Power) { in pow()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp408 if (ConstantInt *Power = dyn_cast<ConstantInt>(II->getArgOperand(1))) { in visitCallInst() local
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp81 unsigned Power; member
DLoopStrengthReduce.cpp4022 size_t Power = 1; in EstimateSearchSpaceComplexity() local
/external/v8/src/
Dhydrogen-instructions.h4787 DECLARE_CONCRETE_INSTRUCTION(Power) in DECLARE_CONCRETE_INSTRUCTION() argument