Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
lroundf
headers/posix/math.h
173
extern long lroundf(float x);
src/kits/interface/TextView.cpp
1844
result.x = lroundf(result.x);
src/kits/interface/TextView.cpp
1845
result.y = lroundf(result.y);