Home
last modified time | relevance | path

Searched refs:c_step (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cxcore/src/
Dcxmatmul.cpp129 const arrtype* c_data, size_t c_step, \
141 c_step /= sizeof(c_data[0]); \
149 c_step0 = c_step, c_step1 = 1; \
151 c_step0 = 1, c_step1 = c_step; \
486 icvGEMMStore_##flavor( const arrtype* c_data, size_t c_step, \
495 c_step /= sizeof(c_data[0]); \
502 c_step0 = c_step, c_step1 = 1; \
504 c_step0 = 1, c_step1 = c_step; \
748 c_step = C->step/sizeof(c[0]); in cvGEMM() local
758 for( i = 0; i < d_size.height; i++, d += d_step, a += a_step, c += c_step ) in cvGEMM()
[all …]
/external/python/cpython2/Demo/tkinter/guido/
Dsortvisu.py537 text="Step", command=self.c_step)
611 def c_step(self): member in SortDemo
/external/python/cpython3/Tools/demo/
Dsortvisu.py538 text="Step", command=self.c_step)
612 def c_step(self): member in SortDemo