Searched defs:DW (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cv/src/
H A Dcvsurf.cpp282 float DW[PATCH_SZ][PATCH_SZ]; local
283 CvMat _DW = cvMat(PATCH_SZ, PATCH_SZ, CV_32F, DW);
322 DW[i][j] = (float)val;
476 float dw = DW[i][j];
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp37 AsmPrinter *A, DwarfDebug *DW, DwarfUnits *DWU)
38 : UniqueID(UID), Language(L), CUDie(D), Asm(A), DD(DW), DU(DWU),
36 CompileUnit(unsigned UID, unsigned L, DIE *D, const MDNode *N, AsmPrinter *A, DwarfDebug *DW, DwarfUnits *DWU) argument

Completed in 93 milliseconds