Home
last modified time | relevance | path

Searched refs:_mesa_roundeven (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/util/tests/
H A Droundeven_test.cpp90 double output = _mesa_roundeven(double_data[i].input); in TEST()
93 << "_mesa_roundeven(" << double_data[i].input << " but got " << output << "\n"; in TEST()
98 double output = _mesa_roundeven(-double_data[i].input); in TEST()
102 << "_mesa_roundeven(" << -double_data[i].input << " but got " << output << "\n"; in TEST()
/third_party/mesa3d/src/util/
H A Drounding.h77 _mesa_roundeven(double x) in _mesa_roundeven() function

Completed in 1 milliseconds