Searched defs:matL (Results 1 – 4 of 4) sorted by relevance
/external/neven/Embedded/common/src/b_TensorEm/ |
D | Int16Mat2D.c | 83 struct bts_Int16Mat2D matL = { 1 << 14, 0, 0, 1 << 14, 14 }; in bts_Int16Mat2D_createIdentity() local 93 struct bts_Int16Mat2D matL; in bts_Int16Mat2D_createRotation() local 106 struct bts_Int16Mat2D matL = bts_Int16Mat2D_createRotation( angleA ); in bts_Int16Mat2D_createRigid() local 146 struct bts_Int16Mat2D matL; in bts_Int16Mat2D_mul() local
|
D | Flt16Mat2D.c | 184 struct bts_Flt16Mat2D matL = { 1 << 14, 0, 0, 1 << 14, 14 }; in bts_Flt16Mat2D_createIdentity() local 194 struct bts_Flt16Mat2D matL; in bts_Flt16Mat2D_createRotation() local 207 struct bts_Flt16Mat2D matL = bts_Flt16Mat2D_createIdentity(); in bts_Flt16Mat2D_createScale() local 216 struct bts_Flt16Mat2D matL = bts_Flt16Mat2D_createRotation( angleA ); in bts_Flt16Mat2D_createRigid() local 225 struct bts_Flt16Mat2D matL; in bts_Flt16Mat2D_create16() local 238 struct bts_Flt16Mat2D matL; in bts_Flt16Mat2D_create32() local 384 struct bts_Flt16Mat2D matL = *ptrA; in bts_Flt16Mat2D_inverted() local
|
D | Flt16Mat3D.c | 144 struct bts_Flt16Mat3D matL = { 1 << 14, 0, 0, 0, 1 << 14, 0, 0, 0, 1 << 14, 14 }; in bts_Flt16Mat3D_createIdentity() local 152 struct bts_Flt16Mat3D matL = bts_Flt16Mat3D_createIdentity(); in bts_Flt16Mat3D_createScale() local 164 struct bts_Flt16Mat3D matL; in bts_Flt16Mat3D_create16() local 185 struct bts_Flt16Mat3D matL; in bts_Flt16Mat3D_create32() local
|
D | Int32Mat.c | 246 int32* matL = matA; in bts_Int32Mat_solve2() local
|