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

  /src/external/gpl3/gcc/dist/gcc/
fold-const.h 184 #define round_down(T,N) round_down_loc (UNKNOWN_LOCATION, T, N) macro
  /src/external/gpl3/gcc.old/dist/gcc/
fold-const.h 185 #define round_down(T,N) round_down_loc (UNKNOWN_LOCATION, T, N) macro
  /src/external/gpl3/gcc/dist/gcc/config/m68k/
math-68881.h 391 int rounding_mode, round_down; local
397 round_down = (rounding_mode & ~0x10)
401 : "dmi" (round_down));
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
math-68881.h 391 int rounding_mode, round_down; local
397 round_down = (rounding_mode & ~0x10)
401 : "dmi" (round_down));
  /src/sys/external/bsd/common/include/linux/
kernel.h 121 #define round_down(X, N) ((X) & ~(uintmax_t)((N) - 1)) macro
125 #define ALIGN_DOWN(X, N) round_down(X, N)
  /src/libexec/ld.elf_so/
rtld.h 63 #define round_down(x) ((x) & ~(_rtld_pagesz - 1)) macro
64 #define round_up(x) round_down((x) + _rtld_pagesz - 1)

Completed in 38 milliseconds