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

/xsrc/external/mit/MesaLib/dist/src/util/
H A Dsoftfloat.c541 _mesa_count_leading_zeros64(uint64_t a) function in typeref:typename:unsigned
561 shift_dist = _mesa_count_leading_zeros64(m) - 1;
733 shift_dist = _mesa_count_leading_zeros64(m_diff) - 11;
772 shift_dist = _mesa_count_leading_zeros64(m) - 11;
1174 shift_dist += _mesa_count_leading_zeros64(m) - 1;
1366 int8_t shift_dist = _mesa_count_leading_zeros64(m_64) - 1;

Completed in 6 milliseconds