/third_party/rust/crates/once_cell/examples/ |
H A D | test_synchronization.rs | 32 let mut accum = 0; in thread_main() variables
|
H A D | bench_acquire.rs | 30 let mut accum = 0usize; in thread_main() variables
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_percentile_tables.cpp | 1183 unsigned int accum = apt->initial_percs[i]; in get_2d_percentile_table() local
|
H A D | astcenc_vecmathlib_common_4.h | 276 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 D | astcenc_weight_align.cpp | 218 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 D | SkPoint3.h | 122 SkScalar accum = 0; in isFinite() local [all...] |
H A D | SkPoint.h | 419 SkScalar accum = 0; in isFinite() local [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | accum.c | 397 accum(struct gl_context *ctx, GLenum op, GLfloat value) in accum() function
|
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/ |
H A D | scalar.c | 76 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 D | scalar.c | 76 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 D | SkRect.cpp | 87 Sk4s accum = min * 0; in setBoundsCheck() local
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | rescaler.c | 40 int accum = wrk->x_add; in WebPRescalerImportRowExpand_C() local 73 int accum = 0; in WebPRescalerImportRowShrink_C() local [all...] |
H A D | rescaler_mips32.c | 41 int accum, accum1; in ImportRowShrink_MIPS32() local 101 int accum; ImportRowExpand_MIPS32() local [all...] |
/third_party/skia/gm/ |
H A D | overstroke.cpp | 87 float accum = 0.0f; in ribs_path() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | mlpdsp.c | 41 int64_t accum = 0; in mlp_filter_channel() local 75 int64_t accum = 0; in ff_mlp_rematrix_channel() local [all...] |
H A D | eac3dec.c | 104 float accum = 0.0f; in ff_eac3_apply_spectral_extension() local
|
/third_party/alsa-utils/speaker-test/ |
H A D | st2095.h | 34 float accum; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeBasicComputeShaderTests.cpp | 75 T accum = 1; in multiplyComponents() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/ |
H A D | vktPostmortemUseAfterFreeTests.cpp | 161 T accum = 1; in multiplyComponents() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
H A D | vktComputeBasicComputeShaderTests.cpp | 72 T accum = 1; in multiplyComponents() local
|
/third_party/skia/src/gpu/geometry/ |
H A D | GrQuad.h | 90 float accum = 0; in isFinite() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/postmortem/ |
H A D | vktPostmortemUseAfterFreeTests.cpp | 164 T accum = 1; in multiplyComponents() local
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_builtin_builder.c | 167 nir_ssa_def *accum = xs[0]; in build_fsum() local
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_pixelformat.c | 133 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 D | rdgif.c | 217 register int accum; in GetCode() local [all...] |