Home
last modified time | relevance | path

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

/llvm-project/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/libc/src/stdio/printf_core/
H A Dfloat_dec_converter.h982 bool round_up; convert_float_dec_auto_typed() local
/llvm-project/lldb/examples/python/
H A Dgdbremote.py1486 def round_up(n, incr): function