Searched defs:_hb_roundf (Results 1 – 1 of 1) sorted by relevance
206 _hb_roundf (double x) { return floor (x + .5); } in _hb_roundf() function209 _hb_roundf (float x) { return floorf (x + .5f); } in _hb_roundf() function