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

/xsrc/external/mit/MesaLib/dist/src/util/
H A Dsoftfloat.c56 #define index_multiword_lo(total, n) ((total) - (n)) macro
65 #define index_multiword_lo(total, n) 0 macro
296 m_out += index_multiword_lo(size_words, word_dist);
400 tmp = (uint32_t *) (a + index_multiword_lo(size_words, word_dist));

Completed in 3 milliseconds