Home
last modified time | relevance | path

Searched defs:accum (Results 1 - 25 of 51) sorted by relevance

123

/third_party/rust/crates/once_cell/examples/
H A Dtest_synchronization.rs32 let mut accum = 0; in thread_main() variables
H A Dbench_acquire.rs30 let mut accum = 0usize; in thread_main() variables
/third_party/astc-encoder/Source/
H A Dastcenc_percentile_tables.cpp1183 unsigned int accum = apt->initial_percs[i]; in get_2d_percentile_table() local
H A Dastcenc_vecmathlib_common_4.h276 ASTCENC_SIMD_INLINE void haccumulate(vfloat4& accum, vfloat4 a) in haccumulate() argument
284 ASTCENC_SIMD_INLINE void haccumulate(vfloat4& accum, vfloat4 a, vmask4 m) in haccumulate() argument
H A Dastcenc_weight_align.cpp218 vfloat accum = cut_low_weight_err + vfloat(1.0f) - vfloat(2.0f) * diff; in compute_lowest_and_highest_weight() local
/third_party/skia/include/core/
H A DSkPoint3.h122 SkScalar accum = 0; in isFinite() local
[all...]
H A DSkPoint.h419 SkScalar accum = 0; in isFinite() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Daccum.c397 accum(struct gl_context *ctx, GLenum op, GLfloat value) in accum() function
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
H A Dscalar.c76 c448_word_t accum[C448_SCALAR_LIMBS + 1] = { 0 }; in sc_montmul() local
48 sc_subx(curve448_scalar_t out, const c448_word_t accum[C448_SCALAR_LIMBS], const curve448_scalar_t sub, const curve448_scalar_t p, c448_word_t extra) sc_subx() argument
158 c448_dsword_t accum = 0; ossl_curve448_scalar_decode() local
[all...]
/third_party/openssl/crypto/ec/curve448/
H A Dscalar.c76 c448_word_t accum[C448_SCALAR_LIMBS + 1] = { 0 }; in sc_montmul() local
48 sc_subx(curve448_scalar_t out, const c448_word_t accum[C448_SCALAR_LIMBS], const curve448_scalar_t sub, const curve448_scalar_t p, c448_word_t extra) sc_subx() argument
158 c448_dsword_t accum = 0; ossl_curve448_scalar_decode() local
[all...]
/third_party/skia/src/core/
H A DSkRect.cpp87 Sk4s accum = min * 0; in setBoundsCheck() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Drescaler.c40 int accum = wrk->x_add; in WebPRescalerImportRowExpand_C() local
73 int accum = 0; in WebPRescalerImportRowShrink_C() local
[all...]
H A Drescaler_mips32.c41 int accum, accum1; in ImportRowShrink_MIPS32() local
101 int accum; ImportRowExpand_MIPS32() local
[all...]
/third_party/skia/gm/
H A Doverstroke.cpp87 float accum = 0.0f; in ribs_path() local
/third_party/ffmpeg/libavcodec/
H A Dmlpdsp.c41 int64_t accum = 0; in mlp_filter_channel() local
75 int64_t accum = 0; in ff_mlp_rematrix_channel() local
[all...]
H A Deac3dec.c104 float accum = 0.0f; in ff_eac3_apply_spectral_extension() local
/third_party/alsa-utils/speaker-test/
H A Dst2095.h34 float accum; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeBasicComputeShaderTests.cpp75 T accum = 1; in multiplyComponents() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
H A DvktPostmortemUseAfterFreeTests.cpp161 T accum = 1; in multiplyComponents() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeBasicComputeShaderTests.cpp72 T accum = 1; in multiplyComponents() local
/third_party/skia/src/gpu/geometry/
H A DGrQuad.h90 float accum = 0; in isFinite() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/postmortem/
H A DvktPostmortemUseAfterFreeTests.cpp164 T accum = 1; in multiplyComponents() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_builtin_builder.c167 nir_ssa_def *accum = xs[0]; in build_fsum() local
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_pixelformat.c133 stw_pixelformat_add(struct stw_device *stw_dev, boolean extended, const struct stw_pf_color_info *color, const struct stw_pf_depth_info *depth, unsigned accum, boolean doublebuffer, boolean gdi, unsigned samples) stw_pixelformat_add() argument
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Drdgif.c217 register int accum; in GetCode() local
[all...]

Completed in 23 milliseconds

123