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

  /src/external/gpl3/binutils/dist/gprof/
gmon.h 154 #define ROUNDDOWN(x,y) (((x)/(y))*(y))
  /src/external/gpl3/binutils/dist/gprofng/src/
gmon.h 154 #define ROUNDDOWN(x,y) (((x)/(y))*(y))
  /src/external/gpl3/binutils.old/dist/gprof/
gmon.h 154 #define ROUNDDOWN(x,y) (((x)/(y))*(y))
  /src/external/gpl3/gcc/dist/libgcc/config/sol2/
gmon.c 74 #define ROUNDDOWN(x, y) (((x) / (y)) * (y))
103 lowpc = (char *) ROUNDDOWN ((size_t) lowpc,
  /src/external/gpl3/gcc.old/dist/libgcc/config/sol2/
gmon.c 74 #define ROUNDDOWN(x, y) (((x) / (y)) * (y))
103 lowpc = (char *) ROUNDDOWN ((size_t) lowpc,
  /src/external/gpl3/gcc/dist/libdecnumber/
decNumberLocal.h 141 /* ROUNDDOWN -- round an integer down to a multiple of n */
142 #define ROUNDDOWN(i, n) (((i)/n)*n)
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumberLocal.h 141 /* ROUNDDOWN -- round an integer down to a multiple of n */
142 #define ROUNDDOWN(i, n) (((i)/n)*n)
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumberLocal.h 141 /* ROUNDDOWN -- round an integer down to a multiple of n */
142 #define ROUNDDOWN(i, n) (((i)/n)*n)
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumberLocal.h 141 /* ROUNDDOWN -- round an integer down to a multiple of n */
142 #define ROUNDDOWN(i, n) (((i)/n)*n)

Completed in 18 milliseconds