Home
last modified time | relevance | path

Searched refs:floor_log2 (Results 1 – 25 of 1597) sorted by relevance

12345678910>>...64

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dhwint.c36 floor_log2 (unsigned HOST_WIDE_INT x) in floor_log2() function
68 return floor_log2 (x - 1) + 1; in ceil_log2()
79 return floor_log2 (x); in exact_log2()
88 return x ? floor_log2 (least_bit_hwi (x)) : HOST_BITS_PER_WIDE_INT; in ctz_hwi()
96 return HOST_BITS_PER_WIDE_INT - 1 - floor_log2 (x); in clz_hwi()
105 return 1 + floor_log2 (least_bit_hwi (x)); in ffs_hwi()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dhwint.c36 floor_log2 (unsigned HOST_WIDE_INT x) in floor_log2() function
68 return x == 0 ? 0 : floor_log2 (x - 1) + 1; in ceil_log2()
79 return floor_log2 (x); in exact_log2()
88 return x ? floor_log2 (least_bit_hwi (x)) : HOST_BITS_PER_WIDE_INT; in ctz_hwi()
96 return HOST_BITS_PER_WIDE_INT - 1 - floor_log2 (x); in clz_hwi()
105 return 1 + floor_log2 (least_bit_hwi (x)); in ffs_hwi()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dhwint.c36 floor_log2 (unsigned HOST_WIDE_INT x) in floor_log2() function
68 return x == 0 ? 0 : floor_log2 (x - 1) + 1; in ceil_log2()
79 return floor_log2 (x); in exact_log2()
88 return x ? floor_log2 (least_bit_hwi (x)) : HOST_BITS_PER_WIDE_INT; in ctz_hwi()
96 return HOST_BITS_PER_WIDE_INT - 1 - floor_log2 (x); in clz_hwi()
105 return 1 + floor_log2 (least_bit_hwi (x)); in ffs_hwi()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dhwint.c36 floor_log2 (unsigned HOST_WIDE_INT x) in floor_log2() function
68 return floor_log2 (x - 1) + 1; in ceil_log2()
79 return floor_log2 (x); in exact_log2()
88 return x ? floor_log2 (x & -x) : HOST_BITS_PER_WIDE_INT; in ctz_hwi()
96 return HOST_BITS_PER_WIDE_INT - 1 - floor_log2 (x); in clz_hwi()
105 return 1 + floor_log2 (x & -x); in ffs_hwi()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dhwint.c36 floor_log2 (unsigned HOST_WIDE_INT x) in floor_log2() function
68 return floor_log2 (x - 1) + 1; in ceil_log2()
79 return floor_log2 (x); in exact_log2()
88 return x ? floor_log2 (least_bit_hwi (x)) : HOST_BITS_PER_WIDE_INT; in ctz_hwi()
96 return HOST_BITS_PER_WIDE_INT - 1 - floor_log2 (x); in clz_hwi()
105 return 1 + floor_log2 (least_bit_hwi (x)); in ffs_hwi()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dhwint.c36 floor_log2 (unsigned HOST_WIDE_INT x) in floor_log2() function
68 return x == 0 ? 0 : floor_log2 (x - 1) + 1; in ceil_log2()
79 return floor_log2 (x); in exact_log2()
88 return x ? floor_log2 (least_bit_hwi (x)) : HOST_BITS_PER_WIDE_INT; in ctz_hwi()
96 return HOST_BITS_PER_WIDE_INT - 1 - floor_log2 (x); in clz_hwi()
105 return 1 + floor_log2 (least_bit_hwi (x)); in ffs_hwi()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dhwint.c36 floor_log2 (unsigned HOST_WIDE_INT x) in floor_log2() function
68 return floor_log2 (x - 1) + 1; in ceil_log2()
79 return floor_log2 (x); in exact_log2()
88 return x ? floor_log2 (least_bit_hwi (x)) : HOST_BITS_PER_WIDE_INT; in ctz_hwi()
96 return HOST_BITS_PER_WIDE_INT - 1 - floor_log2 (x); in clz_hwi()
105 return 1 + floor_log2 (least_bit_hwi (x)); in ffs_hwi()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dhwint.c36 floor_log2 (unsigned HOST_WIDE_INT x)
68 return x == 0 ? 0 : floor_log2 (x - 1) + 1;
79 return floor_log2 (x);
88 return x ? floor_log2 (least_bit_hwi (x)) : HOST_BITS_PER_WIDE_INT;
96 return HOST_BITS_PER_WIDE_INT - 1 - floor_log2 (x);
105 return 1 + floor_log2 (least_bit_hwi (x));
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dhwint.c36 floor_log2 (unsigned HOST_WIDE_INT x) in floor_log2() function
68 return floor_log2 (x - 1) + 1; in ceil_log2()
79 return floor_log2 (x); in exact_log2()
88 return x ? floor_log2 (least_bit_hwi (x)) : HOST_BITS_PER_WIDE_INT; in ctz_hwi()
96 return HOST_BITS_PER_WIDE_INT - 1 - floor_log2 (x); in clz_hwi()
105 return 1 + floor_log2 (least_bit_hwi (x)); in ffs_hwi()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dhwint.c36 floor_log2 (unsigned HOST_WIDE_INT x) in floor_log2() function
68 return floor_log2 (x - 1) + 1; in ceil_log2()
79 return floor_log2 (x); in exact_log2()
88 return x ? floor_log2 (least_bit_hwi (x)) : HOST_BITS_PER_WIDE_INT; in ctz_hwi()
96 return HOST_BITS_PER_WIDE_INT - 1 - floor_log2 (x); in clz_hwi()
105 return 1 + floor_log2 (least_bit_hwi (x)); in ffs_hwi()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dhwint.c36 floor_log2 (unsigned HOST_WIDE_INT x) in floor_log2() function
68 return x == 0 ? 0 : floor_log2 (x - 1) + 1; in ceil_log2()
79 return floor_log2 (x); in exact_log2()
88 return x ? floor_log2 (least_bit_hwi (x)) : HOST_BITS_PER_WIDE_INT; in ctz_hwi()
96 return HOST_BITS_PER_WIDE_INT - 1 - floor_log2 (x); in clz_hwi()
105 return 1 + floor_log2 (least_bit_hwi (x)); in ffs_hwi()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dhwint.c36 floor_log2 (unsigned HOST_WIDE_INT x) in floor_log2() function
68 return x == 0 ? 0 : floor_log2 (x - 1) + 1; in ceil_log2()
79 return floor_log2 (x); in exact_log2()
88 return x ? floor_log2 (least_bit_hwi (x)) : HOST_BITS_PER_WIDE_INT; in ctz_hwi()
96 return HOST_BITS_PER_WIDE_INT - 1 - floor_log2 (x); in clz_hwi()
105 return 1 + floor_log2 (least_bit_hwi (x)); in ffs_hwi()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dhwint.c36 floor_log2 (unsigned HOST_WIDE_INT x) in floor_log2() function
68 return x == 0 ? 0 : floor_log2 (x - 1) + 1; in ceil_log2()
79 return floor_log2 (x); in exact_log2()
88 return x ? floor_log2 (least_bit_hwi (x)) : HOST_BITS_PER_WIDE_INT; in ctz_hwi()
96 return HOST_BITS_PER_WIDE_INT - 1 - floor_log2 (x); in clz_hwi()
105 return 1 + floor_log2 (least_bit_hwi (x)); in ffs_hwi()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dhwint.c36 floor_log2 (unsigned HOST_WIDE_INT x) in floor_log2() function
68 return x == 0 ? 0 : floor_log2 (x - 1) + 1; in ceil_log2()
79 return floor_log2 (x); in exact_log2()
88 return x ? floor_log2 (least_bit_hwi (x)) : HOST_BITS_PER_WIDE_INT; in ctz_hwi()
96 return HOST_BITS_PER_WIDE_INT - 1 - floor_log2 (x); in clz_hwi()
105 return 1 + floor_log2 (least_bit_hwi (x)); in ffs_hwi()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dhwint.c36 floor_log2 (unsigned HOST_WIDE_INT x) in floor_log2() function
68 return floor_log2 (x - 1) + 1; in ceil_log2()
79 return floor_log2 (x); in exact_log2()
88 return x ? floor_log2 (least_bit_hwi (x)) : HOST_BITS_PER_WIDE_INT; in ctz_hwi()
96 return HOST_BITS_PER_WIDE_INT - 1 - floor_log2 (x); in clz_hwi()
105 return 1 + floor_log2 (least_bit_hwi (x)); in ffs_hwi()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dhwint.c36 floor_log2 (unsigned HOST_WIDE_INT x) in floor_log2() function
68 return x == 0 ? 0 : floor_log2 (x - 1) + 1; in ceil_log2()
79 return floor_log2 (x); in exact_log2()
88 return x ? floor_log2 (least_bit_hwi (x)) : HOST_BITS_PER_WIDE_INT; in ctz_hwi()
96 return HOST_BITS_PER_WIDE_INT - 1 - floor_log2 (x); in clz_hwi()
105 return 1 + floor_log2 (least_bit_hwi (x)); in ffs_hwi()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dhwint.c36 floor_log2 (unsigned HOST_WIDE_INT x) in floor_log2() function
68 return x == 0 ? 0 : floor_log2 (x - 1) + 1; in ceil_log2()
79 return floor_log2 (x); in exact_log2()
88 return x ? floor_log2 (least_bit_hwi (x)) : HOST_BITS_PER_WIDE_INT; in ctz_hwi()
96 return HOST_BITS_PER_WIDE_INT - 1 - floor_log2 (x); in clz_hwi()
105 return 1 + floor_log2 (least_bit_hwi (x)); in ffs_hwi()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dhwint.c36 floor_log2 (unsigned HOST_WIDE_INT x) in floor_log2() function
68 return floor_log2 (x - 1) + 1; in ceil_log2()
79 return floor_log2 (x); in exact_log2()
88 return x ? floor_log2 (x & -x) : HOST_BITS_PER_WIDE_INT; in ctz_hwi()
96 return HOST_BITS_PER_WIDE_INT - 1 - floor_log2 (x); in clz_hwi()
105 return 1 + floor_log2 (x & -x); in ffs_hwi()
/dports/devel/boost-docs/boost_1_72_0/boost/intrusive/detail/
H A Dmath.hpp75 inline std::size_t floor_log2 (std::size_t x) in floor_log2() function
113 inline std::size_t floor_log2(std::size_t n)
131 inline std::size_t floor_log2 (std::size_t x, integral_constant<std::size_t, N>)
160 inline std::size_t floor_log2 (std::size_t v, integral_constant<std::size_t, 32>)
177 inline std::size_t floor_log2 (std::size_t v, integral_constant<std::size_t, 64>)
199 inline std::size_t floor_log2 (std::size_t x)
202 return floor_log2(x, integral_constant<std::size_t, Bits>());
242 return static_cast<std::size_t>(!(is_pow2)(x)) + floor_log2(x); in ceil_log2()
252 return std::size_t(1u) << floor_log2(x); in previous_or_equal_pow2()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/intrusive/detail/
H A Dmath.hpp76 inline std::size_t floor_log2 (std::size_t x) in floor_log2() function
114 inline std::size_t floor_log2(std::size_t n)
132 inline std::size_t floor_log2 (std::size_t x, integral_constant<std::size_t, N>)
161 inline std::size_t floor_log2 (std::size_t v, integral_constant<std::size_t, 32>)
178 inline std::size_t floor_log2 (std::size_t v, integral_constant<std::size_t, 64>)
200 inline std::size_t floor_log2 (std::size_t x)
203 return floor_log2(x, integral_constant<std::size_t, Bits>());
237 return static_cast<std::size_t>(!(is_pow2)(x)) + floor_log2(x); in ceil_log2()
247 return std::size_t(1u) << floor_log2(x); in previous_or_equal_pow2()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/intrusive/detail/
H A Dmath.hpp76 inline std::size_t floor_log2 (std::size_t x) in floor_log2() function
114 inline std::size_t floor_log2(std::size_t n)
132 inline std::size_t floor_log2 (std::size_t x, integral_constant<std::size_t, N>)
161 inline std::size_t floor_log2 (std::size_t v, integral_constant<std::size_t, 32>)
178 inline std::size_t floor_log2 (std::size_t v, integral_constant<std::size_t, 64>)
200 inline std::size_t floor_log2 (std::size_t x)
203 return floor_log2(x, integral_constant<std::size_t, Bits>());
237 return static_cast<std::size_t>(!(is_pow2)(x)) + floor_log2(x); in ceil_log2()
247 return std::size_t(1u) << floor_log2(x); in previous_or_equal_pow2()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/intrusive/detail/
H A Dmath.hpp75 inline std::size_t floor_log2 (std::size_t x) in floor_log2() function
113 inline std::size_t floor_log2(std::size_t n)
131 inline std::size_t floor_log2 (std::size_t x, integral_constant<std::size_t, N>)
160 inline std::size_t floor_log2 (std::size_t v, integral_constant<std::size_t, 32>)
177 inline std::size_t floor_log2 (std::size_t v, integral_constant<std::size_t, 64>)
199 inline std::size_t floor_log2 (std::size_t x)
202 return floor_log2(x, integral_constant<std::size_t, Bits>());
242 return static_cast<std::size_t>(!(is_pow2)(x)) + floor_log2(x); in ceil_log2()
252 return std::size_t(1u) << floor_log2(x); in previous_or_equal_pow2()
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/intrusive/detail/
H A Dmath.hpp75 inline std::size_t floor_log2 (std::size_t x) in floor_log2() function
113 inline std::size_t floor_log2(std::size_t n)
131 inline std::size_t floor_log2 (std::size_t x, integral_constant<std::size_t, N>)
160 inline std::size_t floor_log2 (std::size_t v, integral_constant<std::size_t, 32>)
177 inline std::size_t floor_log2 (std::size_t v, integral_constant<std::size_t, 64>)
199 inline std::size_t floor_log2 (std::size_t x)
202 return floor_log2(x, integral_constant<std::size_t, Bits>());
242 return static_cast<std::size_t>(!(is_pow2)(x)) + floor_log2(x); in ceil_log2()
252 return std::size_t(1u) << floor_log2(x); in previous_or_equal_pow2()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/intrusive/detail/
H A Dmath.hpp75 inline std::size_t floor_log2 (std::size_t x) in floor_log2() function
113 inline std::size_t floor_log2(std::size_t n)
131 inline std::size_t floor_log2 (std::size_t x, integral_constant<std::size_t, N>)
160 inline std::size_t floor_log2 (std::size_t v, integral_constant<std::size_t, 32>)
177 inline std::size_t floor_log2 (std::size_t v, integral_constant<std::size_t, 64>)
199 inline std::size_t floor_log2 (std::size_t x)
202 return floor_log2(x, integral_constant<std::size_t, Bits>());
242 return static_cast<std::size_t>(!(is_pow2)(x)) + floor_log2(x); in ceil_log2()
252 return std::size_t(1u) << floor_log2(x); in previous_or_equal_pow2()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/intrusive/detail/
H A Dmath.hpp75 inline std::size_t floor_log2 (std::size_t x) in floor_log2() function
113 inline std::size_t floor_log2(std::size_t n)
131 inline std::size_t floor_log2 (std::size_t x, integral_constant<std::size_t, N>)
160 inline std::size_t floor_log2 (std::size_t v, integral_constant<std::size_t, 32>)
177 inline std::size_t floor_log2 (std::size_t v, integral_constant<std::size_t, 64>)
199 inline std::size_t floor_log2 (std::size_t x)
202 return floor_log2(x, integral_constant<std::size_t, Bits>());
242 return static_cast<std::size_t>(!(is_pow2)(x)) + floor_log2(x); in ceil_log2()
252 return std::size_t(1u) << floor_log2(x); in previous_or_equal_pow2()

12345678910>>...64