Searched defs:round_up (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dmath-68881.h369 int rounding_mode, round_up; local
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/m68k/
H A Dmath-68881.h369 int rounding_mode, round_up; local
/netbsd-6-1-5-RELEASE/libexec/ld.elf_so/
H A Drtld.h59 #define round_up(x) round_down((x) + _rtld_pagesz - 1) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dreal.c1503 bool round_up; local
2552 bool round_up = false; local
H A Dtree.h4298 #define round_up macro
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dmachdep.c1147 #define round_up(x) (( (x) + (PAGE_SIZE-1) ) & (~(PAGE_SIZE-1)) ) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dfold-const.c11864 round_up (tree value, int divisor) function

Completed in 300 milliseconds