Home
last modified time | relevance | path

Searched refs:accumulator (Results 1 – 25 of 40) sorted by relevance

12

/openbmc/linux/arch/x86/math-emu/
H A Dpoly_sin.c68 accumulator.lsw = accumulator.midw = accumulator.msw = 0; in poly_sine()
89 negate_Xsig(&accumulator); in poly_sine()
107 negate_Xsig(&accumulator); in poly_sine()
142 negate_Xsig(&accumulator); in poly_sine()
146 negate_Xsig(&accumulator); in poly_sine()
151 shr_Xsig(&accumulator, 3); in poly_sine()
152 negate_Xsig(&accumulator); in poly_sine()
156 shr_Xsig(&accumulator, 1); in poly_sine()
178 XSIG_LL(accumulator)--; in poly_sine()
220 accumulator.lsw = accumulator.midw = accumulator.msw = 0; in poly_cos()
[all …]
H A Dpoly_l2.c30 Xsig accumulator, expon_accum, yaccum; in poly_l2() local
55 accumulator.msw = accumulator.midw = accumulator.lsw = 0; in poly_l2()
72 negate_Xsig(&accumulator); in poly_l2()
85 if (accumulator.msw == 0) { in poly_l2()
111 Xsig accumulator, yaccum; in poly_l2p1() local
222 accumulator.lsw = argSignif.lsw; in log2_kernel()
224 mul_Xsig_Xsig(&accumulator, &accumulator); in log2_kernel()
226 Xsq = XSIG_LL(accumulator); in log2_kernel()
227 if (accumulator.lsw & 0x80000000) in log2_kernel()
230 accumulator.msw = accumulator.midw = accumulator.lsw = 0; in log2_kernel()
[all …]
H A Dpoly_atan.c151 accumulator.msw = accumulator.midw = accumulator.lsw = 0; in poly_atan()
155 negate_Xsig(&accumulator); in poly_atan()
158 negate_Xsig(&accumulator); in poly_atan()
165 div_Xsig(&accumulator, &accumulatore, &accumulator); in poly_atan()
168 mul_Xsig_Xsig(&accumulator, &argSq); in poly_atan()
170 shr_Xsig(&accumulator, 3); in poly_atan()
171 negate_Xsig(&accumulator); in poly_atan()
177 negate_Xsig(&accumulator); in poly_atan()
184 shr_Xsig(&accumulator, -exponent); in poly_atan()
185 negate_Xsig(&accumulator); in poly_atan()
[all …]
H A Dpoly_2xm1.c57 Xsig accumulator, Denom, argSignif; in poly_2xm1() local
94 accumulator.lsw = accumulator.midw = accumulator.msw = 0; in poly_2xm1()
96 mul_Xsig_Xsig(&accumulator, &argSignif); in poly_2xm1()
97 shr_Xsig(&accumulator, 3); in poly_2xm1()
106 shr_Xsig(&accumulator, -exponent); in poly_2xm1()
107 accumulator.msw |= 0x80000000; /* add 1.0 */ in poly_2xm1()
117 Denom.lsw = accumulator.lsw; in poly_2xm1()
118 XSIG_LL(Denom) = XSIG_LL(accumulator); in poly_2xm1()
129 div_Xsig(&accumulator, &Denom, &accumulator); in poly_2xm1()
133 exponent += round_Xsig(&accumulator); in poly_2xm1()
[all …]
/openbmc/linux/tools/perf/bench/
H A Dfind-bit-bench.c31 static unsigned int accumulator; variable
37 accumulator++; in workload()
76 unsigned int old = accumulator; in do_for_each_set_bit()
85 assert(old + (inner_iterations * set_bits) == accumulator); in do_for_each_set_bit()
91 old = accumulator; in do_for_each_set_bit()
101 assert(old + (inner_iterations * set_bits) == accumulator); in do_for_each_set_bit()
118 if (use_of_val == accumulator) /* Try to avoid compiler tricks. */ in do_for_each_set_bit()
/openbmc/linux/drivers/power/supply/
H A Dcpcap-battery.c102 s32 accumulator; member
263 acc = accumulator; in cpcap_battery_cc_raw_div()
278 accumulator, offset, in cpcap_battery_cc_to_uah()
287 accumulator, offset, in cpcap_battery_cc_to_ua()
315 ccd->accumulator = 0; in cpcap_battery_read_accumulated()
333 ccd->accumulator |= buf[2]; in cpcap_battery_read_accumulated()
350 ccd->accumulator, in cpcap_battery_read_accumulated()
642 s32 accumulator; in cpcap_battery_get_property() local
694 accumulator = latest->cc.accumulator - previous->cc.accumulator; in cpcap_battery_get_property()
696 accumulator, in cpcap_battery_get_property()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/soc/ti/
H A Dkeystone-navigator-qmss.txt55 - accumulator : pool of queues on PDSP accumulator channel
65 QMSS can be loaded with the accumulator firmware. The
66 accumulator firmware’s job is to poll a select number of
71 accumulator triggers an interrupt to the host to read
77 pdsp-id : QMSS PDSP running accumulator firmware
81 entries : Size of the accumulator descriptor list
188 accumulator {
191 accumulator = <0 36 16 2 50>;
198 accumulator = <0 37 16 2 50>;
204 accumulator = <0 38 16 2 50>;
[all …]
/openbmc/qemu/include/net/
H A Dchecksum.h85 register uint32_t accumulator = *result; in net_toeplitz_add() local
96 accumulator ^= leftmost_32_bits; in net_toeplitz_add()
108 *result = accumulator; in net_toeplitz_add()
/openbmc/linux/arch/arm64/crypto/
H A Dpolyval-ce-glue.c45 const u8 *in, size_t nblocks, u8 *accumulator);
49 const u8 *in, size_t nblocks, u8 *accumulator) in internal_polyval_update() argument
53 pmull_polyval_update(keys, in, nblocks, accumulator); in internal_polyval_update()
57 nblocks, accumulator); in internal_polyval_update()
/openbmc/linux/arch/x86/crypto/
H A Dpolyval-clmulni_glue.c49 const u8 *in, size_t nblocks, u8 *accumulator);
58 const u8 *in, size_t nblocks, u8 *accumulator) in internal_polyval_update() argument
62 clmul_polyval_update(keys, in, nblocks, accumulator); in internal_polyval_update()
66 nblocks, accumulator); in internal_polyval_update()
/openbmc/linux/crypto/
H A Dpolyval-generic.c109 size_t nblocks, u8 *accumulator) in polyval_update_non4k() argument
112 crypto_xor(accumulator, in, POLYVAL_BLOCK_SIZE); in polyval_update_non4k()
113 polyval_mul_non4k(accumulator, key); in polyval_update_non4k()
/openbmc/linux/Documentation/arch/arm/keystone/
H A Dknav-qmss.rst33 The QMSS PDSP firmware support accumulator channel that can monitor a single
35 driver that interface with the accumulator PDSP. This configures
36 accumulator channels defined in DTS (example in DT documentation) to monitor
42 k2_qmss_pdsp_acc48_k2_le_1_0_0_9.bin firmware supports upto 48 accumulator
/openbmc/linux/lib/lz4/
H A Dlz4_compress.c440 size_t accumulator = lastRun - RUN_MASK; in LZ4_compress_generic() local
442 for (; accumulator >= 255; accumulator -= 255) in LZ4_compress_generic()
444 *op++ = (BYTE) accumulator; in LZ4_compress_generic()
702 size_t accumulator = lastRunSize - RUN_MASK; in LZ4_compress_destSize_generic() local
705 for (; accumulator >= 255; accumulator -= 255) in LZ4_compress_destSize_generic()
707 *op++ = (BYTE) accumulator; in LZ4_compress_destSize_generic()
/openbmc/linux/include/crypto/
H A Dpolyval.h20 size_t nblocks, u8 *accumulator);
/openbmc/linux/drivers/hwmon/occ/
H A Dcommon.c66 u32 accumulator; member
76 u64 accumulator; member
83 u64 accumulator; member
90 u64 accumulator; member
444 val = get_unaligned_be32(&power->accumulator) / in occ_show_power_1()
492 val = occ_get_powr_avg(&power->accumulator, in occ_show_power_2()
530 val = occ_get_powr_avg(&power->system.accumulator, in occ_show_power_a0()
544 val = occ_get_powr_avg(&power->proc.accumulator, in occ_show_power_a0()
558 val = occ_get_powr_avg(&power->vdd.accumulator, in occ_show_power_a0()
572 val = occ_get_powr_avg(&power->vdn.accumulator, in occ_show_power_a0()
/openbmc/telemetry/tests/src/
H A Ddbus_environment.hpp45 F&& accumulator, in waitForFutures() argument
60 sum = accumulator(sum, future.get()); in waitForFutures()
/openbmc/linux/Documentation/sound/cards/
H A Demu-mixer.rst121 This control is used to attenuate samples from the center PCM FX-bus accumulator.
122 ALSA uses accumulator 6 for center PCM samples for 5.1 playback. The result samples
127 This control is used to attenuate samples from the LFE PCM FX-bus accumulator.
128 ALSA uses accumulator 7 for LFE PCM samples for 5.1 playback. The result samples
152 accumulator. ALSA uses accumulators 4 and 5 for left and right MIDI samples.
H A Daudigy-mixer.rst68 This control is used to attenuate samples from center PCM FX-bus accumulator.
69 ALSA uses accumulator 6 for center PCM samples for 5.1 playback. The result
74 This control is used to attenuate sample for LFE PCM FX-bus accumulator.
75 ALSA uses accumulator 7 for LFE PCM samples for 5.1 playback. The result
99 accumulator. ALSA uses accumulators 4 and 5 for left and right MIDI samples.
268 Don't forget that it's illegal to assign a channel to the same FX-bus accumulator
H A Dsb-live-mixer.rst92 accumulator. ALSA uses accumulators 0 and 1 for left and right PCM.
105 accumulator. ALSA uses accumulators 4 and 5 for left and right MIDI samples.
125 This control is used to attenuate sample for center PCM FX-bus accumulator.
126 ALSA uses accumulator 6 for center PCM sample. The result sample is forwarded
131 This control is used to attenuate sample for center PCM FX-bus accumulator.
132 ALSA uses accumulator 6 for center PCM sample. The result sample is forwarded
287 Don't forget that it's illegal to assign a channel to the same FX-bus accumulator
/openbmc/linux/Documentation/devicetree/bindings/hwmon/
H A Dadi,ltc2947.yaml33 adi,accumulator-ctl-pol:
98 adi,accumulator-ctl-pol = <0 1>;
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y72 static symbol_ref_t accumulator; variable
363 | accumulator
545 accumulator:
548 if (accumulator.symbol != NULL) {
553 accumulator.symbol = cur_symbol;
916 if (accumulator.symbol == NULL) {
920 $$.symbol = accumulator.symbol;
954 symlist_add(&$$.referenced_syms, accumulator.symbol,
/openbmc/linux/drivers/staging/iio/Documentation/
H A Dsysfs-bus-iio-dds41 accumulator output by writing Y to the phase_en file.
57 accumulator output. The value corresponds to the Y in
/openbmc/linux/arch/arm/boot/dts/ti/keystone/
H A Dkeystone-k2l-netcp.dtsi72 accumulator {
75 accumulator = <0 47 16 2 50>;
H A Dkeystone-k2e-netcp.dtsi72 accumulator {
75 accumulator = <0 47 16 2 50>;
/openbmc/qemu/tools/ebpf/
H A Drss.bpf.c115 __u32 accumulator = *result; in net_toeplitz_add() local
126 accumulator ^= leftmost_32_bits; in net_toeplitz_add()
137 *result = accumulator; in net_toeplitz_add()

12