Searched defs:roundup (Results 1 – 2 of 2) sorted by relevance
15 int roundup = (isfloor && sign) || (isceil && !sign); in test_rint() local78 int roundup = (isfloor && sign) || (isceil && !sign); in test_rintf() local
137 static size_t roundup(size_t count, size_t alignment) { roundup() function