Searched refs:_mesa_roundtozero_f64 (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | softfloat.c | 146 double _mesa_roundtozero_f64(int64_t s, int64_t e, int64_t m) in _mesa_roundtozero_f64() function 533 return _mesa_roundtozero_f64(s, e, m); in _mesa_double_add_rtz() 568 return _mesa_roundtozero_f64(s, e, m << shift_dist); in _mesa_norm_round_pack_f64() 920 return _mesa_roundtozero_f64(s, e, m); in _mesa_double_mul_rtz() 1070 return _mesa_roundtozero_f64(s, e - 1, m); in _mesa_double_fma_rtz() 1129 return _mesa_roundtozero_f64(s, e - 1, m); in _mesa_double_fma_rtz() 1162 return _mesa_roundtozero_f64(s, e - 1, m); in _mesa_double_fma_rtz() 1185 return _mesa_roundtozero_f64(s, e - 1, m); in _mesa_double_fma_rtz()
|