Lines Matching defs:const1_idx
2955 int const0_idx = -1, const1_idx = -1;
2969 const1_idx = i;
2976 if (const0_idx < 0 || const1_idx < 0)
2993 if (abs[const1_idx])
2997 if (neg[const1_idx])
2999 lower_idx = const0_f < const1_f ? const0_idx : const1_idx;
3003 lower_idx = const0 < const1 ? const0_idx : const1_idx;
3008 lower_idx = (uint16_t)const0 < (uint16_t)const1 ? const0_idx : const1_idx;
3016 lower_idx = const0_i < const1_i ? const0_idx : const1_idx;
3023 lower_idx = const0_i < const1_i ? const0_idx : const1_idx;
3028 int upper_idx = lower_idx == const0_idx ? const1_idx : const0_idx;