Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Dsoftfloat.c541 _mesa_count_leading_zeros64(uint64_t a) in _mesa_count_leading_zeros64() function
561 shift_dist = _mesa_count_leading_zeros64(m) - 1; in _mesa_norm_round_pack_f64()
733 shift_dist = _mesa_count_leading_zeros64(m_diff) - 11; in _mesa_double_sub_rtz()
772 shift_dist = _mesa_count_leading_zeros64(m) - 11; in _mesa_norm_subnormal_mantissa_f64()
1174 shift_dist += _mesa_count_leading_zeros64(m) - 1; in _mesa_double_fma_rtz()
1366 int8_t shift_dist = _mesa_count_leading_zeros64(m_64) - 1; in _mesa_float_fma_rtz()