OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rowPtrL
(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;
49
uint32 offsL = *
rowPtrL
++;
50
uint32 sizeL = *
rowPtrL
++;
51
int32 factorManL = *
rowPtrL
++;
52
int32 factorExpL = *
rowPtrL
++;
53
uint32 rowNormBitsL = *
rowPtrL
++;
69
for( iL = sizeL; iL > 0; iL-- ) sumL += ( ( int32 )*
rowPtrL
++ * ( int32 )*inPtrL++ );
77
const uint16* dpL = ( uint16* )
rowPtrL
;
107
const uint16* dpL = ( uint16* )
rowPtrL
;
140
const uint16* dpL = ( uint16* )
rowPtrL
;
[
all
...]
Int32Mat.c
387
int32*
rowPtrL
= matL + iL * sizeL;
389
int32 tmpL = *(
rowPtrL
+ jPivL );
398
*
rowPtrL
++ -= ( ( ( tmpL * pivRowL[ jL ] ) >> ( shiftL - 1 ) ) + 1 ) >> 1;
405
*
rowPtrL
++ -= ( tmpL * pivRowL[ jL ] ) << -shiftL;
Completed in 147 milliseconds