/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/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/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...] |
/external/robolectric/lib/main/ |
javassist-3.14.0-GA.jar | |