Searched defs:rounding_delta (Results 1 – 1 of 1) sorted by relevance
272 const int64_t rounding_delta = 1 << (fp_shift - 1); in RequantizeManyInNewRangeReference() local352 const int32 rounding_delta = 1 << (fp_shift - 1); in RequantizeManyInNewRangeNeon() local716 const int64_t rounding_delta = 1 << (fp_shift - 1); variable