HomeSort by relevance Sort by last modified time
    Searched refs:DW (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 76 CompileUnit(unsigned I, DIE *D, AsmPrinter *A, DwarfDebug *DW);
DwarfCompileUnit.cpp 33 CompileUnit::CompileUnit(unsigned I, DIE *D, AsmPrinter *A, DwarfDebug *DW)
34 : ID(I), CUDie(D), Asm(A), DD(DW), IndexTyDie(0) {
    [all...]
  /external/opencv/cv/src/
cvsurf.cpp 282 float DW[PATCH_SZ][PATCH_SZ];
283 CvMat _DW = cvMat(PATCH_SZ, PATCH_SZ, CV_32F, DW);
322 DW[i][j] = (float)val;
476 float dw = DW[i][j]; local
477 float vx = (PATCH[i][j+1] - PATCH[i][j] + PATCH[i+1][j+1] - PATCH[i+1][j])*dw;
478 float vy = (PATCH[i+1][j] - PATCH[i][j] + PATCH[i+1][j+1] - PATCH[i][j+1])*dw;
  /external/oprofile/events/x86-64/family11h/
unit_masks 219 0x10 Nop DW sent (idle)
  /external/oprofile/events/x86-64/family10/
unit_masks 233 0x08 Nop DW sent (idle)

Completed in 79 milliseconds