HomeSort by: relevance | last modified time | path
    Searched defs:Integer (Results 1 - 20 of 20) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
NativeFormatting.h 19 Integer,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsRegisterBankInfo.h 53 /// Some instructions are used with both floating point and integer operands.
58 /// the remaining types: Integer, FloatingPoint or Ambiguous.
62 Integer,
113 if (InstTy == InstType::Integer && OpSize == 32)
  /src/sys/external/bsd/acpica/dist/compiler/
aslutils.c 92 UINT32 Integer;
107 * RETURN: TRUE if string is an integer
108 * FALSE if string is not an integer
111 * an integer value.
383 * RETURN: Event number (integer index)
413 * PARAMETERS: Event - Event number (integer index)
735 * PARAMETERS: Op - Integer parse node
741 * DESCRIPTION: Check integer for an allowable range
757 if ((Op->Asl.Value.Integer < LowValue) ||
758 (Op->Asl.Value.Integer > HighValue)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Intrinsics.h 125 Integer,
  /src/external/mit/isl/dist/doc/
implementation.tex 110 (rational) convex hull. For integer sets, the obvious choice
111 would be the integer hull.
112 However, {\tt isl} currently does not support an integer hull operation
117 Usually, it is not required to compute the exact integer hull,
146 with $\vec K_i$ the (component-wise) smallest non-negative integer vectors
154 \section{Parametric Integer Programming}
158 Parametric integer programming \parencite{Feautrier88parametric}
167 Parametric integer programming was first implemented in \texttt{PipLib}.
168 An alternative method for parametric integer programming
173 non-parametric integer programming problems
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
TemplateBase.h 120 /// Used to store the <= 64 bits integer value.
123 /// Used to store the >64 bits integer value.
144 struct I Integer;
177 Integer = Other.Integer;
178 Integer.Type = Type.getAsOpaquePtr();
318 if (Integer.BitWidth <= 64)
319 return APSInt(APInt(Integer.BitWidth, Integer.VAL), Integer.IsUnsigned)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAsmMacro.h 31 // Integer values.
32 Integer,
116 assert(Kind == Integer && "This token isn't an integer!");
121 assert((Kind == Integer || Kind == BigNum) &&
122 "This token isn't an integer!");
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
DIE.h 161 /// An integer value DIE.
164 uint64_t Integer;
167 explicit DIEInteger(uint64_t I) : Integer(I) {}
169 /// Choose the best form for integer.
190 uint64_t getValue() const { return Integer; }
191 void setValue(uint64_t Val) { Integer = Val; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
WebAssemblyAsmParser.cpp 47 enum KindTy { Token, Integer, Float, Symbol, BrList } Kind;
96 bool isImm() const override { return Kind == Integer || Kind == Symbol; }
122 if (Kind == Integer)
127 llvm_unreachable("Should be integer immediate or symbol!");
158 case Integer:
369 WebAssemblyOperand::Integer, Int.getLoc(), Int.getEndLoc(),
424 if (!Lexer.is(AsmToken::Integer))
425 return error("Expected integer constant");
440 WebAssemblyOperand::Integer, Tok.getLoc(), Tok.getEndLoc(),
450 WebAssemblyOperand::Integer, NameLoc, NameLoc
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acobject.h 94 #define AOPOBJ_AML_CONSTANT 0x01 /* Integer is an AML constant */
520 ACPI_OBJECT_INTEGER Integer;
actbl.h 393 UINT32 Integer;
aclocal.h 902 UINT64 Integer; /* Integer constant (Up to 64 bits) */
978 #define ACPI_DASM_EISAID 0x06 /* Integer is an EISAID */
actypes.h 92 * common 64-bit integer type across the various compilation models, as
141 * any type of integer. It is up to the host-dependent OSL to cast the
170 #define ACPI_USE_NATIVE_DIVIDE /* Has native 64-bit integer support */
171 #define ACPI_USE_NATIVE_MATH64 /* Has native 64-bit integer support */
506 * Obsolete: Acpi integer width. In ACPI version 1 (1996), integers are
508 * Note that this pertains to the ACPI integer type only, not to other
527 #define ACPI_LOBYTE(Integer) ((UINT8) (UINT16)(Integer))
528 #define ACPI_HIBYTE(Integer) ((UINT8) (((UINT16)(Integer)) >> 8)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
LangOptions.h 143 /// integer register instead of an SSE register on x64_64.
239 /// Permit vector bitcasts between integer vectors with different numbers
241 Integer,
271 /// Integer arguments are sign or zero extended to 32/64 bits
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTDiagnostic.cpp 539 /// Integer or Declaration, then use that diff type instead.
543 /// Integer difference
544 Integer,
547 /// One argument being integer and the other being declaration
656 FlatTree[CurrentNode].Kind = Integer;
810 assert(FlatTree[ReadNode].Kind == Integer && "Unexpected kind.");
1242 /// of DiffTemplatesTemplates, such as integer and declaration parameters.
1491 case DiffTree::Integer: {
1813 /// HasExtraInfo - Returns true if E is not an integer literal, the
1814 /// negation of an integer literal, or a boolean literal
    [all...]
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.ml 37 | Integer
464 (*--... Operations on integer types ........................................--*)
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 210 uint64_t Integer;
541 return Freqs[0].Integer;
1453 if (Freq.Integer != OtherFreq.Integer) {
1456 << Freq.Integer << " vs " << OtherFreq.Integer << "\n";
  /src/external/gpl2/mkhybrid/dist/libhfs_iso/
internal.h 48 typedef signed short Integer;
98 Integer v; /* vertical coordinate */
99 Integer h; /* horizontal coordinate */
103 Integer top; /* top edge of rectangle */
104 Integer left; /* left edge */
105 Integer bottom; /* bottom edge */
106 Integer right; /* rightmost edge */
111 Integer frFlags; /* flags */
113 Integer frView; /* folder's view */
119 Integer frUnused; /* reserved *
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
TargetInfo.cpp 42 // Helper for coercing an aggregate argument or return value into an integer
1097 Integer,
1179 // integer registers and three fp registers. Oddly, it'll use up to
1317 // Truncate EAX or EAX:EDX to an integer of the appropriate size.
1321 // Coerce the integer by bitcasting the return slot pointer.
1387 // and 64-bit integer and integer-equivalents, float, and double.)
1464 // integer register.
1542 // FIXME: We should be able to narrow this integer in cases with dead
1654 return Integer;
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
ItaniumDemangle.h 2085 // ty(integer)
2087 StringView Integer;
2091 : Node(KEnumLiteral), Ty(Ty_), Integer(Integer_) {}
2093 template<typename Fn> void match(Fn F) const { F(Ty, Integer); }
2100 if (Integer[0] == 'n')
2101 S << "-" << Integer.dropFront(1);
2103 S << Integer;
3442 // <number> ::= [n] <non-negative decimal integer>
4219 // <expr-primary> ::= L <type> <value number> E # integer literal

Completed in 62 milliseconds