Searched refs:low_bound (Results 1 – 2 of 2) sorted by relevance
982 float low_bound, in compute_quantized_weights_for_decimation() argument1004 if (high_bound <= low_bound) in compute_quantized_weights_for_decimation()1006 low_bound = 0.0f; in compute_quantized_weights_for_decimation()1010 float rscale = high_bound - low_bound; in compute_quantized_weights_for_decimation()1013 float scaled_low_bound = low_bound * scale; in compute_quantized_weights_for_decimation()1020 vfloat low_boundv(low_bound); in compute_quantized_weights_for_decimation()
1728 float low_bound,