Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/util/
H A Dhalf_float.h55 uint16_t _mesa_float_to_float16_rtz_slow(float val);
101 return _mesa_float_to_float16_rtz_slow(val); in _mesa_float_to_float16_rtz()
H A Dhalf_float.c136 _mesa_float_to_float16_rtz_slow(float val) in _mesa_float_to_float16_rtz_slow() function
/aosp_15_r20/external/mesa3d/src/util/tests/
H A Dhalf_float_test.cpp157 test_float_to_half_limits(_mesa_float_to_float16_rtz_slow); in TEST()