HomeSort by relevance Sort by last modified time
    Searched defs:Signed (Results 1 - 13 of 13) sorted by null

  /external/jsr305/ri/src/main/java/javax/annotation/
Signed.java 16 public @interface Signed {
  /external/llvm/unittests/ADT/
StringRefTest.cpp 333 } Signed[] =
399 for (size_t i = 0; i < array_lengthof(Signed); ++i) {
400 bool S8Success = StringRef(Signed[i].Str).getAsInteger(0, S8);
401 if (static_cast<int8_t>(Signed[i].Expected) == Signed[i].Expected) {
403 EXPECT_EQ(S8, Signed[i].Expected);
407 bool S16Success = StringRef(Signed[i].Str).getAsInteger(0, S16);
408 if (static_cast<int16_t>(Signed[i].Expected) == Signed[i].Expected) {
410 EXPECT_EQ(S16, Signed[i].Expected)
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerSH4.cpp 63 const Condition MacroAssemblerSH4::Signed = SH4Assembler::SI;
MacroAssemblerX86Common.h 56 Signed = X86Assembler::ConditionS,
785 // For branches, signed <, >, <= and >= are denoted as l, g, le, and ge
791 // treated as a signed 32bit value, is less than or equal to 5.
863 ASSERT((cond == Zero) || (cond == NonZero) || (cond == Signed));
870 ASSERT((cond == Zero) || (cond == NonZero) || (cond == Signed));
883 ASSERT((cond == Zero) || (cond == NonZero) || (cond == Signed));
893 ASSERT((cond == Zero) || (cond == NonZero) || (cond == Signed));
905 ASSERT((cond == Zero) || (cond == NonZero) || (cond == Signed));
917 ASSERT((cond == Zero) || (cond == NonZero) || (cond == Signed));
929 ASSERT((cond == Zero) || (cond == NonZero) || (cond == Signed));
    [all...]
MacroAssemblerARM.h 57 Signed = ARMAssembler::MI,
517 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
524 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
541 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
553 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
566 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
573 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
580 ASSERT((cond == Overflow) || (cond == Signed) || (cond == Zero) || (cond == NonZero));
587 ASSERT((cond == Signed) || (cond == Zero) || (cond == NonZero));
    [all...]
MacroAssemblerARMv7.h 115 Signed = ARMv7Assembler::ConditionMI,
819 // For branches, signed <, >, <= and >= are denoted as l, g, le, and ge
825 // treated as a signed 32bit value, is less than or equal to 5.
    [all...]
MacroAssemblerMIPS.h 72 Signed,
892 // For branches, signed <, >, <= and >= are denoted as l, g, le, and ge
898 // treated as a signed 32bit value, is less than or equal to 5.
    [all...]
MacroAssemblerSH4.h 72 static const Condition Signed;
    [all...]
  /external/dropbear/libtommath/
bn.tex 865 \subsection{Signed comparison}
867 To compare two mp\_int variables based on their signed value the mp\_cmp() function is provided.
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 540 bool Signed = N->getOpcode() == ISD::SINT_TO_FP;
555 LC = Signed ? RTLIB::getSINTTOFP(NVT, RVT):RTLIB::getUINTTOFP (NVT, RVT);
560 SDValue Op = DAG.getNode(Signed ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND, dl,
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 289 bool Signed = true;
292 case MVT::i1: Signed = false; // FALLTHROUGH to handle as i8.
306 .addImm(Signed ? (uint64_t) CI->getSExtValue() :
395 // They have to fit in the 32-bit signed displacement field though.
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 214 milliseconds