Searched refs:rounding_delta (Results 1 – 1 of 1) sorted by relevance
272 const int64 rounding_delta = 1 << (fp_shift - 1); in RequantizeManyInNewRangeReference() local283 const int64 round_intermediate = offset_intermediate + rounding_delta; in RequantizeManyInNewRangeReference()352 const int32 rounding_delta = 1 << (fp_shift - 1); in RequantizeManyInNewRangeNeon() local358 const int32x4_t rounding_delta_32x4 = vmovq_n_s32(rounding_delta); in RequantizeManyInNewRangeNeon()398 const int32 round_intermediate = offset_intermediate + rounding_delta; in RequantizeManyInNewRangeNeon()718 const int64 rounding_delta = 1 << (fp_shift - 1); variable726 (input_offset_fp - output_offset_fp + rounding_delta);