Home
last modified time | relevance | path

Searched refs:Signed (Results 1 – 25 of 155) sorted by relevance

1234567

/external/clang/test/SemaCXX/
Dbitfield.cpp7 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/
Dbitfield.c63 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/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md1009 Signed bitfield insert with zero at right.
1019 Signed bitfield move.
1029 Signed bitfield extract.
1039 Signed integer divide.
1046 Signed long multiply and accumulate: 32 x 32 + 64 -> 64-bit.
1056 Signed long multiply and subtract: 64 - (32 x 32) -> 64-bit.
1066 Signed multiply high: 64 x 64 -> 64-bit <127:64>.
1073 Signed long multiply: 32 x 32 -> 64-bit.
1252 Signed extend byte.
1259 Signed extend halfword.
[all …]
/external/llvm/unittests/ADT/
DStringRefTest.cpp442 } 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/
Dms-inline-asm-fields.cpp32 template <bool Signed>
42 template <bool Signed>
44 typedef typename make_storage_type<Signed>::type storage_type;
/external/pdfium/third_party/libtiff/
D0000-build-config.patch153 +/* Signed 8-bit type */
159 +/* Signed 16-bit type */
165 +/* Signed 32-bit type */
171 +/* Signed 32-bit type formatter */
179 +/* Signed 64-bit type formatter */
185 +/* Signed 64-bit type */
195 +/* Signed 64-bit type formatter */
201 +/* Signed 64-bit type */
206 +/* Signed 64-bit type formatter */
212 +/* Signed 64-bit type */
[all …]
/external/swiftshader/third_party/subzero/pydir/
Dgen_test_arith_ll.py30 Signed = Op in {'sdiv', 'srem', 'ashr'}
31 Name = mangle(Op, Type, Signed)
40 zext = '%result = ' + ('sext' if Signed else 'zext') +
/external/v8/src/asmjs/
Dasm-typer.cc238 auto* s = AsmType::Signed(); in InitializeStdlib()
526 return AsmType::Signed(); in TypeOf()
1472 if (!cond_type->IsA(AsmType::Signed())) { in ValidateSwitchStatement()
1665 UNOP_OVERLOAD(Signed, Double); in ValidateBinaryOperation()
1707 SetTypeOf(left_as_binop, AsmType::Signed()); in ValidateBinaryOperation()
1709 UNOP_OVERLOAD(Double, Signed); in ValidateBinaryOperation()
1710 UNOP_OVERLOAD(FloatQ, Signed); in ValidateBinaryOperation()
1716 UNOP_OVERLOAD(Intish, Signed); in ValidateBinaryOperation()
1786 return AsmType::Signed(); in ValidateNumericLiteral()
1912 UNOP_OVERLOAD(Signed, Double); in ValidateUnaryExpression()
[all …]
Dasm-types.h40 V(Signed, "signed", 10, kAsmInt | kAsmExtern) \
285 this == AsmType::Signed() || this == AsmType::Float(); in IsReturnType()
290 if (this->IsA(AsmType::Signed())) { in ToReturnType()
291 return AsmType::Signed(); in ToReturnType()
327 return this == AsmType::Double() || this == AsmType::Signed() || in IsComparableType()
/external/llvm/test/MC/Disassembler/AArch64/
Dneon-instructions.txt142 # 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/swiftshader/third_party/LLVM/test/Transforms/GlobalOpt/
D2005-09-27-Crash.ll4 %arraytype.Signed = type { i32, [0 x i32] }
6 %structtype.test = type { i32, %arraytype.Signed }
/external/llvm/test/Transforms/GlobalOpt/
D2005-09-27-Crash.ll4 %arraytype.Signed = type { i32, [0 x i32] }
6 %structtype.test = type { i32, %arraytype.Signed }
/external/clang/utils/TableGen/
DNeonEmitter.cpp136 bool Float, Signed, Immediate, Void, Poly, Constant, Pointer; member in __anon66c363900111::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/syslinux/gnu-efi/gnu-efi-3.0/
DChangeLog4 Signed-off-by: Jeremy Compostella <jeremy.compostella@gmail.com>
5 Signed-off-by: Nigel Croxon <nigel.croxon@hp.com>
13 Signed-off-by: Jerry Hoemann <jerry.hoemann@hp.com>
14 Signed-off-by: Nigel Croxon <nigel.croxon@hp.com>
21 Signed-off-by: Sylvain Gault <sylvain.gault@gmail.com>
22 Signed-off-by: Nigel Croxon <nigel.croxon@hp.com>
28 Signed-off-by: Sylvain Chouleur <sylvain.chouleur@gmail.com>
29 Signed-off-by: Nigel Croxon <nigel.croxon@hp.com>
35 Signed-off-by: Nigel Croxon <nigel.croxon@hp.com>
48 Signed-off-by: Peter Jones <pjones@redhat.com>
[all …]
/external/valgrind/VEX/priv/
Dguest_ppc_defs.h150 extern ULong is_BCDstring128_helper( ULong Signed, ULong hi64, ULong low64 );
151 extern ULong increment_BCDstring32_helper( ULong Signed,
/external/libvncserver/
DChangeLog109 working in place. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
114 when processing the FileTime. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
189 Close unclosed comments ;-) Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
422 …c: Fix tv_usec calculation This bug was introduced in the MSVC patches. Signed-off-by: Johannes S…
430 …Windows-specific emulations for the pthread calls we use. [JES: fixed commit message] Signed-off-…
436 …pointers. [JES: fixed commit message] Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx…
441 …emulation headers [JES: provided commit message, split out unrelated changes] Signed-off-by: Johan…
450 changes] Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
457 …license.) [JES: fixed commit message, fixed stripped copyright header] Signed-off-by: Johannes Sch…
463 …just #define the former to call the latter. [JES: fixed commit message] Signed-off-by: Johannes S…
[all …]
/external/clang/include/clang/Basic/
Darm_neon.td945 // 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/llvm/test/MC/PowerPC/
Dppc64-errors.s27 # Signed 16-bit immediate operands
47 # Signed 16-bit immediate operands (extended range for addis)
Dppc64-operands.s31 # Signed 16-bit immediate operands
55 # Signed 16-bit immediate operands (extended range for addis)
/external/elfutils/
DCONTRIBUTING43 Signed-off-by: Random J Developer <random@developer.example.org>
47 git commit --signoff will add such a Signed-off-by line at the end of
/external/jsr305/ri/src/main/java/javax/annotation/
DSigned.java16 public @interface Signed { annotation
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h57 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/autotest/client/tests/fsx/
D0002-Enable-cross-compiling-for-fsx.patch6 Signed-off-by: Eric Li <ericli@google.com>
/external/spirv-llvm/lib/SPIRV/
DSPIRVUtil.cpp114 mapLLVMTypeToOCLType(const Type* Ty, bool Signed) { in mapLLVMTypeToOCLType() argument
124 if (!Signed) in mapLLVMTypeToOCLType()
149 ss << mapLLVMTypeToOCLType(eleTy, Signed) << size; in mapLLVMTypeToOCLType()
156 mapSPIRVTypeToOCLType(SPIRVType* Ty, bool Signed) { in mapSPIRVTypeToOCLType() argument
174 if (!Signed) in mapSPIRVTypeToOCLType()
201 ss << mapSPIRVTypeToOCLType(eleTy, Signed) << size; in mapSPIRVTypeToOCLType()
983 bool Signed = Info.IsSigned; in transTypeDesc() local
1002 return SPIR::RefParamType(new SPIR::PrimitiveType(Signed? in transTypeDesc()
1005 return SPIR::RefParamType(new SPIR::PrimitiveType(Signed? in transTypeDesc()
1008 return SPIR::RefParamType(new SPIR::PrimitiveType(Signed? in transTypeDesc()
[all …]
/external/kmod/
DCODING-STYLE13 Signed-off-by: line(s)". kmod does not used Signed-Off lines, so including

1234567