Searched refs:half_words (Results 1 – 2 of 2) sorted by relevance
61 if (comp_max.half_words[0] > ref_max.half_words[0]) in compare_and_replace_if_larger()63 ref_max.half_words[0] = comp_max.half_words[0]; in compare_and_replace_if_larger()65 if (comp_max.half_words[1] > ref_max.half_words[1]) in compare_and_replace_if_larger()67 ref_max.half_words[1] = comp_max.half_words[1]; in compare_and_replace_if_larger()110 in.half_words[0] = MAX(in.half_words[0], act_min); in clamp_output()111 in.half_words[0] = MIN(in.half_words[0], act_max); in clamp_output()112 in.half_words[1] = MAX(in.half_words[1], act_min); in clamp_output()113 in.half_words[1] = MIN(in.half_words[1], act_max); in clamp_output()
108 int16_t half_words[2]; member