/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/ |
D | is_signed.hpp | 79 template <class T> struct is_signed : public integral_constant<bool, boost::detail::is_signed_impl<… struct 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 98 template <> struct is_signed<const volatile short> : public true_type{}; struct 99 template <> struct is_signed<int> : public true_type{}; struct [all …]
|
/aosp_15_r20/external/stg/ |
H A D | btf_reader.cc | 207 bool is_signed, const struct btf_enum* enums, size_t vlen) { in BuildEnums() 223 bool is_signed, const struct btf_enum64* enums, size_t vlen) { in BuildEnums64() 254 Id Structs::BuildEnumUnderlyingType(size_t size, bool is_signed) { in BuildEnumUnderlyingType() 293 const auto is_signed = raw_encoding & BTF_INT_SIGNED; in BuildOneType() local 357 const bool is_signed = BTF_INFO_KFLAG(t->info); in BuildOneType() local 375 const bool is_signed = BTF_INFO_KFLAG(t->info); in BuildOneType() local
|
/aosp_15_r20/external/mesa3d/src/util/format/ |
H A D | texcompress_bptc_tmp.h | 869 bool is_signed) in extract_float_endpoints() 954 bool is_signed) in fetch_rgb_float_from_block() 1035 bool is_signed) in decompress_rgb_float_block() 1136 float *dst, int dst_rowstride, bool is_signed) in decompress_rgb_float() 1164 bool is_signed) in decompress_rgb_fp16_block() 1265 uint16_t *dst, int dst_rowstride, bool is_signed) in decompress_rgb_fp16() 1614 clamp_value(float value, bool is_signed) in clamp_value() 1636 bool is_signed) in get_endpoints_float() 1765 get_endpoint_value(float value, bool is_signed) in get_endpoint_value() 1798 bool is_signed) in compress_rgb_float_block() [all …]
|
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/valhall/ |
H A D | va_lower_constants.c | 94 is_extension_of_8(uint32_t x, bool is_signed) in is_extension_of_8() 103 is_extension_of_16(uint32_t x, bool is_signed) in is_extension_of_16() 113 bool is_signed, bool staging) in va_resolve_constant() 196 bool is_signed = valhall_opcodes[I->op].is_signed; in va_lower_constants() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/ |
H A D | qconv_dynamic.cpp | 41 static constexpr bool is_signed = false; in apply_dynamic() local 97 static constexpr bool is_signed = false; in apply_dynamic() local 148 static constexpr bool is_signed = false; in apply_dynamic() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ |
H A D | quantization_utils.cc | 84 bool narrow_range, bool is_signed) { in ResetMinMaxFromNumBits() 219 int storage_type_width, bool narrow_range, bool is_signed, in GetQuantizedType() 304 bool is_signed, bool legacy_float_scale, in GetQuantizedTypeAttr() 410 unsigned num_bits, bool is_signed, in GetUniformQuantizedTypeForWeight() 439 bool is_signed, bool narrow_range, in GetUniformQuantizedPerAxisTypeForWeight() 926 quant::UniformQuantizedType GetFixedOutputRange(bool is_signed, int bit_width, in GetFixedOutputRange()
|
/aosp_15_r20/external/mesa3d/src/gallium/targets/teflon/ |
H A D | test_teflon.cpp | 26 std::vector<bool> is_signed{false}; /* TODO: Support INT8? */ variable 149 int stride, bool padding_same, bool is_signed, bool depthwise, int seed) in test_conv() 189 int stride, bool padding_same, bool is_signed, bool depthwise, int seed, in test_add() 492 int is_signed = atoi(argv[n++]); in main() local
|
H A D | test_executor.cpp | 55 bool is_signed, in patch_conv2d() 161 bool is_signed, in conv2d_generate_model() 199 bool is_signed, in add_generate_model()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
H A D | dynamic_update_slice_util.cc | 97 bool is_signed, ElementGenerator update_array_generator, in EmitDynamicUpdateSliceInPlaceImpl() 181 bool is_signed = ShapeUtil::ElementIsSigned(start_indices_array.GetShape()); in EmitDynamicUpdateSliceInPlace() local 230 bool is_signed = ShapeUtil::ElementIsSigned(start_indices->shape()); in EmitFusedDynamicUpdateSliceInPlaceImpl() local
|
/aosp_15_r20/external/llvm-libc/src/__support/CPP/type_traits/ |
H A D | is_signed.h | 21 struct is_signed : bool_constant<(is_arithmetic_v<T> && (T(-1) < T(0)))> { struct 23 LIBC_INLINE constexpr bool operator()() const { return is_signed::value; } in operator() argument
|
/aosp_15_r20/external/mesa3d/src/panfrost/util/ |
H A D | pan_lower_framebuffer.c | 202 pan_fsat(nir_builder *b, nir_def *v, bool is_signed) in pan_fsat() 224 unsigned w, bool is_signed) in pan_pack_norm() 283 pan_pack_int_1010102(nir_builder *b, nir_def *v, bool is_signed) in pan_pack_int_1010102() 303 pan_unpack_int_1010102(nir_builder *b, nir_def *packed, bool is_signed) in pan_unpack_int_1010102()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | elemental_ir_emitter.cc | 322 bool is_signed = in EmitIntegerUnaryOp() local 1650 bool is_signed) { in EmitIntegerDivide() 1676 bool is_signed) { in EmitIntegerRemainder() 1702 bool is_signed) { in EmitIntegerPow() 1780 bool is_signed) { in EmitIntegerBinaryOp() 1857 bool is_signed) { in EmitIntegralMax() 1866 bool is_signed) { in EmitIntegralMin() 1901 bool is_signed = primitive_util::IsSignedIntegralType(prim_type); in EmitElementalClamp() local 2076 bool is_signed = ShapeUtil::ElementIsSigned(hlo->operand(1)->shape()); in EmitElementalDynamicSlice() local 2178 bool is_signed = ShapeUtil::ElementIsSigned(indices_shape); in EmitElementalGather() local [all …]
|
/aosp_15_r20/external/eigen/test/ |
H A D | integer_types.cpp | 23 enum { is_signed = (Scalar(-1) > Scalar(0)) ? 0 : 1 }; in signed_integer_type_tests() enumerator 54 enum { is_signed = (Scalar(-1) > Scalar(0)) ? 0 : 1 }; in integer_type_tests() enumerator
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_add_loops_to_create_int_constant_synonyms.cpp | 187 uint32_t is_signed = constant->AsVectorConstant() in Apply() local 234 uint32_t bit_width, bool is_signed, in FindSuitableStepAndInitialValueConstants()
|
D | fuzzer_pass.cpp | 241 uint32_t FuzzerPass::FindOrCreateIntegerType(uint32_t width, bool is_signed) { in FindOrCreateIntegerType() 349 uint32_t width, bool is_signed, spv::StorageClass storage_class) { in FindOrCreatePointerToIntegerType() 355 const std::vector<uint32_t>& words, uint32_t width, bool is_signed, in FindOrCreateIntegerConstant()
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/ |
H A D | fuzzer_pass_add_loops_to_create_int_constant_synonyms.cpp | 187 uint32_t is_signed = constant->AsVectorConstant() in Apply() local 234 uint32_t bit_width, bool is_signed, in FindSuitableStepAndInitialValueConstants()
|
H A D | fuzzer_pass.cpp | 241 uint32_t FuzzerPass::FindOrCreateIntegerType(uint32_t width, bool is_signed) { in FindOrCreateIntegerType() 349 uint32_t width, bool is_signed, spv::StorageClass storage_class) { in FindOrCreatePointerToIntegerType() 355 const std::vector<uint32_t>& words, uint32_t width, bool is_signed, in FindOrCreateIntegerConstant()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | fuzzer_pass_add_loops_to_create_int_constant_synonyms.cpp | 187 uint32_t is_signed = constant->AsVectorConstant() in Apply() local 234 uint32_t bit_width, bool is_signed, in FindSuitableStepAndInitialValueConstants()
|
H A D | fuzzer_pass.cpp | 241 uint32_t FuzzerPass::FindOrCreateIntegerType(uint32_t width, bool is_signed) { in FindOrCreateIntegerType() 349 uint32_t width, bool is_signed, spv::StorageClass storage_class) { in FindOrCreatePointerToIntegerType() 355 const std::vector<uint32_t>& words, uint32_t width, bool is_signed, in FindOrCreateIntegerConstant()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/ |
D | core_arch_ops_gcc_ppc.hpp | 91 static BOOST_CONSTEXPR_OR_CONST bool is_signed = Signed; member 322 static BOOST_CONSTEXPR_OR_CONST bool is_signed = Signed; member 653 static BOOST_CONSTEXPR_OR_CONST bool is_signed = Signed; member 984 static BOOST_CONSTEXPR_OR_CONST bool is_signed = Signed; member
|
D | core_arch_ops_gcc_aarch32.hpp | 60 static BOOST_CONSTEXPR_OR_CONST bool is_signed = Signed; member 322 static BOOST_CONSTEXPR_OR_CONST bool is_signed = Signed; member 584 static BOOST_CONSTEXPR_OR_CONST bool is_signed = Signed; member 861 static BOOST_CONSTEXPR_OR_CONST bool is_signed = Signed; member
|
D | core_arch_ops_gcc_sparc.hpp | 73 static BOOST_CONSTEXPR_OR_CONST bool is_signed = Signed; member 158 static BOOST_CONSTEXPR_OR_CONST bool is_signed = Signed; member
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
H A D | default_quant_params.cc | 60 bool is_signed) { in DefaultQuantParamsPass() 235 double default_min, double default_max, bool is_signed) { in CreateDefaultQuantParamsPass()
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | texcompress_bptc.c | 41 bool is_signed) in fetch_bptc_rgb_float() 175 bool is_signed) in texstore_bptc_rgb_float()
|
/aosp_15_r20/external/python/cpython3/Objects/clinic/ |
D | longobject.c.h | 266 int is_signed = 0; in int_to_bytes() local 357 int is_signed = 0; in int_from_bytes() local
|