| /external/llvm-project/lldb/source/Core/ |
| D | DumpDataExtractor.cpp | 112 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/ |
| D | ABIMacOSX_i386.cpp | 125 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
|
| D | ABISysV_x86_64.cpp | 189 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
|
| D | ABIWindows_x86_64.cpp | 205 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/ |
| D | integer_types.cpp | 24 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/ |
| 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
|
| /external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
| D | fuzzer_pass_add_loops_to_create_int_constant_synonyms.cpp | 189 uint32_t is_signed = constant->AsVectorConstant() in Apply() local 236 uint32_t bit_width, bool is_signed, in FindSuitableStepAndInitialValueConstants()
|
| D | transformation_add_type_int.cpp | 28 bool is_signed) { in TransformationAddTypeInt()
|
| D | fuzzer_pass_add_access_chains.cpp | 149 bool is_signed = GetFuzzerContext()->ChooseEven(); in Apply() local
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
| D | fuzzer_pass_add_loops_to_create_int_constant_synonyms.cpp | 186 uint32_t is_signed = constant->AsVectorConstant() in Apply() local 233 uint32_t bit_width, bool is_signed, in FindSuitableStepAndInitialValueConstants()
|
| D | transformation_add_type_int.cpp | 28 bool is_signed) { in TransformationAddTypeInt()
|
| /external/deqp-deps/SPIRV-Tools/source/fuzz/ |
| D | fuzzer_pass_add_loops_to_create_int_constant_synonyms.cpp | 189 uint32_t is_signed = constant->AsVectorConstant() in Apply() local 236 uint32_t bit_width, bool is_signed, in FindSuitableStepAndInitialValueConstants()
|
| D | transformation_add_type_int.cpp | 28 bool is_signed) { in TransformationAddTypeInt()
|
| D | fuzzer_pass_add_access_chains.cpp | 149 bool is_signed = GetFuzzerContext()->ChooseEven(); in Apply() local
|
| /external/mesa3d/src/mesa/main/ |
| D | texcompress_bptc.c | 41 bool is_signed) in fetch_bptc_rgb_float() 175 bool is_signed) in texstore_bptc_rgb_float()
|
| D | texcompress_bptc_tmp.h | 880 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/ |
| D | ABISysV_arc.cpp | 328 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/ |
| D | longobject.c.h | 206 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/ |
| D | default_quant_params.cc | 51 bool is_signed) in DefaultQuantParamsPass() 228 double default_min, double default_max, bool is_signed) { in CreateDefaultQuantParamsPass()
|
| D | prepare_quantize.cc | 183 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/ |
| D | format_parser.h | 36 bool is_signed; member
|
| /external/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
| D | ABISysV_ppc.cpp | 312 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/ |
| D | ABIMacOSX_arm.cpp | 1454 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/ |
| D | ABISysV_s390x.cpp | 281 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/ |
| D | quantization_utils.cc | 83 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()
|