OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DW
(Results
1 - 5
of
5
) sorted by null
/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/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h
101
CompileUnit(unsigned UID, unsigned L, DIE *D, AsmPrinter *A, DwarfDebug *
DW
,
DwarfCompileUnit.cpp
36
DwarfDebug *
DW
, DwarfUnits *DWU)
37
: UniqueID(UID), Language(L), CUDie(D), Asm(A), DD(
DW
), DU(DWU),
[
all
...]
/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 226 milliseconds