Home
last modified time | relevance | path

Searched refs:accumulate (Results 1 - 25 of 137) sorted by relevance

123456

/third_party/lame/libmp3lame/
H A Dtakehiro.c291 int accumulate = 0; in quantize_xrpow() local
326 if (accumulate) { in quantize_xrpow()
327 quantize_lines_xrpow(accumulate, istep, acc_xp, acc_iData); in quantize_xrpow()
328 accumulate = 0; in quantize_xrpow()
355 /*accumulate lines to quantize */ in quantize_xrpow()
356 if (!accumulate && !accumulate01) { in quantize_xrpow()
365 if (accumulate) { in quantize_xrpow()
366 quantize_lines_xrpow(accumulate, istep, acc_xp, acc_iData); in quantize_xrpow()
367 accumulate = 0; in quantize_xrpow()
380 accumulate in quantize_xrpow()
[all...]
/third_party/python/Lib/test/
H A Dtest_itertools.py128 self.assertEqual(list(accumulate(range(10))), # one positional arg
130 self.assertEqual(list(accumulate(iterable=range(10))), # kw arg
134 list(accumulate(map(typ, range(10)))),
136 self.assertEqual(list(accumulate('abc')), ['a', 'ab', 'abc']) # works with non-numeric
137 self.assertEqual(list(accumulate([])), []) # empty iterable
138 self.assertEqual(list(accumulate([7])), [7]) # iterable of length one
139 self.assertRaises(TypeError, accumulate, range(10), 5, 6) # too many args
140 self.assertRaises(TypeError, accumulate) # too few args
141 self.assertRaises(TypeError, accumulate, x=range(10)) # unexpected kwd arg
142 self.assertRaises(TypeError, list, accumulate([
[all...]
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/
H A Dchacha-armv4.pl310 add @x[0],@x[0],@t[0] @ accumulate key material
348 add @x[4],@x[4],@t[0] @ accumulate key material
388 add @x[0],@x[0],@t[0] @ accumulate key material
430 add @x[4],@x[4],@t[0] @ accumulate key material
506 add @x[$j+0],@x[$j+0],@t[0] @ accumulate key material
783 vadd.i32 $a0,$a0,$t0 @ accumulate key material
840 add @x[0],@x[0],@t[0] @ accumulate key material
867 add @x[4],@x[4],@t[0] @ accumulate key material
895 add @x[0],@x[0],@t[0] @ accumulate key material
928 add @x[4],@x[4],@t[0] @ accumulate ke
[all...]
/third_party/openssl/crypto/chacha/asm/
H A Dchacha-armv4.pl310 add @x[0],@x[0],@t[0] @ accumulate key material
348 add @x[4],@x[4],@t[0] @ accumulate key material
388 add @x[0],@x[0],@t[0] @ accumulate key material
430 add @x[4],@x[4],@t[0] @ accumulate key material
506 add @x[$j+0],@x[$j+0],@t[0] @ accumulate key material
783 vadd.i32 $a0,$a0,$t0 @ accumulate key material
840 add @x[0],@x[0],@t[0] @ accumulate key material
867 add @x[4],@x[4],@t[0] @ accumulate key material
895 add @x[0],@x[0],@t[0] @ accumulate key material
928 add @x[4],@x[4],@t[0] @ accumulate ke
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/chacha/
H A Dchacha-armv4.S241 add r0,r0,r8 @ accumulate key material
279 add r4,r4,r8 @ accumulate key material
319 add r0,r0,r8 @ accumulate key material
361 add r4,r4,r8 @ accumulate key material
421 add r0,r0,r8 @ accumulate key material
506 add r4,r4,r8 @ accumulate key material
596 add r0,r0,r8 @ accumulate key material
680 add r4,r4,r8 @ accumulate key material
1102 vadd.i32 q0,q0,q12 @ accumulate key material
1159 add r0,r0,r8 @ accumulate ke
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/chacha/
H A Dchacha-armv4.S241 add r0,r0,r8 @ accumulate key material
279 add r4,r4,r8 @ accumulate key material
319 add r0,r0,r8 @ accumulate key material
361 add r4,r4,r8 @ accumulate key material
421 add r0,r0,r8 @ accumulate key material
506 add r4,r4,r8 @ accumulate key material
596 add r0,r0,r8 @ accumulate key material
680 add r4,r4,r8 @ accumulate key material
1102 vadd.i32 q0,q0,q12 @ accumulate key material
1159 add r0,r0,r8 @ accumulate ke
[all...]
/third_party/rust/crates/nom/tests/
H A Dfnmut.rs24 fn accumulate() { in accumulate() functions
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/crypto/poly1305/
H A Dpoly1305-mips.S184 daddu $12,$8 # accumulate input
292 daddu $8,$10 # accumulate nonce
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/crypto/poly1305/
H A Dpoly1305-mips.S184 daddu $12,$8 # accumulate input
292 daddu $8,$10 # accumulate nonce
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dchi_square_test.cc179 double sum = std::accumulate(std::begin(data), std::end(data), double{0}); in TEST()
347 double sum = std::accumulate(std::begin(rolls), std::end(rolls), double{0}); in TEST()
/third_party/ffmpeg/libavcodec/arm/
H A Dmlpdsp_armv5te.S82 .macro multiply index, accumulate, long
84 multiply_ %(\index), \accumulate, \long
88 .macro multiply_ index, accumulate, long
90 .if \accumulate
96 .if \accumulate
H A Dvc1dsp_neon.S96 vmov.i16 q8, #\add @ t1 will accumulate here
97 vmov.i16 q9, #\add @ t2 will accumulate here
137 vmov.i16 q14, #\add @ t1|t2 will accumulate here
251 vmov.i16 q8, #(\add / 2) @ t1 will accumulate here
252 vmov.i16 q12, #(\add / 2) @ t2 will accumulate here
581 vmov.i16 q2, #\add @ t1|t2 will accumulate here
730 @ If filter_d != 1, then do a multiply accumulate
1229 vmls.i16 d6, d0, d1 @ invert d depending on clip_sign & a0_sign, or zero it if they match, and accumulate into P4
1230 vmla.i16 d24, d0, d1 @ invert d depending on clip_sign & a0_sign, or zero it if they match, and accumulate into P5
1294 vmla.i16 d2, d0, d16 @ invert d depending on clip_sign & a0_sign, or zero it if they match, and accumulate int
[all...]
/third_party/ninja/src/
H A Dmanifest_parser_perftest.cc121 float total = accumulate(times.begin(), times.end(), 0.0f); in main()
/third_party/skia/src/sksl/ir/
H A DSkSLConstructorCompound.cpp40 std::accumulate(args.begin(), args.end(), /*initial value*/ (size_t)0, in Make()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Ddiscrete_distribution.cc30 double sum = std::accumulate(std::begin(*probabilities), in InitDiscreteDistribution()
/third_party/node/deps/openssl/openssl/crypto/ec/asm/
H A Decp_nistz256-armv8.pl388 adds $acc1,$acc1,$t0 // accumulate high parts of multiplication
434 adds $acc0,$acc0,$t0 // accumulate low parts of multiplication
448 adds $acc1,$acc1,$t0 // accumulate high parts of multiplication
509 adds $acc2,$acc2,$t1 // accumulate high parts of multiplication
520 adds $t1,$t1,$t2 // accumulate high parts of multiplication
524 adds $acc3,$acc3,$t0 // accumulate low parts of multiplication
575 adds $acc0,$acc0,$acc4 // accumulate upper half
1378 adds $acc1,$acc1,$t0 // accumulate high parts of multiplication
1424 adds $acc0,$acc0,$t0 // accumulate low parts
1434 adds $acc1,$acc1,$t0 // accumulate hig
[all...]
/third_party/openssl/crypto/ec/asm/
H A Decp_nistz256-armv8.pl413 adds $acc1,$acc1,$t0 // accumulate high parts of multiplication
459 adds $acc0,$acc0,$t0 // accumulate low parts of multiplication
473 adds $acc1,$acc1,$t0 // accumulate high parts of multiplication
534 adds $acc2,$acc2,$t1 // accumulate high parts of multiplication
545 adds $t1,$t1,$t2 // accumulate high parts of multiplication
549 adds $acc3,$acc3,$t0 // accumulate low parts of multiplication
600 adds $acc0,$acc0,$acc4 // accumulate upper half
1411 adds $acc1,$acc1,$t0 // accumulate high parts of multiplication
1457 adds $acc0,$acc0,$t0 // accumulate low parts
1467 adds $acc1,$acc1,$t0 // accumulate hig
[all...]
/third_party/node/deps/v8/src/heap/cppgc/
H A Dpersistent-node.cc54 const size_t accumulated_nodes_in_use_ = std::accumulate( in NodesInUse()
/third_party/musl/dist/
H A Dconfig.mak27 #CFLAGS += -fomit-frame-pointer -mno-accumulate-outgoing-args
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveRegUnits.cpp64 void LiveRegUnits::accumulate(const MachineInstr &MI) { in accumulate() function in LiveRegUnits
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLiveRegUnits.h133 void accumulate(const MachineInstr &MI);
H A DMachineOutliner.h157 [this](MachineInstr &MI) { UsedInSequence.accumulate(MI); }); in initLRU()
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/
H A Dpoly1305-armv8.pl139 adds $h0,$h0,$t0 // accumulate input
204 adds $h0,$h0,$t0 // accumulate nonce
342 adds $h0,$h0,$d0 // accumulate input
388 adds $h0,$h0,$d0 // accumulate input
620 // (hash+inp[0:1])*r^4 and accumulate
781 // (hash+inp[0:1])*r^4:r^3 and accumulate
916 adds $h0,$h0,$t0 // accumulate nonce
/third_party/openssl/crypto/poly1305/asm/
H A Dpoly1305-armv8.pl139 adds $h0,$h0,$t0 // accumulate input
204 adds $h0,$h0,$t0 // accumulate nonce
342 adds $h0,$h0,$d0 // accumulate input
388 adds $h0,$h0,$d0 // accumulate input
622 // (hash+inp[0:1])*r^4 and accumulate
783 // (hash+inp[0:1])*r^4:r^3 and accumulate
918 adds $h0,$h0,$t0 // accumulate nonce
/third_party/backends/backend/genesys/
H A Dmotor.cpp84 pixeltime_sum_ = std::accumulate(table.begin(), table.end(), in generate_pixeltime_sum()

Completed in 16 milliseconds

123456