HomeSort by relevance Sort by last modified time
    Searched defs:Number (Results 226 - 250 of 332) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp 92 /// \p SkipChar gives the number of characters to skip before looking
208 /// Try to convert a register name to a register number. Return true if the
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 55 STATISTIC(NumGlobalSplits, "Number of split global live ranges");
56 STATISTIC(NumLocalSplits, "Number of split local live ranges");
57 STATISTIC(NumEvicted, "Number of interferences evicted");
75 cl::desc("Last chance recoloring maximum number of considered"
139 // Live ranges pass through a number of stages as we try to allocate them.
233 unsigned BrokenHints; ///< Total number of broken hints.
597 // The virtual register number is a tie breaker for same-sized ranges.
733 // Find VirtReg's cascade number. This will be unassigned if VirtReg was never
734 // involved in an eviction before. If a cascade number was assigned, deny
735 // evicting anything with the same or a newer cascade number. This prevent
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
COFF.h 109 /// Line number, reformatted as symbol
123 IMAGE_SYM_TYPE_FLOAT = 6, ///< A 4-byte floating-point number.
124 IMAGE_SYM_TYPE_DOUBLE = 7, ///< An 8-byte floating-point number.
282 uint16_t Number;
  /external/swiftshader/third_party/subzero/src/
IceInstARM32.h 101 /// (1) Reg + Imm. The Immediate actually has a limited number of bits
220 /// Immed_8 rotated by an even number of bits (2 * RotateAmt).
    [all...]
IceInstMIPS32.h 125 /// Reg + Imm. The Immediate actually has a limited number of bits
781 SizeT getNumber() const { return Number; }
792 SizeT Number; // used for unique label generation.
    [all...]
IceOperand.h 615 /// LiveRange is a set of instruction number intervals representing a variable's
705 SizeT getIndex() const { return Number; }
859 : Operand(K, Ty), Number(Index),
866 /// Number is unique across all variables, and is used as a (bit)vector index
868 const SizeT Number;
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h 467 \note Default content for number is zero.
700 \note Linear time complexity (number of all values in the subtree and total lengths of all strings).
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/
Enquire.c 298 it exits with a positive number, telling how many problems there were.
346 If the number read back is different, then there is probably a bug in
384 DON'T FORGET TO MENTION THE VERSION NUMBER!
396 for file enquireXX.c; XX is the version number. Or look at
653 #define D_CHAR_BIT "Number of bits in a storage unit"
666 #define D_MANT_DIG "Number of base-FLT_RADIX digits in the significand of a %s"
667 #define D_DIG "Number of decimal digits of precision in a %s"
762 bugs=0; /* The number of (possible) bugs in the output */
766 int bits_per_byte; /* the number of bits per unit returned by sizeof() */
775 -DTEST. Run with additional parameter +hex-number, to set the 68881 mode
    [all...]
  /external/llvm/include/llvm/Object/
COFF.h 431 // Returns true if the actual number of relocations is stored in
498 uint32_t Number = static_cast<uint32_t>(NumberLowPart);
500 Number |= static_cast<uint32_t>(NumberHighPart) << 16;
501 return static_cast<int32_t>(Number);
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs 148 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.FieldDescriptorProto), global::Google.Protobuf.Reflection.FieldDescriptorProto.Parser, new[]{ "Name", "Number", "Label", "Type", "TypeName", "Extendee", "DefaultValue", "OneofIndex", "JsonName", "Options" }, null, new[]{ typeof(global::Google.Protobuf.Reflection.FieldDescriptorProto.Types.Type), typeof(global::Google.Protobuf.Reflection.FieldDescriptorProto.Types.Label) }, null),
151 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.EnumValueDescriptorProto), global::Google.Protobuf.Reflection.EnumValueDescriptorProto.Parser, new[]{ "Name", "Number", "Options" }, null, null, null),
201 /// <summary>Field number for the "file" field.</summary>
310 /// <summary>Field number for the "name" field.</summary>
323 /// <summary>Field number for the "package" field.</summary>
336 /// <summary>Field number for the "dependency" field.</summary>
348 /// <summary>Field number for the "public_dependency" field.</summary>
360 /// <summary>Field number for the "weak_dependency" field.</summary>
373 /// <summary>Field number for the "message_type" field.</summary>
385 /// <summary>Field number for the "enum_type" field.</summary
    [all...]
  /external/python/cpython3/Lib/test/
datetimetester.py     [all...]
test_enum.py 900 class number(IntEnum): class in function:TestEnum.test_intenum_transitivity
908 self.assertEqual(number.one, numero.uno)
909 self.assertEqual(number.two, numero.dos)
910 self.assertEqual(number.three, numero.tres)
959 class Number(IntEnum):
962 self.assertIs(Number.one._member_type_, int)
963 self.assertIs(Number._member_type_, int)
    [all...]
  /external/v8/src/
objects-inl.h 583 double Object::Number() const {
717 if (first->IsNumber()) return first->Number() == second->Number();
723 DCHECK_LE(0, first->Number());
724 uint32_t expected = static_cast<uint32_t>(first->Number());
751 result->set_value(object->Number());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
COFF.h 415 // Returns true if the actual number of relocations is stored in
482 uint32_t Number = static_cast<uint32_t>(NumberLowPart);
484 Number |= static_cast<uint32_t>(NumberHighPart) << 16;
485 return static_cast<int32_t>(Number);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
COFF.h 429 // Returns true if the actual number of relocations is stored in
497 uint32_t Number = static_cast<uint32_t>(NumberLowPart);
499 Number |= static_cast<uint32_t>(NumberHighPart) << 16;
500 return static_cast<int32_t>(Number);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
COFF.h 429 // Returns true if the actual number of relocations is stored in
497 uint32_t Number = static_cast<uint32_t>(NumberLowPart);
499 Number |= static_cast<uint32_t>(NumberHighPart) << 16;
500 return static_cast<int32_t>(Number);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
COFF.h 415 // Returns true if the actual number of relocations is stored in
482 uint32_t Number = static_cast<uint32_t>(NumberLowPart);
484 Number |= static_cast<uint32_t>(NumberHighPart) << 16;
485 return static_cast<int32_t>(Number);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
COFF.h 429 // Returns true if the actual number of relocations is stored in
497 uint32_t Number = static_cast<uint32_t>(NumberLowPart);
499 Number |= static_cast<uint32_t>(NumberHighPart) << 16;
500 return static_cast<int32_t>(Number);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
COFF.h 429 // Returns true if the actual number of relocations is stored in
497 uint32_t Number = static_cast<uint32_t>(NumberLowPart);
499 Number |= static_cast<uint32_t>(NumberHighPart) << 16;
500 return static_cast<int32_t>(Number);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntpoapi.h 201 IN LONG volatile *Number);
373 ULONG Number;
  /toolchain/binutils/binutils-2.27/include/coff/
pe.h 180 char e_magic[2]; /* Magic number, 0x5a4d. */
193 char e_ovno[2]; /* Overlay number, 0x0. */
207 char f_magic[2]; /* Magic number. */
208 char f_nscns[2]; /* Number of sections. */
211 char f_nsyms[4]; /* Number of symtab entries. */
219 char e_magic[2]; /* Magic number, 0x5a4d. */
232 char e_ovno[2]; /* Overlay number, 0x0. */
246 char f_magic[2]; /* Magic number. */
247 char f_nscns[2]; /* Number of sections. */
250 char f_nsyms[4]; /* Number of symtab entries. *
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_descr.py 274 class Number(complex):
289 a = Number(3.14, prec=6)
293 a = Number(a, prec=2)
297 a = Number(234.5)
    [all...]
  /external/llvm/include/llvm/Support/
COFF.h 33 // The maximum number of sections that a COFF object can have (inclusive).
195 /// Line number, reformatted as symbol
209 IMAGE_SYM_TYPE_FLOAT = 6, ///< A 4-byte floating-point number.
210 IMAGE_SYM_TYPE_DOUBLE = 7, ///< An 8-byte floating-point number.
391 uint32_t Number;
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 420 unsigned vn_count = sec->sh_info; // Number of Verneed entries
454 unsigned vd_count = sec->sh_info; // Number of Verdef entries
511 // Same number of entries in the dynamic symbol table (DT_SYMTAB).
540 // The number of entries in the section SHT_GNU_verdef
    [all...]
  /external/python/cpython2/Lib/test/
test_descr.py 276 class Number(complex):
291 a = Number(3.14, prec=6)
295 a = Number(a, prec=2)
299 a = Number(234.5)
    [all...]

Completed in 1487 milliseconds

1 2 3 4 5 6 7 8 91011>>