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

  /external/opencv/cxcore/src/
cxmatmul.cpp 382 int do_acc = flags & 16; \
415 worktype s0 = do_acc ? d_data[j]:worktype(0), s1(0);\
448 if( do_acc ) \
470 worktype s0 = do_acc ? d_data[j] : worktype(0); \
    [all...]
  /external/opencv3/modules/core/src/
matmul.cpp 390 int do_acc = flags & 16; local
423 WT s0 = do_acc ? d_data[j]:WT(0), s1(0);
455 if( do_acc )
477 WT s0 = do_acc ? d_data[j] : WT(0);
    [all...]

Completed in 44 milliseconds