HomeSort by relevance Sort by last modified time
    Searched defs:Int (Results 201 - 225 of 251) sorted by null

1 2 3 4 5 6 7 891011

  /prebuilts/go/linux-x86/src/reflect/
type.go 43 Align() int
47 FieldAlign() int
57 Method(int) Method
70 NumMethod() int
78 // If the type was predeclared (string, error) or unnamed (*T, struct{}, []int),
111 // Int*, Uint*, Float*, Complex*: Bits
122 // sized or unsized Int, Uint, Float, or Complex kinds.
123 Bits() int
133 // For concreteness, if t represents func(x int, y ... float64), then
136 // t.In(0) is the reflect.Type for "int"
    [all...]
value.go 336 rcvrtype, t, fn = methodReceiver(op, v, int(v.flag)>>flagMethodShift)
506 in := make([]Value, 0, int(ftyp.inCount))
578 func methodReceiver(op string, v Value, methodIndex int) (rcvrtype, t *rtype, fn unsafe.Pointer) {
704 func (v Value) Cap() int {
780 func (v Value) Field(i int) Value {
812 func (v Value) FieldByIndex(index []int) Value {
870 func (v Value) Index(i int) Value {
914 // Int returns v's underlying value, as an int64.
915 // It panics if v's Kind is not Int, Int8, Int16, Int32, or Int64.
916 func (v Value) Int() int64
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 179 // TypeWithSize - maps an integer to a int type.
837 // int foo;
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h 179 // TypeWithSize - maps an integer to a int type.
847 // int foo;
    [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 52 void PrintStmt(Stmt *S, int SubIndent) {
84 raw_ostream &Indent(int Delta = 0) {
85 for (int i = 0, e = IndentLevel+Delta; i < e; ++i)
    [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 5 struct NonPOD { NonPOD(int); };
9 struct POD { Enum e; int i; float f; NonPOD* p; };
12 typedef int Int;
13 typedef Int IntAr[10];
14 typedef Int IntArNB[];
15 class Statics { static int priv; static NonPOD np; };
18 union Union { int i; float f; };
21 struct HasConv { operator int(); };
22 struct HasAssign { void operator =(int); };
    [all...]
  /external/freetype/src/raster/
ftraster.c 309 typedef int Int;
310 typedef unsigned int UInt;
369 Int countL; /* number of lines to step before this */
476 Int precision_bits; /* precision related variables */
477 Int precision;
478 Int precision_half;
479 Int precision_shift;
480 Int precision_step;
481 Int precision_jitter
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-port.h 245 // TypeWithSize - maps an integer to a int type.
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h 243 // TypeWithSize - maps an integer to a int type.
    [all...]
  /external/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 89 && "fp and int modifiers should not be used simultaneously");
656 OperandMatchResultTy parseIntWithPrefix(const char *Prefix, int64_t &Int);
741 static int getRegClass(RegisterKind Is, unsigned RegWidth) {
932 int RCID = getRegClass(RegKind, RegWidth);
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 379 "SDTCisOpSmallerThanOp does not handle mixed int/fp types!");
708 typedef std::map<std::string, int> DepVarMap;
724 for (const std::pair<std::string, int> &Pair : depcounts) {
862 int PatternToMatch::
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenDAGPatterns.cpp 354 "SDTCisOpSmallerThanOp does not handle mixed int/fp types!");
381 // Handle int and fp as disjoint sets. This won't work for patterns
382 // that have mixed fp/int types but those are likely rare and would
407 int OtherIntSize = 0;
408 int OtherFPSize = 0;
463 int IntSize = 0;
464 int FPSize = 0;
579 typedef std::map<std::string, int> DepVarMap;
599 if (i->second > 1) // std::pair<std::string, int>
    [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-port.h 243 // TypeWithSize - maps an integer to a int type.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_descr.py 47 'int': 'int',
238 # Testing int operations...
244 class C(int):
272 'int', 'long', 'float'])
707 return int(self.foo())
714 self.assertEqual(int(Node()), 23)
716 self.assertEqual(int(Frag()), 42)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/
UfsHci.h 421 UINT32 Int:1; /* Interrupt */
820 UINT32 Int:1; /* Interrupt */
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/
UfsPassThruHci.h 421 UINT32 Int:1; /* Interrupt */
820 UINT32 Int:1; /* Interrupt */
    [all...]
  /external/deqp/modules/glshared/
glsDrawTest.cpp 75 const int MAX_RENDER_TARGET_SIZE = 512;
87 return de::getSizedArrayElement<DrawTestSpec::TARGET_LAST>(targets, (int)target);
108 return de::getSizedArrayElement<DrawTestSpec::USAGE_LAST>(usages, (int)usage);
130 return de::getSizedArrayElement<DrawTestSpec::INPUTTYPE_LAST>(types, (int)type);
142 "int", // OUTPUTTYPE_INT,
154 return de::getSizedArrayElement<DrawTestSpec::OUTPUTTYPE_LAST>(types, (int)type);
174 return de::getSizedArrayElement<DrawTestSpec::PRIMITIVE_LAST>(primitives, (int)primitive);
186 return de::getSizedArrayElement<DrawTestSpec::INDEXTYPE_LAST>(indexTypes, (int)indexType);
283 return de::getSizedArrayElement<DrawTestSpec::DRAWMETHOD_LAST>(infos, (int)method);
325 for (int i = 0; i < 4; ++i
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 55 static cl::opt<int>
69 static cl::opt<int>
77 static cl::opt<int>
81 static cl::opt<int> MinVectorRegSizeOption(
99 static const int MinScheduleRegionSize = 16;
120 for (int i = 1, e = VL.size(); i < e; i++) {
179 for (int i = 1, e = VL.size(); i < e; i++) {
194 for (int i = 1, e = VL.size(); i < e; i++) {
213 for (int i = 1, e = VL.size(); i < e; ++i) {
226 for (int i = 1, e = VL.size(); i < e; i++
    [all...]
  /external/python/cpython2/Lib/test/
test_descr.py 49 'int': 'int',
240 # Testing int operations...
246 class C(int):
274 'int', 'long', 'float'])
717 return int(self.foo())
724 self.assertEqual(int(Node()), 23)
726 self.assertEqual(int(Frag()), 42)
    [all...]
  /external/swiftshader/src/Reactor/
LLVMReactor.cpp 57 bool (*CodeAnalystLogJITCode)(const void *jitCodeStartAddr, unsigned int jitCodeSize, const wchar_t *functionName) = 0;
162 static unsigned int elementCount(Type *type)
226 CodeAnalystLogJITCode = (bool(*)(const void*, unsigned int, const wchar_t*))GetProcAddress(CodeAnalyst, "CAJIT_LogJITCode");
307 for(int pass = 0; pass < 10 && optimization[pass] != Disabled; pass++)
330 Value *Nucleus::allocateStackVariable(Type *type, int arraySize)
376 Value *Nucleus::getArgument(unsigned int index)
514 Value *Nucleus::createLoad(Value *ptr, Type *type, bool isVolatile, unsigned int alignment)
531 Value *i = V(createLoad(createBitCast(ptr, Pointer<Int>::getType()), Int::getType(), isVolatile, alignment));
546 Value *Nucleus::createStore(Value *value, Value *ptr, Type *type, bool isVolatile, unsigned int alignment
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/file/
Files2Test.java 415 int testSizeInBytes = 5000;
583 public void test_walkFileTree$Path$Set$int$FileVisitor_symbolicLinkFollow()
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_descr.py 49 'int': 'int',
240 # Testing int operations...
246 class C(int):
274 'int', 'long', 'float'])
709 return int(self.foo())
716 self.assertEqual(int(Node()), 23)
718 self.assertEqual(int(Frag()), 42)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_descr.py 49 'int': 'int',
240 # Testing int operations...
246 class C(int):
274 'int', 'long', 'float'])
709 return int(self.foo())
716 self.assertEqual(int(Node()), 23)
718 self.assertEqual(int(Frag()), 42)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_descr.py 49 'int': 'int',
240 # Testing int operations...
246 class C(int):
274 'int', 'long', 'float'])
709 return int(self.foo())
716 self.assertEqual(int(Node()), 23)
718 self.assertEqual(int(Frag()), 42)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_descr.py 49 'int': 'int',
240 # Testing int operations...
246 class C(int):
274 'int', 'long', 'float'])
709 return int(self.foo())
716 self.assertEqual(int(Node()), 23)
718 self.assertEqual(int(Frag()), 42)
    [all...]

Completed in 1504 milliseconds

1 2 3 4 5 6 7 891011