Searched refs:_mesa_double_to_f32 (Results 1 – 3 of 3) sorted by relevance
31 return _mesa_double_to_f32(val, false); in _mesa_double_to_float()37 return _mesa_double_to_f32(val, true); in _mesa_double_to_float_rtz()
58 float _mesa_double_to_f32(double x, bool rtz);
1384 _mesa_double_to_f32(double val, bool rtz) in _mesa_double_to_f32() function