Home
last modified time | relevance | path

Searched defs:roundup (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libc/AOR_v20.02/math/test/rtest/
H A Dsemi.c15 int roundup = (isfloor && sign) || (isceil && !sign); in test_rint() local
78 int roundup = (isfloor && sign) || (isceil && !sign); in test_rintf() local
/llvm-project/libcxx/src/
H A Dmemory_resource.cpp137 static size_t roundup(size_t count, size_t alignment) { roundup() function