Home
last modified time | relevance | path

Searched full:accumulate (Results 1 – 25 of 104) sorted by relevance

12345

/openbmc/qemu/target/mips/tcg/
H A Dvr54xx_translate.c19 * Integer Multiply-Accumulate Instructions
21 * MACC Multiply, accumulate, and move LO
22 * MACCHI Multiply, accumulate, and move HI
23 * MACCHIU Unsigned multiply, accumulate, and move HI
24 * MACCU Unsigned multiply, accumulate, and move LO
25 * MSAC Multiply, negate, accumulate, and move LO
26 * MSACHI Multiply, negate, accumulate, and move HI
27 * MSACHIU Unsigned multiply, negate, accumulate, and move HI
28 * MSACU Unsigned multiply, negate, accumulate, and move LO
H A Dmxu_translate.c46 * aptn1 - 1-bit accumulate add/subtract pattern
47 * aptn2 - 2-bit accumulate add/subtract pattern
65 * ACC - Accumulate
66 * ASUM - Sum together then accumulate (add or subtract)
67 * ASUMC - Sum together then accumulate (add or subtract) with carry-in
82 * MAC - Multiply and accumulate (add or subtract)
571 /* MXU accumulate add/subtract 1-bit pattern 'aptn1' */
575 /* MXU accumulate add/subtract 2-bit pattern 'aptn2' */
1091 * Signed 16 bit pattern multiply and accumulate
1093 * Signed Q15 fraction pattern multiply accumulate and pack
[all …]
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_sol.robot107 Set Invalid SOL Character Accumulate Level
108 [Documentation] Verify invalid SOL's character accumulate level via IPMI.
111 # Any integer above 255 is invalid for SOL character accumulate level.
115 ... sol set character-accumulate-level ${value}
187 Set Valid SOL Character Accumulate Level
188 [Documentation] Verify valid SOL's character accumulate level via IPMI.
193 character-accumulate-level 1 255
327 # Character accumulate level setting is set in multiples of 5.
332 ... '${setting_name}' == 'character-accumulate-level' Evaluate ${value}*5
396 Set SOL Setting character-accumulate
[all...]
/openbmc/openbmc/poky/scripts/contrib/bb-perf/
H A Dbuildstats.sh42 ACCUMULATE=""
62 -a Accumulate all stats values for found recipes
83 ACCUMULATE="y"
133 if [ -n "$ACCUMULATE" ]; then
157 if [ -n "$ACCUMULATE" ]; then
H A Dbuildstats-plot.sh45 ACCUMULATE=""
65 -a Accumulate all stats values for found recipes
92 ACCUMULATE="-a"
120 $CD/buildstats.sh -b "$BS_DIR" -s "$STATS" -t "$TASKS" $RECIPE $ACCUMULATE -H > $OUTBUILDSTATS
/openbmc/phosphor-virtual-sensor/src/
H A Dcalculate.cpp61 return std::accumulate(values.begin(), values.end(), 0.0); in calculateSumValue()
70 return std::accumulate(values.begin(), values.end(), 0.0) / values.size(); in calculateAverageValue()
/openbmc/phosphor-net-ipmid/sol/
H A Dsol_manager.hpp131 /** @brief Character Accumulate Interval
139 * Character Accumulate Interval is 5 ms increments, 1-based value. The
198 * add the accumulate interval timer and retry interval timer to the
210 * accumulate interval timer and retry interval timer from the event
H A Dsol_context.hpp184 * or the accumulate timer will not be initialized properly
199 /** @brief accumulate timer */
224 /** @brief enable/disable accumulate timer
/openbmc/phosphor-host-ipmid/
H A Dtransportconstants.hpp143 Accumulate, //!< Character Accumulate Interval & Send Threshold. enumerator
/openbmc/phosphor-fan-presence/control/json/actions/
H A Doverride_fan_target.cpp88 fanList = std::accumulate(std::next(_fans.begin()), _fans.end(), in lockFans()
111 fanList = std::accumulate( in unlockFans()
/openbmc/openbmc-build-scripts/config/lib/
H A Dignore-filter40 for seg in itertools.accumulate(
/openbmc/openbmc/meta-arm/ci/
H A Djobs-to-kas18 # First, parse the GitLab CI job name (CI_JOB_NAME via $1) and accumulate a list
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Ipmi/
H A DSOL.interface.yaml41 Character Accumulate Interval in 5ms increments. BMC will wait this
/openbmc/phosphor-fan-presence/docs/monitor/
H A Dmethod.md59 nonfunctional fan sensor to become functional, where the counter must accumulate
/openbmc/qemu/tests/tcg/hexagon/
H A Dscatter_gather.c28 * There are also masked and accumulate versions
237 /* scatter-accumulate the 16 bit elements using HVX */
294 /* scatter-accumulate the 32 bit elements using HVX */
370 /* scatter-accumulate the 16 bit elements with 32 bit offsets using HVX */
607 /* scatter-accumulate the 16 bit elements using C */
657 /* scatter-accumulate the 32 bit elements using C */
713 /* scatter-accumulate the 16 bit elements with 32 bit offsets using C */
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dsystemd.py218 # Convert to seconds and accumulate it.
220 # Obtain the seconds it took to boot and accumulate.
/openbmc/ipmitool/src/plugins/lan/
H A Dmd5.h70 md5_byte_t buf[64]; /* accumulate block */
/openbmc/phosphor-bmc-code-mgmt/cpld/lattice/
H A Dlattice_base_cpld.cpp268 calculated = std::accumulate(fwInfo.cfgData.begin(), fwInfo.cfgData.end(), in verifyChecksum()
271 std::accumulate(sumOnly.begin(), sumOnly.end(), calculated, addByte); in verifyChecksum()
272 calculated = std::accumulate(fwInfo.ufmData.begin(), fwInfo.ufmData.end(), in verifyChecksum()
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dkeyword_vpd_parser.cpp116 std::accumulate(i_checkSumStart, i_checkSumEnd, l_checkSumCalculated); in validateChecksum()
/openbmc/libcper/specification/json/
H A Dcper-json-section-descriptor.json84 …e firmware has detected an overflow of buffers/queues that are used to accumulate, collect, or rep…
/openbmc/phosphor-fan-presence/control/json/
H A Dprofile.cpp61 auto methods = std::accumulate( in setActive()
/openbmc/bios-bmc-smm-error-logger/src/
H A Dbuffer.cpp316 std::accumulate(entryHeaderPtr, in readEntry()
319 std::accumulate(entry.begin(), entry.end(), 0, std::bit_xor<void>()); in readEntry()
/openbmc/phosphor-led-sysfs/interfaces/
H A Dinternal_interface.cpp56 std::accumulate(std::next(words.begin()), words.end(), words[0], in getDbusName()
/openbmc/qemu/docs/interop/
H A Dqemu-ga.rst30 option wins, but the lists accumulate (see below for configuration
/openbmc/phosphor-pid-control/pid/
H A Dzone_interface.hpp120 /** Returns true if user wants to accumulate the output PWM of different

12345