HomeSort by relevance Sort by last modified time
    Searched full:dim1 (Results 1 - 8 of 8) sorted by null

  /external/clang/test/CodeGenCXX/
vla.cpp 32 // CHECK-NEXT: [[DIM1:%.*]] = zext i32 [[T1]] to i64
41 // CHECK-NEXT: [[T1:%.*]] = mul nsw i64 1, [[DIM1]]
48 // CHECK-NEXT: [[T1:%.*]] = mul nsw i64 4, [[DIM1]]
  /external/chromium_org/third_party/sqlite/src/test/
misc2.test 391 SELECT dim1.n, dim2.n, dim3.n
392 FROM counts AS dim1, counts AS dim2, counts AS dim3
393 WHERE dim1.n<10 AND dim2.n<10 AND dim3.n<10;
402 SELECT dim1.n, dim2.n, dim3.n
403 FROM counts AS dim1, counts AS dim2, counts AS dim3
404 WHERE dim1.n>=6 AND dim2.n>=6 AND dim3.n>=6;
413 SELECT dim1.n, dim2.n, dim3.n, dim4.n
414 FROM counts AS dim1, counts AS dim2, counts AS dim3, counts AS dim4
415 WHERE dim1.n<5 AND dim2.n<5 AND dim3.n<5 AND dim4.n<5;
  /external/aac/libFDK/src/
fft.cpp 1086 #define fftN2(pInput, length, dim1, dim2, fft_func1, fft_func2, RotVectorReal, RotVectorImag) \
1093 FDK_ASSERT(length == dim1*dim2); \
1095 /* Perform dim2 times the fft of length dim1. The input samples are at the address of pSrc and the \
1096 output samples are at the address of pDst. The input vector for the fft of length dim1 is built \
1105 for(j=0; j<dim1; j++) \
    [all...]
  /external/clang/test/CodeGen/
vla.c 117 // CHECK-NEXT: [[DIM1:%.*]] = add i32 [[T0]], 1
122 // CHECK-NEXT: [[T3:%.*]] = mul nuw i32 [[DIM0]], [[DIM1]]
128 // CHECK-NEXT: [[T9:%.*]] = mul nuw i32 [[DIM0]], [[DIM1]]
139 // CHECK-NEXT: [[T5:%.*]] = mul nuw i32 [[DIM0]], [[DIM1]]
  /external/javassist/src/main/javassist/compiler/
TypeChecker.java 285 int dim1 = arrayDim; local
289 if (dim1 == 0 && dim1 == arrayDim)
368 int dim1 = arrayDim; local
375 if ((type1 == CLASS && dim1 == 0 && jvmJavaLangString.equals(cname))
516 int dim1 = arrayDim; local
518 if (dim1 == 0 && arrayDim == 0)
    [all...]
CodeGen.java 921 int dim1 = arrayDim; local
927 if (dim1 != arrayDim)
969 int dim1 = arrayDim; local
972 if (dim1 != arrayDim)
975 if (token == '+' && dim1 == 0
977 atStringConcatExpr(expr, type1, dim1, cname1);
1028 private void atStringConcatExpr(Expr expr, int type1, int dim1,
1040 if (is2word(type1, dim1)) {
1048 convToString(type1, dim1);
1168 int dim1 = arrayDim; local
    [all...]
  /external/clang/test/CodeGenObjCXX/
encode.mm 67 template<int Dim1 = -1, int Dim2 = -1> struct fixed {
  /external/chromium_org/cc/animation/
transform_operations_unittest.cc 946 float dim1 = 0.292893f; local
955 { 1.f, 1.f, 0.f, gfx::BoxF(dim1, dim1, -1.f, dim2, dim2, 2.f) },
956 { 0.f, 1.f, 1.f, gfx::BoxF(-1.f, dim1, dim1, 2.f, dim2, dim2) },
957 { 1.f, 0.f, 1.f, gfx::BoxF(dim1, -1.f, dim1, dim2, 2.f, dim2) }
    [all...]

Completed in 615 milliseconds