OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yyE
(Results
1 - 11
of
11
) sorted by null
/external/neven/Embedded/common/src/b_TensorEm/
Flt16Mat2D.c
47
ptrA->
yyE
= 0;
58
ptrA->
yyE
= 0;
77
ptrA->
yyE
= srcPtrA->
yyE
;
90
if( ptrA->
yyE
!= srcPtrA->
yyE
) return FALSE;
99
int32 yyL = ( int32 ) srcPtrA->
yyE
<< bbpDiffL;
104
if( ptrA->
yyE
!= yyL ) return FALSE;
110
if( srcPtrA->
yyE
!= ( yyL >> bbpDiffL ) ) return FALSE;
120
int32 yyL = ( int32 ) ptrA->
yyE
<< -bbpDiffL
[
all
...]
Int16Mat2D.c
97
matL.
yyE
= cL;
118
int32 yyL = ( int32 ) ptrA->
yyE
* scaleA.valE;
125
ptrA->
yyE
= yyL >> shiftL;
137
vecL.yE = ( ( int32 ) matPtrA->yxE * vecPtrA->xE + ( int32 ) matPtrA->
yyE
* vecPtrA->yE ) >> matPtrA->bbpE;
148
int32 xyL = ( int32 ) mat1PtrA->xxE * mat2PtrA->xyE + ( int32 ) mat1PtrA->xyE * mat2PtrA->
yyE
;
149
int32 yxL = ( int32 ) mat1PtrA->yxE * mat2PtrA->xxE + ( int32 ) mat1PtrA->
yyE
* mat2PtrA->yxE;
150
int32 yyL = ( int32 ) mat1PtrA->yxE * mat2PtrA->xyE + ( int32 ) mat1PtrA->
yyE
* mat2PtrA->
yyE
;
157
matL.
yyE
= yyL >> shiftL;
Int16Mat2D.h
52
int16
yyE
;
Flt16Mat3D.c
48
ptrA->
yyE
= 0;
64
ptrA->
yyE
= 0;
169
matL.
yyE
= yyA;
193
matL.
yyE
= 0;
215
matL.
yyE
= ( ( yyA >> sh1L ) + 1 ) >> 1;
227
matL.
yyE
= yyA << -shiftL;
253
ptrA->yxE * scaleA, ptrA->
yyE
* scaleA, ptrA->yzE * scaleA,
266
int32 yL = ( int32 ) matPtrA->yxE * vecPtrA->xE + ( int32 ) matPtrA->
yyE
* vecPtrA->yE + ( int32 ) matPtrA->yzE * vecPtrA->zE;
298
( ( ( int32 ) matPtrA->
yyE
* vecPtrA->yE + 1 ) >> 1 ) +
318
( ( ( int32 ) mat1PtrA->xxE * mat2PtrA->xyE + 1 ) >> 1 ) + ( ( ( int32 ) mat1PtrA->xyE * mat2PtrA->
yyE
+ 1 ) >> 1 ) + ( ( ( int32 ) mat1PtrA->xzE * mat2PtrA->zyE + 1 ) >> 1 )
[
all
...]
Flt16Mat2D.h
53
int16
yyE
;
Flt16Mat3D.h
57
int16
yyE
;
Flt16Alt2D.c
294
- ( ( ( int32 ) ptrA->matE.yxE * ptrA->vecE.xE + ( int32 ) ptrA->matE.
yyE
* ptrA->vecE.yE ) ),
Cluster3D.c
360
vecPtrL->yE = ( y0L + xL * altA.matE.yxE + yL * altA.matE.
yyE
+ zL * altA.matE.yzE ) >> altA.matE.bbpE;
/external/neven/Embedded/common/src/b_ImageEm/
UInt16ByteImage.c
389
myyL = ( int32 )invAlt2DL.matE.
yyE
>> shiftL;
398
invAlt2DL.matE.
yyE
> maxInt32Value8bbpL )
406
invAlt2DL.matE.
yyE
>> invAlt2DL.matE.bbpE,
414
myyL = ( int32 )invAlt2DL.matE.
yyE
<< -shiftL;
688
myyL = ( int32 )invAlt2DL.matE.
yyE
>> shiftL;
697
invAlt2DL.matE.
yyE
> maxInt32Value8bbpL )
705
( int32 )invAlt2DL.matE.
yyE
>> invAlt2DL.matE.bbpE,
713
myyL = ( int32 )invAlt2DL.matE.
yyE
<< -shiftL;
UInt8Image.c
575
myyL = invAlt2DL.matE.
yyE
>> shiftL;
584
invAlt2DL.matE.
yyE
> maxInt32Value8bbpL )
592
invAlt2DL.matE.
yyE
>> invAlt2DL.matE.bbpE,
600
myyL = invAlt2DL.matE.
yyE
<< -shiftL;
Functions.c
118
myyL = invAltL.matE.
yyE
<< shlL;
126
myyL = ( ( invAltL.matE.
yyE
>> ( shrL - 1 ) ) + 1 ) >> 1;
450
myyL = invAltL.matE.
yyE
<< shlL;
458
myyL = ( ( invAltL.matE.
yyE
>> ( shrL - 1 ) ) + 1 ) >> 1;
Completed in 26 milliseconds