OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:a_step
(Results
1 - 1
of
1
) sorted by null
/external/opencv/cxcore/src/
cxmatmul.cpp
127
icvGEMMSingleMul_##flavor( const arrtype* a_data, size_t
a_step
, \
139
a_step
/= sizeof(a_data[0]); \
143
a_step0 =
a_step
; \
157
if(
a_step
> 1 && n > 1 ) \
165
if(
a_step
> 1 ) \
169
a_buf[k] = a_data[
a_step
*k]; \
373
icvGEMMBlockMul_##flavor( const arrtype* a_data, size_t
a_step
, \
384
a_step
/= sizeof(a_data[0]); \
388
a_step0 =
a_step
; \
746
a_step
= A->step\/sizeof(a[0]),
local
872
a_step
= A->step\/sizeof(a[0]),
local
[
all
...]
Completed in 51 milliseconds