Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Ddouble.c31 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()
Dsoftfloat.h58 float _mesa_double_to_f32(double x, bool rtz);
Dsoftfloat.c1384 _mesa_double_to_f32(double val, bool rtz) in _mesa_double_to_f32() function