Searched refs:offset_from_max_error (Results 1 – 2 of 2) sorted by relevance
78 const float offset_from_max_error = std::abs(f_qmax) + std::abs(max / scale); in qinfo_scaleoffset_from_minmax() local79 …const float f_offset = offset_from_min_error < offset_from_max_error ? offset_from_mi… in qinfo_scaleoffset_from_minmax()
74 const float offset_from_max_error = std::abs(f_qmax) + std::abs(max / scale); in calc_qinfo() local75 …const float f_offset = offset_from_min_error < offset_from_max_error ? offset_from_mi… in calc_qinfo()