Home
last modified time | relevance | path

Searched refs:total_shift (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Ddiv_int8.c35 const int total_shift = para->output_shift_ - recip_shift - leading_bits; in DivInt8() local
37 …gDivideByPOT(SaturatingRoundingDoublingHighMul(raw_data, para->output_multiplier_), -total_shift) + in DivInt8()
Dfixed_point.c192 int total_shift = integer_bits > exponent ? fractional_bits + exponent : 0; in exp_barrel_shifter() local
193 *result = BitsSelect(MaskIfNonZero(BitAnd(remainder, (1 << (uint32_t)total_shift))), in exp_barrel_shifter()
/third_party/ffmpeg/libavcodec/
Dwavpackenc.c355 int i, total_shift = 0; in scan_int23() local
402 total_shift++; in scan_int23()
409 total_shift++; in scan_int23()
416 total_shift++; in scan_int23()
421 if (total_shift) { in scan_int23()
425 shift_mono(samples_l, nb_samples, total_shift); in scan_int23()
427 shift_stereo(samples_l, samples_r, nb_samples, total_shift); in scan_int23()
437 int i, total_shift = 0; in scan_int32() local
484 total_shift++; in scan_int32()
491 total_shift++; in scan_int32()
[all …]
/third_party/mesa3d/src/intel/vulkan/
DgenX_cmd_buffer.c5115 unsigned total_shift = 0; in calc_local_trace_size() local
5126 total_shift++; in calc_local_trace_size()
5129 if (total_shift == 3) in calc_local_trace_size()
5135 local_shift[0] += 3 - total_shift; in calc_local_trace_size()