Home
last modified time | relevance | path

Searched refs:Power (Results 1 – 25 of 168) sorted by relevance

1234567

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DReassociate.h61 unsigned Power; member
63 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {} in Factor()
/third_party/boost/libs/hana/include/boost/hana/
Dpower.hpp32 using Power = BOOST_HANA_DISPATCH_IF(power_impl<R>, in operator ()() typedef
48 return Power::apply(static_cast<X&&>(x), n); in operator ()()
/third_party/boost/boost/hana/
Dpower.hpp32 using Power = BOOST_HANA_DISPATCH_IF(power_impl<R>, in operator ()() typedef
48 return Power::apply(static_cast<X&&>(x), n); in operator ()()
/third_party/googletest/googletest/include/gtest/hwext/
Dgtest-tag.h19 Function = 1 << 8, Performance = 2 << 8, Power = 3 << 8, Reliability = 4 << 8, enumerator
73 static const int power = Power;
/third_party/gettext/gettext-tools/tests/
Dxgettext-appdata-125 <name>Power Statistics</name>
29 Power Statistics is a program used to view historical and current battery
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dpower_fp32.h47 int Power(const float *input, const float *exponent, float *output, int len, float scale, float shi…
Dpower_fp32.c104 int Power(const float *input, const float *exponent, float *output, int len, float scale, float shi… in Power() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DReassociate.cpp1718 return LHS.Power > RHS.Power; in collectMultiplyFactors()
1749 assert(Factors[0].Power); in buildMinimalMultiplyDAG()
1752 Idx < Size && Factors[Idx].Power > 0; ++Idx) { in buildMinimalMultiplyDAG()
1753 if (Factors[Idx].Power != Factors[LastIdx].Power) { in buildMinimalMultiplyDAG()
1766 } while (Idx < Size && Factors[Idx].Power == Factors[LastIdx].Power); in buildMinimalMultiplyDAG()
1780 return LHS.Power == RHS.Power; in buildMinimalMultiplyDAG()
1788 if (Factors[Idx].Power & 1) in buildMinimalMultiplyDAG()
1790 Factors[Idx].Power >>= 1; in buildMinimalMultiplyDAG()
1792 if (Factors[0].Power) { in buildMinimalMultiplyDAG()
/third_party/ltp/testcases/kernel/power_management/
DREADME74 Power Management 1 FAIL : Required kernel configuration for SCHED_MC NOT set
76 Power Management 1 FAIL : Required kernel configuration for CPU_FREQ NOT set
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/
Dpower_fp32.cc83Power(x_addr + stride * task_id, cur_exp, output_addr + stride * task_id, len, scale_, shift_, bro… in RunImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Draw_ostream.cpp377 unsigned Power = 0; in operator <<() local
379 Power = llvm::Log2_64_Ceil(MaxOffset); in operator <<()
380 OffsetWidth = std::max<uint64_t>(4, llvm::alignTo(Power, 4) / 4); in operator <<()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32_grad/
Dpower_grad.cc63 Power(&(x_addr[start]), &exp, &(dx_addr[start]), count, scale_, shift_, true); in Execute()
/third_party/cef/
DAUTHORS.txt26 Brian Power <powerbf.it@gmail.com>
/third_party/boost/libs/math/doc/overview/
Dissues.qbk100 [[Power Normal][-][-][X][-][-]]
101 [[Power Lognormal][-][-][X][-][-]]
/third_party/libwebsockets/lib/drivers/display/
DREADME.md16 ## Power state machine
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Draw_ostream.cpp417 unsigned Power = 0; in operator <<() local
419 Power = llvm::Log2_64_Ceil(MaxOffset); in operator <<()
420 OffsetWidth = std::max<uint64_t>(4, llvm::alignTo(Power, 4) / 4); in operator <<()
/third_party/boost/libs/math/doc/sf/
Dpow.qbk1 [section:ct_pow Compile Time Power of a Runtime Base]
148 [endsect] [/section:ct_pow Compile Time Power of a Runtime Base]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/
DIceParseInstsTest.cpp32 uint64_t getEncAlignPower(unsigned Power) { return Power + 1; } in getEncAlignPower() argument
/third_party/ltp/testcases/kernel/controllers/freezer/
DREADME33 woken up upon a "Power Management Resume". You will need to
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.h157 SDValue factorOutPowerOf2(SDValue V, unsigned Power);
/third_party/vk-gl-cts/doc/testspecs/GLES3/
Dfunctional.texture.format.txt37 + Power-of-two and non-power-of-two texture sizes
/third_party/mindspore/mindspore/lite/schema/
Dmodel_v0.fbs82 Power,
/third_party/vk-gl-cts/doc/testspecs/GLES31/
Dfunctional.texture.gather.txt36 + Power-of-two and non-power-of-two texture sizes
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Darithmetic_cpu_kernel.cc325 (void)Power(input1 + start, input2, out + start, end - start, 1, 0, true); in Pow()
332 (void)Power(input1 + start, input2 + start, out + start, end - start, 1, 0, false); in Pow()
/third_party/icu/icu4c/source/test/perf/howExpensiveIs/
Dreadme.txt72 Intel(R) Core(TM) i7-2720QM CPU @ 2.20GHz",MacBook 2.4ghz (Core2D),MacBook 2GhzCore2,AIX Power,MB 2…

1234567