Searched refs:index_word_lo (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/
H A Dsoftfloat.c54 #define index_word_lo(total) ((total) - 1) macro
63 #define index_word_lo(total) 0 macro
248 last_index = index_word_lo(size_words);
325 index = index_word_lo(size_words);
358 index = index_word_lo(size_words);
418 m_out[index_word_lo(size_words)] |= 1;
422 a += index_word_lo(size_words - word_dist);
423 tmp = m_out + index_word_lo(size_words);
439 m_out[index_word_lo(size_words)] |= 1;
587 index = index_word_lo(size_word
[all...]

Completed in 3 milliseconds