Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid64_mul.c67 int rmode, digits_p, bp, amount, amount2, final_exponent, round_up; local
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid64_mul.c67 int rmode, digits_p, bp, amount, amount2, final_exponent, round_up; local
/netbsd-src/external/mit/isl/dist/
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
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.h170 #define round_up(T,N) round_up_loc (UNKNOWN_LOCATION, T, N) macro
H A Dreal.c1579 bool round_up; in real_to_decimal_for_mode() local
2648 bool round_up = false; in round_for_format() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfold-const.h183 #define round_up(T,N) round_up_loc (UNKNOWN_LOCATION, T, N) macro
H A Dreal.cc1579 bool round_up; in real_to_decimal_for_mode() local
2648 bool round_up = false; in round_for_format() local
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dmath-68881.h369 int rounding_mode, round_up; in ceil() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dmath-68881.h369 int rounding_mode, round_up; in ceil() local
/netbsd-src/external/bsd/nvi/dist/common/
H A Dvi_db.c755 static size_t round_up(size_t v) in round_up() function
/netbsd-src/sys/external/bsd/common/include/linux/
H A Dkernel.h120 #define round_up(X, N) ((((X) - 1) | ((N) - 1)) + 1) macro
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldexp.c165 bool round_up = false; in make_log2ceil() local
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldexp.c164 bool round_up = false; in make_log2ceil() local
/netbsd-src/libexec/ld.elf_so/
H A Drtld.h63 #define round_up(x) round_down((x) + _rtld_pagesz - 1) macro
/netbsd-src/sys/arch/sparc/sparc/
H A Dmachdep.c1108 #define round_up(x) (( (x) + (PAGE_SIZE-1) ) & (~(PAGE_SIZE-1)) ) in oldmon_w_trace() macro