Searched defs:Signed (Results 1 - 10 of 10) sorted by relevance

/external/jsr305/ri/src/main/java/javax/annotation/
H A DSigned.java16 public @interface Signed { interface
/external/llvm/unittests/ADT/
H A DStringRefTest.cpp361 } Signed[] = member in namespace:__anon21803
427 for (size_t i = 0; i < array_lengthof(Signed); ++i) {
428 bool S8Success = StringRef(Signed[i].Str).getAsInteger(0, S8);
429 if (static_cast<int8_t>(Signed[i].Expected) == Signed[i].Expected) {
431 EXPECT_EQ(S8, Signed[i].Expected);
435 bool S16Success = StringRef(Signed[i].Str).getAsInteger(0, S16);
436 if (static_cast<int16_t>(Signed[i].Expected) == Signed[i].Expected) {
438 EXPECT_EQ(S16, Signed[
[all...]
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp462 int64_t Signed = Value; local
463 assert(Signed >= -(1LL << 16) && Signed < (1LL << 16)
465 if (Signed >= 0) {
489 int64_t Signed = Value; local
490 assert(Signed >= -(1LL << 32) && Signed < (1LL << 32)
492 if (Signed >= 0) {
512 int64_t Signed = Value; local
513 assert(Signed >
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTX.h122 Signed, enumerator in enum:llvm::NVPTX::PTXLdStInstCode::FromType
/external/dropbear/libtommath/
H A Dbn.tex865 \subsection{Signed comparison}
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp564 bool Signed = N->getOpcode() == ISD::SINT_TO_FP; local
579 LC = Signed ? RTLIB::getSINTTOFP(NVT, RVT):RTLIB::getUINTTOFP (NVT, RVT);
584 SDValue Op = DAG.getNode(Signed ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND, dl,
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp302 bool Signed = true; local
305 case MVT::i1: Signed = false; // FALLTHROUGH to handle as i8.
319 .addImm(Signed ? (uint64_t) CI->getSExtValue() :
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp421 // .sleb128 (Signed=true) and .uleb128 (Signed=false)
422 bool ParseDirectiveLEB128(bool Signed);
3343 bool AsmParser::ParseDirectiveLEB128(bool Signed) { argument
3353 if (Signed)
/external/clang/lib/AST/
H A DASTContext.cpp7522 bool Signed = false, Unsigned = false; local
7535 assert(!Signed && "Can't use 'S' modifier multiple times!");
7536 Signed = true;
7539 assert(!Signed && "Can't use both 'S' and 'U' modifiers!");
7556 assert(HowLong == 0 && !Signed && !Unsigned &&
7561 assert(HowLong == 0 && !Signed && !Unsigned &&
7566 assert(HowLong < 2 && !Signed && !Unsigned &&
7592 if (Signed)
7600 assert(HowLong == 0 && !Signed && !Unsigned && "Bad modifiers for 'b'!");
7604 assert(HowLong == 0 && !Signed
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 363 milliseconds