Home
last modified time | relevance | path

Searched defs:is_signed (Results 1 – 25 of 156) sorted by relevance

1234567

/external/llvm-project/lldb/source/Core/
DDumpDataExtractor.cpp112 bool is_signed, unsigned radix) { in DumpAPInt()
316 const bool is_signed = false; in DumpDataExtractor() local
376 const bool is_signed = true; in DumpDataExtractor() local
388 const bool is_signed = false; in DumpDataExtractor() local
400 const bool is_signed = false; in DumpDataExtractor() local
/external/llvm-project/lldb/source/Plugins/ABI/X86/
DABIMacOSX_i386.cpp125 bool is_signed, Process *process, in ReadIntegerArgument()
169 bool is_signed; in GetArgumentValues() local
198 bool is_signed; in SetReturnValueObject() local
273 bool is_signed; in GetReturnValueObjectImpl() local
DABISysV_x86_64.cpp189 bool is_signed, Thread &thread, in ReadIntegerArgument()
272 bool is_signed; in GetArgumentValues() local
304 bool is_signed; in SetReturnValueObject() local
414 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectSimple() local
582 bool is_signed; in FlattenAggregateType() local
690 bool is_signed; in GetReturnValueObjectImpl() local
DABIWindows_x86_64.cpp205 bool is_signed, Thread &thread, in ReadIntegerArgument()
279 bool is_signed; in GetArgumentValues() local
311 bool is_signed; in SetReturnValueObject() local
422 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectSimple() local
555 bool is_signed; in FlattenAggregateType() local
667 bool is_signed; in GetReturnValueObjectImpl() local
/external/eigen/test/
Dinteger_types.cpp24 enum { is_signed = (Scalar(-1) > Scalar(0)) ? 0 : 1 }; in signed_integer_type_tests() enumerator
56 enum { is_signed = (Scalar(-1) > Scalar(0)) ? 0 : 1 }; in integer_type_tests() enumerator
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Ddynamic_update_slice_util.cc97 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
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_loops_to_create_int_constant_synonyms.cpp189 uint32_t is_signed = constant->AsVectorConstant() in Apply() local
236 uint32_t bit_width, bool is_signed, in FindSuitableStepAndInitialValueConstants()
Dtransformation_add_type_int.cpp28 bool is_signed) { in TransformationAddTypeInt()
Dfuzzer_pass_add_access_chains.cpp149 bool is_signed = GetFuzzerContext()->ChooseEven(); in Apply() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dfuzzer_pass_add_loops_to_create_int_constant_synonyms.cpp186 uint32_t is_signed = constant->AsVectorConstant() in Apply() local
233 uint32_t bit_width, bool is_signed, in FindSuitableStepAndInitialValueConstants()
Dtransformation_add_type_int.cpp28 bool is_signed) { in TransformationAddTypeInt()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_loops_to_create_int_constant_synonyms.cpp189 uint32_t is_signed = constant->AsVectorConstant() in Apply() local
236 uint32_t bit_width, bool is_signed, in FindSuitableStepAndInitialValueConstants()
Dtransformation_add_type_int.cpp28 bool is_signed) { in TransformationAddTypeInt()
Dfuzzer_pass_add_access_chains.cpp149 bool is_signed = GetFuzzerContext()->ChooseEven(); in Apply() local
/external/mesa3d/src/mesa/main/
Dtexcompress_bptc.c41 bool is_signed) in fetch_bptc_rgb_float()
175 bool is_signed) in texstore_bptc_rgb_float()
Dtexcompress_bptc_tmp.h880 bool is_signed) in extract_float_endpoints()
965 bool is_signed) in fetch_rgb_float_from_block()
1047 bool is_signed) in decompress_rgb_float_block()
1148 float *dst, int dst_rowstride, bool is_signed) in decompress_rgb_float()
1498 clamp_value(float value, bool is_signed) in clamp_value()
1520 bool is_signed) in get_endpoints_float()
1649 get_endpoint_value(float value, bool is_signed) in get_endpoint_value()
1682 bool is_signed) in compress_rgb_float_block()
1720 bool is_signed) in compress_rgb_float()
/external/llvm-project/lldb/source/Plugins/ABI/ARC/
DABISysV_arc.cpp328 bool is_signed = false; in SetReturnValueObject() local
377 void SetInteger(Scalar &scalar, uint64_t raw_value, bool is_signed) { in SetInteger()
386 bool is_signed) { in SetSizedInteger()
465 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectSimple() local
531 const bool is_signed = false; // IR Type doesn't provide this info. in GetReturnValueObjectImpl() local
/external/python/cpython3/Objects/clinic/
Dlongobject.c.h206 int is_signed = 0; in int_to_bytes() local
288 int is_signed = 0; in int_from_bytes() local
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Ddefault_quant_params.cc51 bool is_signed) in DefaultQuantParamsPass()
228 double default_min, double default_max, bool is_signed) { in CreateDefaultQuantParamsPass()
Dprepare_quantize.cc183 bool is_signed = quant_specs_.IsSignedInferenceType(); in SetInputNodesQuantizationParams() local
354 bool is_signed = quant_specs_.IsSignedInferenceType(); in runOnFunction() local
/external/perfetto/src/traced/probes/ftrace/format_parser/
Dformat_parser.h36 bool is_signed; member
/external/llvm-project/lldb/source/Plugins/ABI/PowerPC/
DABISysV_ppc.cpp312 bool is_signed, Thread &thread, in ReadIntegerArgument()
400 bool is_signed; in GetArgumentValues() local
430 bool is_signed; in SetReturnValueObject() local
535 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectSimple() local
699 bool is_signed; in GetReturnValueObjectImpl() local
/external/llvm-project/lldb/source/Plugins/ABI/ARM/
DABIMacOSX_arm.cpp1454 bool is_signed = false; in GetArgumentValues() local
1555 bool is_signed; in GetReturnValueObjectImpl() local
1701 bool is_signed; in SetReturnValueObject() local
/external/llvm-project/lldb/source/Plugins/ABI/SystemZ/
DABISysV_s390x.cpp281 bool is_signed, Thread &thread, in ReadIntegerArgument()
361 bool is_signed; in GetArgumentValues() local
393 bool is_signed; in SetReturnValueObject() local
501 const bool is_signed = (type_flags & eTypeIsSigned) != 0; in GetReturnValueObjectSimple() local
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_utils.cc83 int storage_type_width, bool narrow_range, bool is_signed, in GetQuantizedType()
158 bool is_signed, bool legacy_float_scale) { in GetQuantizedTypeAttr()
321 unsigned num_bits, bool is_signed, in GetUniformQuantizedTypeForWeight()
348 bool is_signed, bool narrow_range, in GetUniformQuantizedPerAxisTypeForWeight()
749 quant::UniformQuantizedType GetFixedOutputRange(bool is_signed, int bit_width, in GetFixedOutputRange()

1234567