Searched refs:_mesa_roundtozero_f64 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/util/ |
D | softfloat.c | 146 double _mesa_roundtozero_f64(int64_t s, int64_t e, int64_t m) in _mesa_roundtozero_f64() function 530 return _mesa_roundtozero_f64(s, e, m); in _mesa_double_add_rtz() 565 return _mesa_roundtozero_f64(s, e, m << shift_dist); in _mesa_norm_round_pack_f64() 917 return _mesa_roundtozero_f64(s, e, m); in _mesa_double_mul_rtz() 1067 return _mesa_roundtozero_f64(s, e - 1, m); in _mesa_double_fma_rtz() 1126 return _mesa_roundtozero_f64(s, e - 1, m); in _mesa_double_fma_rtz() 1159 return _mesa_roundtozero_f64(s, e - 1, m); in _mesa_double_fma_rtz() 1182 return _mesa_roundtozero_f64(s, e - 1, m); in _mesa_double_fma_rtz()
|