Home
last modified time | relevance | path

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

12345678910>>...12

/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
/openbmc/linux/arch/arm64/lib/
H A Dcsum.c11 static u64 accumulate(u64 sum, u64 data) in accumulate() function
91 sum64 = accumulate(sum64, data); in do_csum()
99 sum64 = accumulate(sum64, tmp); in do_csum()
102 sum64 = accumulate(sum64, tmp >> 64); in do_csum()
106 sum64 = accumulate(sum64, data); in do_csum()
120 sum64 = accumulate(sum64, data); in do_csum()
151 sum = accumulate(sum, src >> 64); in csum_ipv6_magic()
152 sum = accumulate(sum, dst >> 64); in csum_ipv6_magic()
/openbmc/linux/arch/loongarch/lib/
H A Dcsum.c10 static u64 accumulate(u64 sum, u64 data) in accumulate() function
88 sum64 = accumulate(sum64, data); in do_csum()
95 sum64 = accumulate(sum64, tmp); in do_csum()
98 sum64 = accumulate(sum64, data); in do_csum()
108 sum64 = accumulate(sum64, data); in do_csum()
135 sum = accumulate(sum, src >> 64); in csum_ipv6_magic()
136 sum = accumulate(sum, dst >> 64); in csum_ipv6_magic()
/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}
186 Set Valid SOL Character Accumulate Level
187 [Documentation] Verify valid SOL's character accumulate level via IPMI.
192 character-accumulate-level 1 255
326 # Character accumulate level setting is set in multiples of 5.
331 ... '${setting_name}' == 'character-accumulate-level' Evaluate ${value}*5
394 Set SOL Setting character-accumulate-level 20
/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/linux/Documentation/userspace-api/media/v4l/
H A Dselection.svg54 ….653-249.38-.837-32.195-7.09-63.817-11.546-95.609z" enable-background="accumulate" fill="#262f2f" …
57 ….653-249.38-.837-32.195-7.09-63.817-11.546-95.609z" enable-background="accumulate" fill="#262f2f" …
60 ….653-249.38-.837-32.195-7.09-63.817-11.546-95.609z" enable-background="accumulate" fill="#262f2f" …
63 ….653-249.38-.837-32.195-7.09-63.817-11.546-95.609z" enable-background="accumulate" fill="#262f2f" …
69 …1-46.071 60.357-138.57 60.357-138.57l13.214-202.5z" enable-background="accumulate" fill="#0f0f0f" …
72 …-71.429s32.857-71.429 32.857-71.429l238.57 262.14z" enable-background="accumulate" fill="#0b0b0b" …
108 ….653-249.38-.837-32.195-7.09-63.817-11.546-95.609z" enable-background="accumulate" fill="#262f2f" …
142 …1-46.071 60.357-138.57 60.357-138.57l13.214-202.5z" enable-background="accumulate" fill="#0f0f0f" …
166 …-71.429s32.857-71.429 32.857-71.429l238.57 262.14z" enable-background="accumulate" fill="#292929" …
173 …6)" cx="579.47" cy="260.58" rx="192.69" ry="164.05" enable-background="accumulate" fill="url(#dt)"…
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen4/
H A Dfloating-point.json47 …"BriefDescription": "Retired SSE and AVX floating-point multiply-accumulate ops (each operation is…
53 …"BriefDescription": "Retired SSE and AVX floating-point bfloat multiply-accumulate ops (each opera…
155 "BriefDescription": "Retired scalar floating-point multiply-accumulate ops.",
221 "BriefDescription": "Retired vector floating-point multiply-accumulate ops.",
305 "BriefDescription": "Retired MMX integer multiply-accumulate ops.",
377 "BriefDescription": "Retired SSE and AVX integer multiply-accumulate ops.",
473 "BriefDescription": "Retired 128-bit packed floating-point multiply-accumulate ops.",
551 "BriefDescription": "Retired 256-bit packed floating-point multiply-accumulate ops.",
635 "BriefDescription": "Retired 128-bit packed integer multiply-accumulate ops.",
725 "BriefDescription": "Retired 256-bit packed integer multiply-accumulate ops.",
/openbmc/linux/drivers/s390/cio/
H A Ddevice_status.c191 * Accumulate status from irb to devstat.
218 * Don't accumulate unsolicited interrupts. in ccw_device_accumulate_irb()
239 /* Accumulate deferred condition code. */ in ccw_device_accumulate_irb()
256 /* Accumulate function control. */ in ccw_device_accumulate_irb()
260 /* Accumulate status control. */ in ccw_device_accumulate_irb()
273 /* Accumulate device status, but not the device busy flag. */ in ccw_device_accumulate_irb()
280 /* Accumulate subchannel status. */ in ccw_device_accumulate_irb()
/openbmc/linux/security/apparmor/include/
H A Dperms.h100 * aa_perms_accum_raw - accumulate perms with out masking off overlapping perms
101 * @accum - perms struct to accumulate into
127 * aa_perms_accum - accumulate perms, masking off overlapping perms
128 * @accum - perms struct to accumulate into
/openbmc/phosphor-virtual-sensor/
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.hpp148 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/linux/scripts/
H A Ddiffconfig104 # print items in a but not b (accumulate, sort and print)
114 # print items that changed (accumulate, sort, and print)
/openbmc/linux/drivers/xen/
H A Dtime.c116 pr_warn("%s: cannot accumulate runstate time as runstate_delta is NULL\n", in xen_manage_runstate_time()
129 default: /* do not accumulate runstate time for checkpointing */ in xen_manage_runstate_time()
/openbmc/linux/fs/iomap/
H A Dswapfile.c93 * Accumulate iomaps for this swap file. We have to accumulate iomaps because
/openbmc/openbmc-build-scripts/config/lib/
H A Dignore-filter40 for seg in itertools.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/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/linux/drivers/net/ethernet/sfc/
H A Dnic.c375 * @accumulate: If set, the converted values will be added rather than
380 u64 *stats, const void *dma_buf, bool accumulate) in efx_nic_update_stats() argument
405 if (accumulate) in efx_nic_update_stats()
/openbmc/linux/arch/x86/crypto/
H A Dpoly1305-x86_64-cryptogams.pl341 add 0($inp),$h0 # accumulate input
396 add 0($nonce),%rax # accumulate nonce
681 add 0($inp),$h0 # accumulate input
787 add 0($inp),$h0 # accumulate input
1073 # Now we accumulate (inp[0:1]+hash)*r^4
1314 # multiply (inp[0:1]+hash) by r^4:r^3 and accumulate
1505 add 0($nonce),%rax # accumulate nonce
1604 add 0($inp),$h0 # accumulate input
1716 add 0($inp),$h0 # accumulate input
1889 vpaddq $H2,$T2,$H2 # accumulate input
[all …]
/openbmc/openbmc/poky/meta/recipes-support/attr/acl/
H A D0001-test-patch-out-failing-bits.patch53 @@ -173,7 +161,6 @@ accumulate.

12345678910>>...12