HomeSort by: relevance | last modified time | path
    Searched defs:round_up (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
fold-const.h 182 #define round_up(T,N) round_up_loc (UNKNOWN_LOCATION, T, N) macro
real.cc 1621 bool round_up;
1849 round_up = digit > 0;
1864 round_up = digit > 5;
1867 if (round_up)
2707 bool round_up = false;
2798 round_up = guard && (sticky || lsb);
2801 if (round_up)
1617 bool round_up; local
2702 bool round_up = false; local
  /src/external/gpl3/gcc.old/dist/gcc/
fold-const.h 183 #define round_up(T,N) round_up_loc (UNKNOWN_LOCATION, T, N) macro
real.cc 1583 bool round_up;
1811 round_up = digit > 0;
1826 round_up = digit > 5;
1829 if (round_up)
2653 bool round_up = false;
2744 round_up = guard && (sticky || lsb);
2747 if (round_up)
1579 bool round_up; local
2648 bool round_up = false; local
  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid64_mul.c 67 int rmode, digits_p, bp, amount, amount2, final_exponent, round_up; local
218 round_up = 0;
260 round_up = 1;
300 if ((C64 & 1) && !round_up) {
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid64_mul.c 67 int rmode, digits_p, bp, amount, amount2, final_exponent, round_up; local
218 round_up = 0;
260 round_up = 1;
300 if ((C64 & 1) && !round_up) {
  /src/external/mit/isl/dist/
isl_hash.c 31 static unsigned int round_up(unsigned int v) function
52 table->bits = ffs(round_up(4 * (min_size + 1) / 3 - 1)) - 1;
isl_map_simplify.c 675 static unsigned int round_up(unsigned int v) function
716 ci->size = round_up(4 * (bmap->n_ineq + 1) / 3 - 1);
845 size = round_up(4 * bmap->n_div / 3 - 1);
  /src/external/bsd/nvi/dist/common/
vi_db.c 755 static size_t round_up(size_t v) function
792 ep->db->set_pagesize(ep->db, round_up(psize));
  /src/external/gpl3/gcc/dist/gcc/config/m68k/
math-68881.h 369 int rounding_mode, round_up; local
375 round_up = rounding_mode | 0x30;
378 : "dmi" (round_up));
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
math-68881.h 369 int rounding_mode, round_up; local
375 round_up = rounding_mode | 0x30;
378 : "dmi" (round_up));
  /src/sys/external/bsd/common/include/linux/
kernel.h 120 #define round_up(X, N) ((((X) - 1) | ((N) - 1)) + 1) macro
  /src/external/gpl3/binutils/dist/ld/
ldexp.c 165 bool round_up = false; local
172 round_up = true;
176 if (round_up)
  /src/external/gpl3/binutils.old/dist/ld/
ldexp.c 165 bool round_up = false; local
172 round_up = true;
176 if (round_up)
  /src/libexec/ld.elf_so/
rtld.h 64 #define round_up(x) round_down((x) + _rtld_pagesz - 1) macro
  /src/sys/arch/sparc/sparc/
machdep.c 1109 #define round_up(x) (( (x) + (PAGE_SIZE-1) ) & (~(PAGE_SIZE-1)) ) macro
1112 stop = round_up(va);
1115 while (round_up((u_long) fp) == stop) {

Completed in 223 milliseconds