Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dsoftfloat.c51 #define word_incr -1 macro
60 #define word_incr 1 macro
251 a_word = a[index - word_incr]; in _mesa_short_shift_left_m()
253 index -= word_incr; in _mesa_short_shift_left_m()
292 a -= word_incr; in _mesa_shift_left_m()
293 dest -= word_incr; in _mesa_shift_left_m()
329 a_word = a[index + word_incr]; in _mesa_short_shift_right_m()
331 index += word_incr; in _mesa_short_shift_right_m()
365 a_word = a[index + word_incr]; in _mesa_short_shift_right_jam_m()
367 index += word_incr; in _mesa_short_shift_right_jam_m()
[all …]