Home
last modified time | relevance | path

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

/third_party/boost/libs/hana/include/boost/hana/
Dpower.hpp32 using Power = BOOST_HANA_DISPATCH_IF(power_impl<R>, in operator ()() typedef
/third_party/boost/boost/hana/
Dpower.hpp32 using Power = BOOST_HANA_DISPATCH_IF(power_impl<R>, in operator ()() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DReassociate.h61 unsigned Power; member
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dpower_fp32.c104 int Power(const float *input, const float *exponent, float *output, int len, float scale, float shi… in Power() function
/third_party/googletest/googletest/include/gtest/hwext/
Dgtest-tag.h19 Function = 1 << 8, Performance = 2 << 8, Power = 3 << 8, Reliability = 4 << 8, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/
DIceParseInstsTest.cpp32 uint64_t getEncAlignPower(unsigned Power) { return Power + 1; } in getEncAlignPower()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Draw_ostream.cpp377 unsigned Power = 0; in operator <<() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Draw_ostream.cpp417 unsigned Power = 0; in operator <<() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp1836 SDValue HexagonDAGToDAGISel::factorOutPowerOf2(SDValue V, unsigned Power) { in factorOutPowerOf2()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1925 if (ConstantInt *Power = dyn_cast<ConstantInt>(II->getArgOperand(1))) { in visitCallInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp5154 if (auto *Power = dyn_cast<ConstantInt>(Op1)) { in simplifyBinaryIntrinsic() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp4413 size_t Power = 1; in EstimateSearchSpaceComplexity() local
/third_party/mesa3d/include/D3D9/
Dd3d9types.h1650 float Power; member