HomeSort by: relevance | last modified time | path
    Searched refs:ceil_log2 (Results 1 - 25 of 48) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/
hwint.cc 26 /* The functions clz_hwi, ctz_hwi, ffs_hwi, floor_log2, ceil_log2,
66 ceil_log2 (unsigned HOST_WIDE_INT x) function
tree-streamer.h 111 int last = 1 << ceil_log2 (MAX_MACHINE_MODE);
cppbuiltin.cc 200 1 << ceil_log2 ((POINTER_SIZE + BITS_PER_UNIT - 1) / BITS_PER_UNIT));
hwint.h 200 extern int ceil_log2 (unsigned HOST_WIDE_INT);
264 ceil_log2 (unsigned HOST_WIDE_INT x) function
tree-phinodes.cc 157 log2 = ceil_log2 (size);
ctfc.cc 421 dtd->dtd_data.ctti_size = roundup_nbytes ? (1 << ceil_log2 (roundup_nbytes))
512 dtd->dtd_data.ctti_size = roundup_nbytes ? (1 << ceil_log2 (roundup_nbytes))
tree-switch-conversion.cc 2114 int indent_step = ceil_log2 (TYPE_PRECISION (index_type)) + 2;
  /src/external/gpl3/gcc.old/dist/gcc/
hwint.cc 26 /* The functions clz_hwi, ctz_hwi, ffs_hwi, floor_log2, ceil_log2,
66 ceil_log2 (unsigned HOST_WIDE_INT x) function
cppbuiltin.cc 200 1 << ceil_log2 ((POINTER_SIZE + BITS_PER_UNIT - 1) / BITS_PER_UNIT));
hwint.h 179 extern int ceil_log2 (unsigned HOST_WIDE_INT);
243 ceil_log2 (unsigned HOST_WIDE_INT x) function
tree-phinodes.cc 157 log2 = ceil_log2 (size);
ctfc.cc 421 dtd->dtd_data.ctti_size = roundup_nbytes ? (1 << ceil_log2 (roundup_nbytes))
512 dtd->dtd_data.ctti_size = roundup_nbytes ? (1 << ceil_log2 (roundup_nbytes))
tree-switch-conversion.cc 2003 int indent_step = ceil_log2 (TYPE_PRECISION (index_type)) + 2;
  /src/external/gpl3/gcc/dist/gcc/lto/
lto-object.cc 328 align = ceil_log2 (POINTER_SIZE_UNITS);
lto-common.cc 2281 file_data->mode_bits = ceil_log2 (MAX_MACHINE_MODE);
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-object.cc 328 align = ceil_log2 (POINTER_SIZE_UNITS);
  /src/external/gpl3/binutils/dist/libiberty/
hashtab.c 95 ceil_log2 (unsigned int x)
113 lgup = ceil_log2 (d);
  /src/external/gpl3/binutils.old/dist/libiberty/
hashtab.c 95 ceil_log2 (unsigned int x)
113 lgup = ceil_log2 (d);
  /src/external/gpl3/gcc/dist/gcc/config/bpf/
bpf.cc 1326 unsigned iters = size_bytes >> ceil_log2 (align);
1410 unsigned iters = size_bytes >> ceil_log2 (align);
  /src/external/gpl3/gcc/dist/libiberty/
hashtab.c 95 ceil_log2 (unsigned int x)
113 lgup = ceil_log2 (d);
  /src/external/gpl3/gcc.old/dist/libiberty/
hashtab.c 95 ceil_log2 (unsigned int x)
113 lgup = ceil_log2 (d);
  /src/external/gpl3/gdb.old/dist/libiberty/
hashtab.c 95 ceil_log2 (unsigned int x)
113 lgup = ceil_log2 (d);
  /src/external/gpl3/gdb/dist/libiberty/
hashtab.c 95 ceil_log2 (unsigned int x)
113 lgup = ceil_log2 (d);
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-string.cc 2542 align_test = HOST_WIDE_INT_1U << ceil_log2 (align_test);
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-string.cc 2551 align_test = HOST_WIDE_INT_1U << ceil_log2 (align_test);

Completed in 92 milliseconds

1 2