/netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
H A D | bid64_mul.c | 67 int rmode, digits_p, bp, amount, amount2, final_exponent, round_up; local
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/ |
H A D | bid64_mul.c | 67 int rmode, digits_p, bp, amount, amount2, final_exponent, round_up; local
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_hash.c | 31 static unsigned int round_up(unsigned int v) in round_up() function
|
H A D | isl_map_simplify.c | 675 static unsigned int round_up(unsigned int v) in round_up() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fold-const.h | 170 #define round_up(T,N) round_up_loc (UNKNOWN_LOCATION, T, N) macro
|
H A D | real.c | 1579 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 D | fold-const.h | 183 #define round_up(T,N) round_up_loc (UNKNOWN_LOCATION, T, N) macro
|
H A D | real.cc | 1579 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 D | math-68881.h | 369 int rounding_mode, round_up; in ceil() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
H A D | math-68881.h | 369 int rounding_mode, round_up; in ceil() local
|
/netbsd-src/external/bsd/nvi/dist/common/ |
H A D | vi_db.c | 755 static size_t round_up(size_t v) in round_up() function
|
/netbsd-src/sys/external/bsd/common/include/linux/ |
H A D | kernel.h | 120 #define round_up(X, N) ((((X) - 1) | ((N) - 1)) + 1) macro
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | ldexp.c | 165 bool round_up = false; in make_log2ceil() local
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | ldexp.c | 164 bool round_up = false; in make_log2ceil() local
|
/netbsd-src/libexec/ld.elf_so/ |
H A D | rtld.h | 63 #define round_up(x) round_down((x) + _rtld_pagesz - 1) macro
|
/netbsd-src/sys/arch/sparc/sparc/ |
H A D | machdep.c | 1108 #define round_up(x) (( (x) + (PAGE_SIZE-1) ) & (~(PAGE_SIZE-1)) ) in oldmon_w_trace() macro
|