Searched refs:floor_log2_wide (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Drtl.h907 #define floor_log2(N) floor_log2_wide ((unsigned HOST_WIDE_INT) (N))
910 extern int floor_log2_wide PROTO((unsigned HOST_WIDE_INT));
H A Dtree.h1410 #define floor_log2(N) floor_log2_wide ((unsigned HOST_WIDE_INT) (N))
1413 extern int floor_log2_wide PROTO((unsigned HOST_WIDE_INT));
H A Dtoplev.c2424 floor_log2_wide (x) function
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dch-tree.h1150 extern int floor_log2_wide PROTO((unsigned HOST_WIDE_INT));
/haiku-buildtools/gcc/contrib/
H A Dparanoia.cc2706 floor_log2_wide (unsigned HOST_WIDE_INT x) function

Completed in 93 milliseconds