Searched refs:integer_t (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/boost/gil/ |
D | channel.hpp | 292 using integer_t = typename detail::min_fast_uint<NumBits>::type; typedef in boost::gil::packed_channel_value 305 packed_channel_value(integer_t v) in packed_channel_value() 307 value_ = static_cast<integer_t>(v & low_bits_mask_t<NumBits>::sig_bits_fast); in packed_channel_value() 313 value_ = packed_channel_value(static_cast<integer_t>(v)); in packed_channel_value() 318 operator integer_t() const { return value_; } in operator integer_t() 321 integer_t value_{}; 361 using integer_t = typename value_type::integer_t; typedef in boost::gil::detail::packed_channel_reference_base 365 const Derived& operator=(integer_t v) const { set(v); return derived(); } in operator =() 373 … Scalar2> const Derived& operator+=(Scalar2 v) const { set( static_cast<integer_t>( get() + v ));… in operator +=() 374 … Scalar2> const Derived& operator-=(Scalar2 v) const { set( static_cast<integer_t>( get() - v ));… in operator -=() [all …]
|
D | channel_algorithm.hpp | 70 typename packed_channel_value<K>::integer_t, 202 using integer_t = typename unsigned_integral_max_value<DstChannelV>::value_type; in operator ()() typedef 203 …static const integer_t mul = unsigned_integral_max_value<DstChannelV>::value / unsigned_integral_m… in operator ()() 214 using integer_t = typename unsigned_integral_max_value<SrcChannelV>::value_type; in operator ()() typedef 215 …static const integer_t div = unsigned_integral_max_value<SrcChannelV>::value / unsigned_integral_m… in operator ()() 216 static const integer_t div2 = div/2; in operator ()()
|
/third_party/boost/libs/gil/test/core/channel/ |
D | test_fixture.hpp | 150 using integer_t = typename channel_t::integer_t; typedef 153 integer_t min_bitbuf_; 154 integer_t max_bitbuf_; 172 using integer_t = typename channel_t::integer_t; typedef 175 integer_t min_bitbuf_; 176 integer_t max_bitbuf_;
|
D | packed_channel_value.cpp | 39 static_assert(std::is_constructible<T, typename T::integer_t>::value, in test_packed_channel_value_members() 42 static_assert(std::is_convertible<T, typename T::integer_t>::value, in test_packed_channel_value_members() 52 static_assert(std::is_same<bits1::integer_t, std::uint8_t>::value, in test_packed_channel_value_with_num_bits_1() 68 static_assert(std::is_same<bits8::integer_t, std::uint8_t>::value, in test_packed_channel_value_with_num_bits_8() 84 static_assert(std::is_same<bits15::integer_t, std::uint16_t>::value, in test_packed_channel_value_with_num_bits15()
|
/third_party/boost/libs/gil/test/legacy/ |
D | channel.cpp | 204 using integer_t = typename channel_t::integer_t; typedef in packed_reference_core 207 integer_t _min_buf, _max_buf; 224 typename channel_t::integer_t _min_buf, _max_buf;
|
/third_party/boost/boost/dll/detail/ |
D | macho_info.hpp | 25 typedef int integer_t; typedef 27 typedef integer_t cpu_type_t; 28 typedef integer_t cpu_subtype_t;
|
/third_party/libuv/src/unix/ |
D | darwin.c | 109 mach_msg_type_number_t count = sizeof(info) / sizeof(integer_t); in uv_get_free_memory()
|