/external/clang/test/SemaCXX/ |
D | bitfield.cpp | 7 typedef signed Signed; typedef 12 typedef __typeof__(+t.n) Signed; // ... but promotes to signed. typedef 14 typedef __typeof__(t.n + 0) Signed; // Arithmetic promotes. typedef 19 typedef __typeof__(+(t.n = 0)) Signed; // ... which is a bit-field. typedef 20 typedef __typeof__(+(t.n += 0)) Signed; typedef 21 typedef __typeof__(+(t.n *= 0)) Signed; typedef 25 typedef __typeof__(+(++t.n)) Signed; typedef 26 typedef __typeof__(+(--t.n)) Signed; typedef
|
/external/clang/test/Sema/ |
D | bitfield.c | 63 typedef signed Signed; typedef 68 typedef __typeof__(+t5.n) Signed; // ... but promotes to signed. typedef 70 typedef __typeof__(t5.n + 0) Signed; // Arithmetic promotes. typedef 72 typedef __typeof__(+(t5.n = 0)) Signed; // FIXME: Assignment should not; the result typedef 73 typedef __typeof__(+(t5.n += 0)) Signed; // is a non-bit-field lvalue of type unsigned. typedef 74 typedef __typeof__(+(t5.n *= 0)) Signed; typedef 76 typedef __typeof__(+(++t5.n)) Signed; // FIXME: Increment is equivalent to compound-assignment. typedef 77 typedef __typeof__(+(--t5.n)) Signed; // This should not promote to signed. typedef
|
/external/rust/crates/num-traits/src/ |
D | sign.rs | 8 pub trait Signed: Sized + Num + Neg<Output = Self> { trait 46 impl Signed for $t { impl 80 impl<T: Signed> Signed for Wrapping<T> 112 impl Signed for $t { impl 165 pub fn abs<T: Signed>(value: T) -> T { in abs() 174 pub fn abs_sub<T: Signed>(x: T, y: T) -> T { in abs_sub() 192 pub fn signum<T: Signed>(value: T) -> T { in signum()
|
/external/pdfium/third_party/libtiff/ |
D | 0000-build-config.patch | 122 +/* Signed 8-bit type */ 128 +/* Signed 16-bit type */ 134 +/* Signed 32-bit type */ 140 +/* Signed 32-bit type formatter */ 148 +/* Signed 64-bit type formatter */ 154 +/* Signed 64-bit type */ 164 +/* Signed 64-bit type formatter */ 170 +/* Signed 64-bit type */ 175 +/* Signed 64-bit type formatter */ 181 +/* Signed 64-bit type */ [all …]
|
/external/llvm/unittests/ADT/ |
D | StringRefTest.cpp | 442 } Signed[] = variable 508 for (size_t i = 0; i < array_lengthof(Signed); ++i) { in TEST() 509 bool S8Success = StringRef(Signed[i].Str).getAsInteger(0, S8); in TEST() 510 if (static_cast<int8_t>(Signed[i].Expected) == Signed[i].Expected) { in TEST() 512 EXPECT_EQ(S8, Signed[i].Expected); in TEST() 516 bool S16Success = StringRef(Signed[i].Str).getAsInteger(0, S16); in TEST() 517 if (static_cast<int16_t>(Signed[i].Expected) == Signed[i].Expected) { in TEST() 519 EXPECT_EQ(S16, Signed[i].Expected); in TEST() 523 bool S32Success = StringRef(Signed[i].Str).getAsInteger(0, S32); in TEST() 524 if (static_cast<int32_t>(Signed[i].Expected) == Signed[i].Expected) { in TEST() [all …]
|
/external/clang/test/CodeGenCXX/ |
D | ms-inline-asm-fields.cpp | 32 template <bool Signed> 42 template <bool Signed> 44 typedef typename make_storage_type<Signed>::type storage_type;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | CheckedArithmetic.h | 30 checkedOp(T LHS, T RHS, F Op, bool Signed = true) { 31 llvm::APInt ALHS(/*BitSize=*/sizeof(T) * 8, LHS, Signed); 32 llvm::APInt ARHS(/*BitSize=*/sizeof(T) * 8, RHS, Signed); 37 return Signed ? Out.getSExtValue() : Out.getZExtValue();
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUHSAMetadataStreamer.cpp | 133 auto Signed = !TypeName.startswith("u"); in getValueType() local 136 return Signed ? ValueType::I8 : ValueType::U8; in getValueType() 138 return Signed ? ValueType::I16 : ValueType::U16; in getValueType() 140 return Signed ? ValueType::I32 : ValueType::U32; in getValueType() 142 return Signed ? ValueType::I64 : ValueType::U64; in getValueType() 162 std::string MetadataStreamerV2::getTypeName(Type *Ty, bool Signed) const { in getTypeName() 165 if (!Signed) in getTypeName() 192 return (Twine(getTypeName(ElTy, Signed)) + Twine(NumElements)).str(); in getTypeName() 579 auto Signed = !TypeName.startswith("u"); in getValueType() local 582 return Signed ? "i8" : "u8"; in getValueType() [all …]
|
D | AMDGPUHSAMetadataStreamer.h | 70 std::string getTypeName(Type *Ty, bool Signed) const; 138 std::string getTypeName(Type *Ty, bool Signed) const;
|
/external/angle/src/common/ |
D | uniform_type_info_autogen.cpp | 87 {GL_INT_SAMPLER_2D, GL_INT, GL_TEXTURE_2D, GL_NONE, GL_NONE, SamplerFormat::Signed, 1, 1, 1, 89 {GL_INT_SAMPLER_2D_ARRAY, GL_INT, GL_TEXTURE_2D_ARRAY, GL_NONE, GL_NONE, SamplerFormat::Signed, 92 SamplerFormat::Signed, 1, 1, 1, sizeof(GLint), sizeof(GLint) * 4, sizeof(GLint) * 1, true, 95 GL_NONE, SamplerFormat::Signed, 1, 1, 1, sizeof(GLint), sizeof(GLint) * 4, sizeof(GLint) * 1, 97 {GL_INT_SAMPLER_3D, GL_INT, GL_TEXTURE_3D, GL_NONE, GL_NONE, SamplerFormat::Signed, 1, 1, 1, 99 {GL_INT_SAMPLER_CUBE, GL_INT, GL_TEXTURE_CUBE_MAP, GL_NONE, GL_NONE, SamplerFormat::Signed, 1, 102 SamplerFormat::Signed, 1, 1, 1, sizeof(GLint), sizeof(GLint) * 4, sizeof(GLint) * 1, true, 104 {GL_INT_SAMPLER_BUFFER, GL_INT, GL_TEXTURE_BUFFER, GL_NONE, GL_NONE, SamplerFormat::Signed, 1,
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | neon-instructions.txt | 142 # Vector Absolute Difference and Accumulate (Signed, Unsigned) 143 # Vector Absolute Difference (Signed, Unsigned) 252 # Vector Compare Mask Greater Than or Equal to Zero (Signed Integer) 258 # Vector Compare Mask Greater Than Zero (Signed Integer) 264 # Vector Compare Mask Less Than or Equal To Zero (Signed Integer) 270 # Vector Compare Mask Less Than Zero (Signed Integer) 307 # Vector Integer Halving Add (Signed) 309 # Vector Integer Halving Sub (Signed) 326 # Vector Integer Rouding Halving Add (Signed) 343 # Vector Integer Saturating Add (Signed) [all …]
|
/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 2303 Signed bitfield insert with zero at right. 2313 Signed bitfield move. 2323 Signed bitfield extract. 2333 Signed integer divide. 2354 Signed long multiply and accumulate: 32 x 32 + 64 -> 64-bit. 2364 Signed long multiply and subtract: 64 - (32 x 32) -> 64-bit. 2374 Signed multiply high: 64 x 64 -> 64-bit <127:64>. 2381 Signed long multiply: 32 x 32 -> 64-bit. 3026 Signed extend byte. 3033 Signed extend halfword. [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFExpression.cpp | 135 unsigned Signed = Size & Operation::SignBit; in extract() local 143 if (Signed) in extract() 148 if (Signed) in extract() 153 if (Signed) in extract() 180 if (Signed) in extract() 259 unsigned Signed = Size & Operation::SignBit; in print() local 279 if (Signed) in print()
|
/external/llvm/test/Transforms/GlobalOpt/ |
D | 2005-09-27-Crash.ll | 4 %arraytype.Signed = type { i32, [0 x i32] } 6 %structtype.test = type { i32, %arraytype.Signed }
|
/external/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 136 bool Float, Signed, Immediate, Void, Poly, Constant, Pointer; member in __anonffc283dd0111::Type 145 : Float(false), Signed(false), Immediate(false), Void(true), Poly(false), in Type() 150 : TS(std::move(TS)), Float(false), Signed(false), Immediate(false), in Type() 172 bool isSigned() const { return Signed; } in isSigned() 193 void makeUnsigned() { Signed = false; } in makeUnsigned() 194 void makeSigned() { Signed = true; } in makeSigned() 198 Signed = Sign; in makeInteger() 205 Signed = true; in makeImmediate() 559 if (!Signed && isInteger()) in str() 612 else if (isInteger() && !Pointer && !Signed) in builtin_str() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/Disassembler/ |
D | WebAssemblyDisassembler.cpp | 85 bool Signed) { in nextLEB() argument 88 Val = Signed ? decodeSLEB128(Bytes.data() + Size, &N, in nextLEB() 100 ArrayRef<uint8_t> Bytes, bool Signed) { in parseLEBImmediate() argument 102 if (!nextLEB(Val, Bytes, Size, Signed)) in parseLEBImmediate()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 359 Attribute::AttrKind getExtAttrForI32Param(bool Signed = true) const { 361 return Signed ? Attribute::SExt : Attribute::ZExt; 370 Attribute::AttrKind getExtAttrForI32Return(bool Signed = true) const { 372 return Signed ? Attribute::SExt : Attribute::ZExt;
|
/external/clang/include/clang/Basic/ |
D | arm_neon.td | 945 // Signed Saturating Accumulated of Unsigned Value 949 // Unsigned Saturating Accumulated of Signed Value 969 // Signed integer saturating extract and unsigned narrow to high 1371 // Signed/Unsigned Shift Right (Immediate) 1373 // Signed/Unsigned Rounding Shift Right (Immediate) 1376 // Signed/Unsigned Shift Right and Accumulate (Immediate) 1378 // Signed/Unsigned Rounding Shift Right and Accumulate (Immediate) 1383 // Signed/Unsigned Saturating Shift Left (Immediate) 1385 // Signed Saturating Shift Left Unsigned (Immediate) 1394 // Signed/Unsigned Saturating Shift Right Narrow (Immediate) [all …]
|
/external/parameter-framework/upstream/parameter/ |
D | IntegerParameterType.h | 54 using Signed = typename std::conditional< 56 using Unsigned = typename std::make_unsigned<Signed>::type; 59 using CType = typename std::conditional<isSigned, Signed, Unsigned>::type;
|
/external/llvm/test/MC/PowerPC/ |
D | ppc64-errors.s | 27 # Signed 16-bit immediate operands 47 # Signed 16-bit immediate operands (extended range for addis)
|
/external/openscreen/cast/cast_core/api/runtime/ |
D | cast_audio_channel_service.proto | 240 SAMPLE_FORMAT_S16 = 2; // Signed 16-bit. 241 SAMPLE_FORMAT_S32 = 3; // Signed 32-bit. 243 SAMPLE_FORMAT_PLANAR_S16 = 5; // Signed 16-bit planar. 245 SAMPLE_FORMAT_PLANAR_S32 = 7; // Signed 32-bit planar. 246 SAMPLE_FORMAT_S24 = 8; // Signed 24-bit.
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.h | 57 SDValue LowerINT_TO_FP32(SDValue Op, SelectionDAG &DAG, bool Signed) const; 58 SDValue LowerINT_TO_FP64(SDValue Op, SelectionDAG &DAG, bool Signed) const; 62 SDValue LowerFP64_TO_INT(SDValue Op, SelectionDAG &DAG, bool Signed) const;
|
/external/jsr305/ri/src/main/java/javax/annotation/ |
D | Signed.java | 16 public @interface Signed { annotation
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 354 bool Signed); 358 bool Signed);
|
/external/rust/crates/oid-registry/assets/ |
D | oid_db.txt | 32 pkcs7 OID_PKCS7_ID_SIGNED_DATA 1.2.840.113549.1.7.2 pkcs7-signedData PKCS#7 Signed Data 34 …D_ENVELOPED_DATA 1.2.840.113549.1.7.4 pkcs7-signedAndEnvelopedData PKCS#7 Signed and Enveloped Data 73 x509 OID_CT_LIST_SCT 1.3.6.1.4.1.11129.2.4.2 ctSCTList Certificate Transparency Signed Certificate … 90 …SCRIPTOR_SIGNED_OBJECT 1.3.6.1.5.5.7.48.11 id-ad-signed-object PKIX Access Descriptor Signed Object
|