Home
last modified time | relevance | path

Searched refs:is_signed (Results 1 – 25 of 91) sorted by relevance

1234

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dis_signed.hpp79 template <class T> struct is_signed : public integral_constant<bool, boost::detail::is_signed_impl<… struct
83 template <class T> struct is_signed : public false_type{};
88 template <class T> struct is_signed : public integral_constant<bool, __is_signed(T)>{};
91 template <> struct is_signed<signed char> : public true_type{}; struct
92 template <> struct is_signed<const signed char> : public true_type{}; struct
93 template <> struct is_signed<volatile signed char> : public true_type{}; struct
94 template <> struct is_signed<const volatile signed char> : public true_type{}; struct
95 template <> struct is_signed<short> : public true_type{}; struct
96 template <> struct is_signed<const short> : public true_type{}; struct
97 template <> struct is_signed<volatile short> : public true_type{}; struct
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Dlimits.hpp64 static const bool is_signed = false; member
71 static const bool is_signed = true; member
78 static const bool is_signed = false; member
85 static const bool is_signed = true; member
92 static const bool is_signed = false; member
99 static const bool is_signed = true; member
106 static const bool is_signed = false; member
114 static const bool is_signed = true; member
122 static const bool is_signed = true; member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/
H A Dlimits.hpp64 static const bool is_signed = false; member
71 static const bool is_signed = true; member
78 static const bool is_signed = false; member
85 static const bool is_signed = true; member
92 static const bool is_signed = false; member
99 static const bool is_signed = true; member
106 static const bool is_signed = false; member
114 static const bool is_signed = true; member
122 static const bool is_signed = true; member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Dlimits.hpp64 static const bool is_signed = false; member
71 static const bool is_signed = true; member
78 static const bool is_signed = false; member
85 static const bool is_signed = true; member
92 static const bool is_signed = false; member
99 static const bool is_signed = true; member
106 static const bool is_signed = false; member
114 static const bool is_signed = true; member
122 static const bool is_signed = true; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/detail/
H A Dold_numeric_cast.hpp98 : public if_true< std::numeric_limits<T>::is_signed >
117 BOOST_STATIC_CONSTANT(bool, is_signed = true);
141 BOOST_STATIC_CONSTANT(bool, is_signed = false);
273 return std::numeric_limits<T>::is_signed && (std::numeric_limits<T>::min)() >= 0 in BOOST_PREVENT_MACRO_SUBSTITUTION()
304 const bool arg_is_signed = arg_traits::is_signed; in numeric_cast()
305 const bool result_is_signed = result_traits::is_signed; in numeric_cast()
320 if ((arg < 0 && !result_traits::is_signed) // loss of negative range in numeric_cast()
321 || (arg_traits::is_signed && arg < (result_traits::min)()) // underflow in numeric_cast()
H A Dsign_mixture.hpp38 typedef mpl::bool_< ::std::numeric_limits<S>::is_signed > S_signed ;
39 typedef mpl::bool_< ::std::numeric_limits<T>::is_signed > T_signed ;
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Devsel-tp-sched.c12 int is_signed; in perf_evsel__test_field() local
20 is_signed = !!(field->flags & TEP_FIELD_IS_SIGNED); in perf_evsel__test_field()
21 if (should_be_signed && !is_signed) { in perf_evsel__test_field()
23 evsel->name, name, is_signed, should_be_signed); in perf_evsel__test_field()
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dhistogram-design.rst314 is_signed: 0
322 is_signed: 0
330 is_signed: 0
340 is_signed: 1
348 is_signed: 0
700 is_signed values. The VAR_REF field's .name is set to the name of the
759 is_signed: 0
768 is_signed: 0
778 is_signed: 1
816 is_signed: 0
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra20/
H A Dwarmboot.c263 static void determine_crypto_options(int *is_encrypted, int *is_signed, in determine_crypto_options() argument
269 *is_signed = 1; in determine_crypto_options()
275 *is_signed = 0; in determine_crypto_options()
302 int is_signed; /* Segment is signed */ in warmboot_prepare_code() local
306 determine_crypto_options(&is_encrypted, &is_signed, &use_zero_key); in warmboot_prepare_code()
363 if (is_signed) in warmboot_prepare_code()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Drational.hpp122 …&& ((std::numeric_limits<FromInt>::is_signed == false) || (std::numeric_limits<ToInt>::is_signed =…
416 …its > std::numeric_limits<IntType>::digits) && (std::numeric_limits<T>::is_signed == false), bool>… in is_safe_narrowing_conversion()
424 …ntType>::digits) && (std::numeric_limits<T>::is_signed == true) && (std::numeric_limits<IntType>:: in is_safe_narrowing_conversion()
436 …ntType>::digits) && (std::numeric_limits<T>::is_signed == true) && (std::numeric_limits<IntType>:: in is_safe_narrowing_conversion()
444 …ntType>::digits) && (std::numeric_limits<T>::is_signed == true) && (std::numeric_limits<IntType>:: in is_safe_narrowing_conversion()
452 …ntType>::digits) && (std::numeric_limits<T>::is_signed == false) && (std::numeric_limits<IntType>:… in is_safe_narrowing_conversion()
460 …ntType>::digits) && (std::numeric_limits<T>::is_signed == false) && (std::numeric_limits<IntType>:… in is_safe_narrowing_conversion()
468 …ntType>::digits) && (std::numeric_limits<T>::is_signed == true) && (std::numeric_limits<IntType>:: in is_safe_narrowing_conversion()
H A Dlimits.hpp58 BOOST_STATIC_CONSTANT(bool, is_signed = true);
111 BOOST_STATIC_CONSTANT(bool, is_signed = false);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dlimits32 static constexpr bool is_signed = false;
157 static _LIBCPP_CONSTEXPR const bool is_signed = false;
208 static _LIBCPP_CONSTEXPR const bool is_signed = type(-1) < type(0);
209 …ic _LIBCPP_CONSTEXPR const int digits = static_cast<int>(sizeof(type) * __CHAR_BIT__ - is_signed);
212 … static _LIBCPP_CONSTEXPR const type __min = __libcpp_compute_min<type, digits, is_signed>::value;
213 static _LIBCPP_CONSTEXPR const type __max = is_signed ? type(type(~0) ^ __min) : type(~0);
241 static _LIBCPP_CONSTEXPR const bool is_modulo = !_VSTD::is_signed<_Tp>::value;
261 static _LIBCPP_CONSTEXPR const bool is_signed = false;
309 static _LIBCPP_CONSTEXPR const bool is_signed = true;
355 static _LIBCPP_CONSTEXPR const bool is_signed = true;
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dlimits32 static constexpr bool is_signed = false;
157 static _LIBCPP_CONSTEXPR const bool is_signed = false;
208 static _LIBCPP_CONSTEXPR const bool is_signed = type(-1) < type(0);
209 …ic _LIBCPP_CONSTEXPR const int digits = static_cast<int>(sizeof(type) * __CHAR_BIT__ - is_signed);
212 … static _LIBCPP_CONSTEXPR const type __min = __libcpp_compute_min<type, digits, is_signed>::value;
213 static _LIBCPP_CONSTEXPR const type __max = is_signed ? type(type(~0) ^ __min) : type(~0);
241 static _LIBCPP_CONSTEXPR const bool is_modulo = !_VSTD::is_signed<_Tp>::value;
261 static _LIBCPP_CONSTEXPR const bool is_signed = false;
309 static _LIBCPP_CONSTEXPR const bool is_signed = true;
355 static _LIBCPP_CONSTEXPR const bool is_signed = true;
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dgenl_magic_struct.h274 is_signed) \ argument
275 F_ ## name ## _IS_SIGNED = is_signed,
279 __get, __put, is_signed) \ argument
280 F_ ## name ## _IS_SIGNED = is_signed,
/OK3568_Linux_fs/kernel/tools/iio/
H A Diio_utils.h48 unsigned is_signed; member
60 int iioutils_get_type(unsigned *is_signed, unsigned *bytes, unsigned *bits_used,
H A Diio_generic_buffer.c79 if (info->is_signed) { in print1byte()
102 if (info->is_signed) { in print2byte()
125 if (info->is_signed) { in print4byte()
148 if (info->is_signed) { in print8byte()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dlimits223 static _GLIBCXX_USE_CONSTEXPR bool is_signed = false;
403 static _GLIBCXX_USE_CONSTEXPR bool is_signed = false;
473 static _GLIBCXX_USE_CONSTEXPR bool is_signed = __glibcxx_signed (char);
510 static _GLIBCXX_USE_CONSTEXPR bool is_modulo = !is_signed;
541 static _GLIBCXX_USE_CONSTEXPR bool is_signed = true;
612 static _GLIBCXX_USE_CONSTEXPR bool is_signed = false;
684 static _GLIBCXX_USE_CONSTEXPR bool is_signed = __glibcxx_signed (wchar_t);
721 static _GLIBCXX_USE_CONSTEXPR bool is_modulo = !is_signed;
748 static _GLIBCXX_USE_CONSTEXPR bool is_signed = __glibcxx_signed (char8_t);
785 static _GLIBCXX_USE_CONSTEXPR bool is_modulo = !is_signed;
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dlimits223 static _GLIBCXX_USE_CONSTEXPR bool is_signed = false;
403 static _GLIBCXX_USE_CONSTEXPR bool is_signed = false;
473 static _GLIBCXX_USE_CONSTEXPR bool is_signed = __glibcxx_signed (char);
510 static _GLIBCXX_USE_CONSTEXPR bool is_modulo = !is_signed;
541 static _GLIBCXX_USE_CONSTEXPR bool is_signed = true;
612 static _GLIBCXX_USE_CONSTEXPR bool is_signed = false;
684 static _GLIBCXX_USE_CONSTEXPR bool is_signed = __glibcxx_signed (wchar_t);
721 static _GLIBCXX_USE_CONSTEXPR bool is_modulo = !is_signed;
748 static _GLIBCXX_USE_CONSTEXPR bool is_signed = __glibcxx_signed (char8_t);
785 static _GLIBCXX_USE_CONSTEXPR bool is_modulo = !is_signed;
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-Bug-fix-for-data-type-length-judgment.patch9 *type = is_signed ? ARGTYPE_LONG : ARGTYPE_ULONG;
37 *type = is_signed ? ARGTYPE_LONG : ARGTYPE_ULONG;
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_probe.h43 #define DEFINE_FIELD(type, item, name, is_signed) \ argument
47 sizeof(field.item), is_signed, \
135 int is_signed; /* Signed flag */ member
182 .is_signed = sign, \
H A Dtrace_synth.h18 bool is_signed; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dcomparison.hpp233is_signed<S>::value && is_trivial_cpp_int<cpp_int_backend<MinBits, MaxBits, signed_magnitude, Chec…
249is_signed<S>::value && is_trivial_cpp_int<cpp_int_backend<MinBits, MaxBits, unsigned_magnitude, Ch…
295is_signed<S>::value && is_trivial_cpp_int<cpp_int_backend<MinBits, MaxBits, signed_magnitude, Chec…
313is_signed<S>::value && is_trivial_cpp_int<cpp_int_backend<MinBits, MaxBits, unsigned_magnitude, Ch…
359is_signed<S>::value && is_trivial_cpp_int<cpp_int_backend<MinBits, MaxBits, signed_magnitude, Chec…
377is_signed<S>::value && is_trivial_cpp_int<cpp_int_backend<MinBits, MaxBits, unsigned_magnitude, Ch…
H A Dchecked.hpp62 return checked_add_imp(a, b, boost::is_signed<A>()); in checked_add()
95 return checked_subtract_imp(a, b, boost::is_signed<A>()); in checked_subtract()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/detail/
H A Dlcast_unsigned_converters.hpp89 BOOST_STATIC_ASSERT(!std::numeric_limits<T>::is_signed); in lcast_put_unsigned()
171 BOOST_STATIC_ASSERT(!std::numeric_limits<T>::is_signed); in lcast_ret_unsigned()
/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Dad7266.c359 bool is_differential, is_signed; in ad7266_init_channels() local
364 is_signed = (st->range == AD7266_RANGE_2VREF) | in ad7266_init_channels()
367 i = AD7266_CHAN_INFO_INDEX(is_differential, is_signed, st->fixed_addr); in ad7266_init_channels()

1234