Home
last modified time | relevance | path

Searched defs:accum (Results 1 – 25 of 62) sorted by relevance

123

/third_party/mesa3d/src/util/
Dptralloc.h49 size_t accum = base_size; in ptralloc() local
68 size_t accum = base_size; in ptrzalloc() local
/third_party/node/test/parallel/
Dtest-readline-interface-no-trailing-newline.js18 let accum = ''; variable
Dtest-repl-uncaught-exception-async.js12 let accum = ''; variable
Dtest-stream2-base64-single-char-read-end.js30 const accum = []; variable
Dtest-repl-load-multiline.js25 let accum = ''; variable
Dtest-repl-load-multiline-no-trailing-newline.js25 let accum = ''; variable
Dtest-inspector-bindings.js64 accum: [0, 0, 1, 3, 6] property
/third_party/ffmpeg/libavcodec/
Dmlpdsp.c41 int64_t accum = 0; in mlp_filter_channel() local
75 int64_t accum = 0; in ff_mlp_rematrix_channel() local
Ddcaenc.c296 double accum = 0; in encode_init() local
304 double accum = 0; in encode_init() local
338 int32_t accum[64]; in subband_transform() local
381 int32_t accum; in lfe_downsample() local
Deac3dec.c104 float accum = 0.0f; in ff_eac3_apply_spectral_extension() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
Drescaler_mips32.c41 int accum, accum1; in ImportRowShrink_MIPS32() local
101 int accum; in ImportRowExpand_MIPS32() local
Drescaler.c40 int accum = wrk->x_add; in WebPRescalerImportRowExpand_C() local
73 int accum = 0; in WebPRescalerImportRowShrink_C() local
Drescaler_sse2.c51 int accum = x_add; in RescalerImportRowExpand_SSE2() local
115 int accum = 0; in RescalerImportRowShrink_SSE2() local
/third_party/rust/crates/once_cell/examples/
Dtest_synchronization.rs32 let mut accum = 0; in thread_main() localVariable
Dbench_acquire.rs30 let mut accum = 0usize; in thread_main() localVariable
/third_party/astc-encoder/Source/
Dastcenc_vecmathlib_common_4.h276 ASTCENC_SIMD_INLINE void haccumulate(vfloat4& accum, vfloat4 a) in haccumulate()
284 ASTCENC_SIMD_INLINE void haccumulate(vfloat4& accum, vfloat4 a, vmask4 m) in haccumulate()
Dastcenc_vecmathlib_avx2_8.h894 ASTCENC_SIMD_INLINE void haccumulate(vfloat4& accum, vfloat8 a) in haccumulate()
908 ASTCENC_SIMD_INLINE void haccumulate(vfloat8& accum, vfloat8 a) in haccumulate()
918 ASTCENC_SIMD_INLINE void haccumulate(vfloat4& accum, vfloat8 a, vmask8 m) in haccumulate()
929 ASTCENC_SIMD_INLINE void haccumulate(vfloat8& accum, vfloat8 a, vmask8 m) in haccumulate()
/third_party/openssl/crypto/ec/curve448/
Dscalar.c76 c448_word_t accum[C448_SCALAR_LIMBS + 1] = { 0 }; in sc_montmul() local
158 c448_dsword_t accum = 0; in ossl_curve448_scalar_decode() local
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
Dscalar.c76 c448_word_t accum[C448_SCALAR_LIMBS + 1] = { 0 }; in sc_montmul() local
158 c448_dsword_t accum = 0; in ossl_curve448_scalar_decode() local
/third_party/skia/bench/
DMathBench.cpp354 float accum = 0; in onDraw() local
415 int accum = 0; in onDraw() local
475 int accum = 0; in onDraw() local
531 int accum = 0; in onDraw() local
701 unsigned accum = 0; in onDraw() local
/third_party/skia/include/core/
DSkPoint3.h122 SkScalar accum = 0; in isFinite() local
DSkPoint.h419 SkScalar accum = 0; in isFinite() local
/third_party/skia/src/gpu/geometry/
DGrQuad.h90 float accum = 0; in isFinite() local
/third_party/skia/src/core/
DSkRect.cpp87 Sk4s accum = min * 0; in setBoundsCheck() local
/third_party/skia/modules/skottie/src/effects/
DMotionBlurEffect.cpp113 std::vector<uint64_t> accum(info.width() * info.height()); in renderToRaster8888Pow2Samples() local

123