Home
last modified time | relevance | path

Searched refs:last_index (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Dsoftfloat.c243 unsigned index, last_index; in _mesa_short_shift_left_m() local
248 last_index = index_word_lo(size_words); in _mesa_short_shift_left_m()
250 while (index != last_index) { in _mesa_short_shift_left_m()
321 unsigned index, last_index; in _mesa_short_shift_right_m() local
326 last_index = index_word_hi(size_words); in _mesa_short_shift_right_m()
328 while (index != last_index) { in _mesa_short_shift_right_m()
354 unsigned index, last_index; in _mesa_short_shift_right_jam_m() local
359 last_index = index_word_hi(size_words); in _mesa_short_shift_right_jam_m()
364 while (index != last_index) { in _mesa_short_shift_right_jam_m()
583 unsigned index, last_index; in _mesa_neg_x_m() local
[all …]