Searched refs:count_leading_zeros_gcc_clz (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gmp/
H A Dlonglong.h131 /* count_leading_zeros_gcc_clz is count_leading_zeros implemented with gcc
150 #define count_leading_zeros_gcc_clz(count,x) \ macro
156 #define count_leading_zeros_gcc_clz(count,x) \ macro
911 #define count_leading_zeros(count,x) count_leading_zeros_gcc_clz(count,x)
/haiku-buildtools/gcc/mpfr/src/
H A Dmpfr-longlong.h124 /* count_leading_zeros_gcc_clz is count_leading_zeros implemented with gcc
143 #define count_leading_zeros_gcc_clz(count,x) \ macro
149 #define count_leading_zeros_gcc_clz(count,x) \ macro
754 #define count_leading_zeros(count,x) count_leading_zeros_gcc_clz(count,x)

Completed in 50 milliseconds