HomeSort by relevance Sort by last modified time
    Searched refs:matL (Results 1 - 4 of 4) sorted by null

  /external/neven/Embedded/common/src/b_TensorEm/
Int16Mat2D.c 83 struct bts_Int16Mat2D matL = { 1 << 14, 0, 0, 1 << 14, 14 };
84 return matL;
93 struct bts_Int16Mat2D matL;
94 matL.xxE = cL;
95 matL.xyE = -sL;
96 matL.yxE = sL;
97 matL.yyE = cL;
98 matL.bbpE = 14;
99 return matL;
106 struct bts_Int16Mat2D matL = bts_Int16Mat2D_createRotation( angleA )
    [all...]
Flt16Mat3D.c 144 struct bts_Flt16Mat3D matL = { 1 << 14, 0, 0, 0, 1 << 14, 0, 0, 0, 1 << 14, 14 };
145 return matL;
152 struct bts_Flt16Mat3D matL = bts_Flt16Mat3D_createIdentity();
153 bts_Flt16Mat3D_scale( &matL, scaleA, scaleBbpA );
154 return matL;
164 struct bts_Flt16Mat3D matL;
165 matL.xxE = xxA;
166 matL.xyE = xyA;
167 matL.xzE = xzA;
168 matL.yxE = yxA
    [all...]
Flt16Mat2D.c 184 struct bts_Flt16Mat2D matL = { 1 << 14, 0, 0, 1 << 14, 14 };
185 return matL;
194 struct bts_Flt16Mat2D matL;
195 matL.xxE = cL;
196 matL.xyE = -sL;
197 matL.yxE = sL;
198 matL.yyE = cL;
199 matL.bbpE = 14;
200 return matL;
207 struct bts_Flt16Mat2D matL = bts_Flt16Mat2D_createIdentity()
    [all...]
Int32Mat.c 246 int32* matL = matA;
271 int32* rowL = matL + ( iL * sizeL );
304 int32* row1PtrL = matL + ( iPivL * sizeL );
305 int32* row2PtrL = matL + ( jPivL * sizeL );
333 int32* ptrL = matL;
355 pivRowL = matL + jPivL * sizeL;
387 int32* rowPtrL = matL + iL * sizeL;
450 if( sizeL <= 5 ) bts_Int32Mat_print( matL, vecL, sizeL, bbpL );

Completed in 52 milliseconds