Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Ddouble.h40 float _mesa_double_to_float(double val);
46 return _mesa_double_to_float(val); in _mesa_double_to_float_rtne()
Ddouble.c29 _mesa_double_to_float(double val) in _mesa_double_to_float() function