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

  /external/jsr305/ri/src/main/java/javax/annotation/
Signed.java 16 public @interface Signed {
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 462 int64_t Signed = Value;
463 assert(Signed >= -(1LL << 16) && Signed < (1LL << 16)
465 if (Signed >= 0) {
489 int64_t Signed = Value;
490 assert(Signed >= -(1LL << 32) && Signed < (1LL << 32)
492 if (Signed >= 0) {
512 int64_t Signed = Value;
513 assert(Signed >= -(1LL << 48) && Signed < (1LL << 48
    [all...]
  /external/llvm/unittests/ADT/
StringRefTest.cpp 361 } Signed[] =
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[i].Expected)
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 122 Signed,
  /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 564 bool Signed = N->getOpcode() == ISD::SINT_TO_FP;
579 LC = Signed ? RTLIB::getSINTTOFP(NVT, RVT):RTLIB::getUINTTOFP (NVT, RVT);
584 SDValue Op = DAG.getNode(Signed ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND, dl,
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/jsr305/2.0.1/
jsr305-2.0.1.jar 
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 302 bool Signed = true;
305 case MVT::i1: Signed = false; // FALLTHROUGH to handle as i8.
319 .addImm(Signed ? (uint64_t) CI->getSExtValue() :
407 // They have to fit in the 32-bit signed displacement field though.
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/annotations/2.0.1/
annotations-2.0.1.jar 
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 934 milliseconds