Home
last modified time | relevance | path

Searched defs:round_up (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_hash.c31 static unsigned int round_up(unsigned int v) in round_up() function
H A Disl_map_simplify.c675 static unsigned int round_up(unsigned int v) in round_up() function
/llvm-project-15.0.7/lldb/examples/python/
H A Dgdbremote.py1309 def round_up(n, incr): function