OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wordsPerRowE
(Results
1 - 2
of
2
) sorted by null
/external/neven/Embedded/common/src/b_TensorEm/
CompactMat.c
46
const int16* rowPtrL = ptrA->cpsArrE.arrPtrE + ptrA->
wordsPerRowE
* rowA;
348
ptrA->
wordsPerRowE
= 0;
363
ptrA->
wordsPerRowE
= 0;
412
ptrA->
wordsPerRowE
= 6 /*header + 1*/ + ( ( maxRowSizeA * bitsA ) / ( 8 * sizeof( short ) ) );
414
if( ( ptrA->
wordsPerRowE
& 1 ) != 0 ) ptrA->
wordsPerRowE
++;
415
bbs_Int16Arr_create( cpA, &ptrA->cpsArrE, heightA * ptrA->
wordsPerRowE
, mspA );
430
ptrA->
wordsPerRowE
= srcPtrA->
wordsPerRowE
;
454
+ bbs_SIZEOF16( ptrA->
wordsPerRowE
)
[
all
...]
CompactMat.h
60
uint32
wordsPerRowE
;
73
* Each row has the effective length of '
wordsPerRowE
'
74
*
wordsPerRowE
is always even -> rows are 32bit-aligned
Completed in 6838 milliseconds