Home
last modified time | relevance | path

Searched defs:unsigned_t (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_conformance/integer_ops/
H A Dtest_extended_bit_ops_extract.cpp31 typedef typename std::make_unsigned<T>::type unsigned_t; in arithmetic_shift_right() typedef
47 typedef typename std::make_signed<T>::type unsigned_t; in cpu_bit_extract_signed() typedef
73 typedef typename std::make_unsigned<T>::type unsigned_t; in cpu_bit_extract_unsigned() typedef
154 typedef typename std::make_unsigned<T>::type unsigned_t; in test_vectype() typedef
H A Dtest_extended_bit_ops_insert.cpp98 typedef typename std::make_unsigned<T>::type unsigned_t; in test_vectype() typedef
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ao_sparse/quantized/cpu/
H A Dqlinear_deserialize.cpp301 using unsigned_t = UnsignedIndicesTypeTrait<scalar_t>::t; in PackedLinearWeightQnnp() typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/lexical_cast/test/
Dintegral_types_test.cpp617 typedef BOOST_DEDUCED_TYPENAME boost::make_unsigned<signed_t>::type unsigned_t; in test_integral_conversions_on_min_max_impl() typedef