Home
last modified time | relevance | path

Searched defs:is_unsigned (Results 1 – 25 of 34) sorted by relevance

12

/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/
Dis_unsigned.hpp69 struct is_unsigned struct
71 …typedef ::boost::detail::is_unsigned_select_helper< ::boost::is_integral<T>::value || ::boost::is_…
79 template <class T> struct is_unsigned : public integral_constant<bool, boost::detail::is_unsigned<T… struct
91 template <> struct is_unsigned<unsigned char> : public true_type{}; struct
92 template <> struct is_unsigned<const unsigned char> : public true_type{}; struct
93 template <> struct is_unsigned<volatile unsigned char> : public true_type{}; struct
94 template <> struct is_unsigned<const volatile unsigned char> : public true_type{}; struct
95 template <> struct is_unsigned<unsigned short> : public true_type{}; struct
96 template <> struct is_unsigned<const unsigned short> : public true_type{}; struct
97 template <> struct is_unsigned<volatile unsigned short> : public true_type{}; struct
[all …]
/external/llvm-libc/src/__support/CPP/type_traits/
Dis_unsigned.h19 struct is_unsigned : bool_constant<(is_arithmetic_v<T> && (T(-1) > T(0)))> { struct
21 LIBC_INLINE constexpr bool operator()() const { return is_unsigned::value; } in operator() argument
/external/cronet/third_party/libc++/src/include/__type_traits/
Dis_unsigned.h26 struct _LIBCPP_TEMPLATE_VIS is_unsigned : _BoolConstant<__is_unsigned(_Tp)> {}; struct
/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
Dtest_min_max.pass.cpp28 const bool is_unsigned = std::is_unsigned<T>::value; in check_limits() local
/external/cronet/third_party/libc++/src/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
Dtest_min_max.pass.cpp27 const bool is_unsigned = std::is_unsigned<T>::value; in check_limits() local
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Ddequantize_tester.h63 inline DequantizeTester& Unsigned(bool is_unsigned) { in Unsigned()
Dquantized_unary_elementwise_tester.h82 inline QuantizedUnaryElementwiseTester& Unsigned(bool is_unsigned) { in Unsigned()
Dquantize_tester.h77 inline QuantizeTester& Unsigned(bool is_unsigned) { in Unsigned()
Dquantized_pad_tester.h90 inline QuantizedPadTester& Unsigned(bool is_unsigned) { in Unsigned()
Dquantized_leaky_relu_tester.h84 inline QuantizedLeakyReluTester& Unsigned(bool is_unsigned) { in Unsigned()
Dquantized_reduce_tester.h123 inline QuantizedReduceTester& Unsigned(bool is_unsigned) { in Unsigned()
Dquantized_resize_bilinear_tester.h113 inline QuantizedResizeBilinearTester& Unsigned(bool is_unsigned) { in Unsigned()
Dquantized_binary_elementwise_tester.h125 inline QuantizedBinaryElementwiseTester& Unsigned(bool is_unsigned) { in Unsigned()
Dquantized_pool_2d_tester.h165 inline QuantizedPool2DTester& Unsigned(bool is_unsigned) { in Unsigned()
Dquantized_transpose_conv_tester.h158 inline QuantizedTransposeConvTester& Unsigned(bool is_unsigned) { in Unsigned()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dtype_to_shape.cc64 bool is_unsigned = integer_type.isUnsigned(); in TypeToPrimitiveType() local
/external/flatbuffers/include/flatbuffers/
Dstl_emulation.h77 template <typename T> using is_unsigned = std::is_unsigned<T>; variable
94 template <typename T> struct is_unsigned : public std::is_unsigned<T> {}; struct
/external/mesa3d/src/asahi/lib/
Dagx_nir_lower_vbo.c129 bool is_unsigned = desc->channel[chan].type == UTIL_FORMAT_TYPE_UNSIGNED; in pass() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_non_uniform.cpp287 const bool is_unsigned = inst->opcode() == spv::Op::OpGroupNonUniformUMin || in ValidateGroupNonUniformArithmetic() local
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidate_non_uniform.cpp287 const bool is_unsigned = inst->opcode() == spv::Op::OpGroupNonUniformUMin || in ValidateGroupNonUniformArithmetic() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_non_uniform.cpp287 const bool is_unsigned = inst->opcode() == spv::Op::OpGroupNonUniformUMin || in ValidateGroupNonUniformArithmetic() local
/external/cronet/third_party/apache-portable-runtime/src/strings/
Dapr_snprintf.c330 static char *conv_10(register apr_int32_t num, register int is_unsigned, in conv_10()
373 static char *conv_10_quad(apr_int64_t num, register int is_unsigned, in conv_10_quad()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c207 bool is_unsigned, in icmp32()
528 bool is_unsigned, unsigned src_bit_size, in do_int_divide()
559 bool is_unsigned, unsigned src_bit_size, in do_int_mod()
655 bool is_unsigned = nir_alu_type_get_base_type(dst_type) == nir_type_uint; in do_alu_action() local
/external/igt-gpu-tools/tests/
Dkms_properties.c388 bool is_unsigned = prop->flags & DRM_MODE_PROP_RANGE; in validate_range_prop() local
/external/OpenCL-CTS/test_conformance/api/
Dtest_kernel_arg_info.cpp345 bool is_unsigned = false; in get_expected_arg_type() local

12