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

/xsrc/external/mit/MesaLib/dist/src/util/
H A Dsoftfloat.c648 uint32_t a_word, b_word; local in function:_mesa_sub_m
655 b_word = b[index];
656 m_out[index] = a_word - b_word - borrow;
659 borrow = borrow ? (a_word <= b_word) : (a_word < b_word);

Completed in 3 milliseconds