Searched refs:_hb_roundf (Results 1 – 1 of 1) sorted by relevance
163 _hb_roundf (float x) { return floorf (x + .5f); } in _hb_roundf() function164 #define roundf(x) _hb_roundf(x)