OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xyE
(Results
1 - 11
of
11
) sorted by null
/external/neven/Embedded/common/src/b_TensorEm/
Flt16Mat2D.c
45
ptrA->
xyE
= 0;
56
ptrA->
xyE
= 0;
75
ptrA->
xyE
= srcPtrA->
xyE
;
88
if( ptrA->
xyE
!= srcPtrA->
xyE
) return FALSE;
97
int32 xyL = ( int32 ) srcPtrA->
xyE
<< bbpDiffL;
102
if( ptrA->
xyE
!= xyL ) return FALSE;
108
if( srcPtrA->
xyE
!= ( xyL >> bbpDiffL ) ) return FALSE;
118
int32 xyL = ( int32 ) ptrA->
xyE
<< -bbpDiffL
[
all
...]
Int16Mat2D.c
95
matL.
xyE
= -sL;
116
int32 xyL = ( int32 ) ptrA->
xyE
* scaleA.valE;
123
ptrA->
xyE
= xyL >> shiftL;
136
vecL.xE = ( ( int32 ) matPtrA->xxE * vecPtrA->xE + ( int32 ) matPtrA->
xyE
* vecPtrA->yE ) >> matPtrA->bbpE;
147
int32 xxL = ( int32 ) mat1PtrA->xxE * mat2PtrA->xxE + ( int32 ) mat1PtrA->
xyE
* mat2PtrA->yxE;
148
int32 xyL = ( int32 ) mat1PtrA->xxE * mat2PtrA->
xyE
+ ( int32 ) mat1PtrA->
xyE
* mat2PtrA->yyE;
150
int32 yyL = ( int32 ) mat1PtrA->yxE * mat2PtrA->
xyE
+ ( int32 ) mat1PtrA->yyE * mat2PtrA->yyE;
155
matL.
xyE
= xyL >> shiftL;
Int16Mat2D.h
46
int16
xyE
;
Flt16Mat3D.c
45
ptrA->
xyE
= 0;
61
ptrA->
xyE
= 0;
166
matL.
xyE
= xyA;
190
matL.
xyE
= 0;
212
matL.
xyE
= ( ( xyA >> sh1L ) + 1 ) >> 1;
224
matL.
xyE
= xyA << -shiftL;
252
*ptrA = bts_Flt16Mat3D_create32( ptrA->xxE * scaleA, ptrA->
xyE
* scaleA, ptrA->xzE * scaleA,
265
int32 xL = ( int32 ) matPtrA->xxE * vecPtrA->xE + ( int32 ) matPtrA->
xyE
* vecPtrA->yE + ( int32 ) matPtrA->xzE * vecPtrA->zE;
294
( ( ( int32 ) matPtrA->
xyE
* vecPtrA->yE + 1 ) >> 1 ) +
317
( ( ( int32 ) mat1PtrA->xxE * mat2PtrA->xxE + 1 ) >> 1 ) + ( ( ( int32 ) mat1PtrA->
xyE
* mat2PtrA->yxE + 1 ) >> 1 ) + ( ( ( int32 ) mat1PtrA->xzE * mat2PtrA->zxE + 1 ) >> 1 )
[
all
...]
Flt16Mat2D.h
47
int16
xyE
;
Flt16Mat3D.h
48
int16
xyE
;
Flt16Alt2D.c
293
ptrA->vecE = bts_Flt16Vec2D_create32( - ( ( ( int32 ) ptrA->matE.xxE * ptrA->vecE.xE + ( int32 ) ptrA->matE.
xyE
* ptrA->vecE.yE ) ),
Cluster3D.c
359
vecPtrL->xE = ( x0L + xL * altA.matE.xxE + yL * altA.matE.
xyE
+ zL * altA.matE.xzE ) >> altA.matE.bbpE;
/external/neven/Embedded/common/src/b_ImageEm/
UInt16ByteImage.c
387
mxyL = ( int32 )invAlt2DL.matE.
xyE
>> shiftL;
396
invAlt2DL.matE.
xyE
> maxInt32Value8bbpL ||
404
invAlt2DL.matE.
xyE
>> invAlt2DL.matE.bbpE,
412
mxyL = ( int32 )invAlt2DL.matE.
xyE
<< -shiftL;
686
mxyL = ( int32 )invAlt2DL.matE.
xyE
>> shiftL;
695
invAlt2DL.matE.
xyE
> maxInt32Value8bbpL ||
703
( int32 )invAlt2DL.matE.
xyE
>> invAlt2DL.matE.bbpE,
711
mxyL = ( int32 )invAlt2DL.matE.
xyE
<< -shiftL;
UInt8Image.c
573
mxyL = invAlt2DL.matE.
xyE
>> shiftL;
582
invAlt2DL.matE.
xyE
> maxInt32Value8bbpL ||
590
invAlt2DL.matE.
xyE
>> invAlt2DL.matE.bbpE,
598
mxyL = invAlt2DL.matE.
xyE
<< -shiftL;
Functions.c
116
mxyL = invAltL.matE.
xyE
<< shlL;
124
mxyL = ( ( invAltL.matE.
xyE
>> ( shrL - 1 ) ) + 1 ) >> 1;
448
mxyL = invAltL.matE.
xyE
<< shlL;
456
mxyL = ( ( invAltL.matE.
xyE
>> ( shrL - 1 ) ) + 1 ) >> 1;
Completed in 1196 milliseconds